Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
9 0 1 30

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
8  Error
coding MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 31, 32, 37, 64, 100, 128, 256, 512, 1000, 1024"
1  Error
design VisibilityModifier
  • protectedAllowed: "true"
  • packageAllowed: "true"
3  Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
9  Error
javadoc JavadocMethod
  • scope: "protected"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2  Error
whitespace ParenPad
  • option: "space"
7  Error

Details

org/codehaus/mojo/jaxws/AbstractJaxwsMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1
 Error blocks LeftCurly '{' should be on a new line. 442
 Error coding MagicNumber '8191' is a magic number. 473
 Error blocks LeftCurly '{' should be on a new line. 509
 Error blocks LeftCurly '{' should be on a new line. 567
 Error blocks LeftCurly '{' should be on a new line. 580
 Error blocks LeftCurly '{' should be on a new line. 581
 Error design VisibilityModifier Variable 'ecp' must be private and have accessor methods. 602
 Error design VisibilityModifier Variable 'cp' must be private and have accessor methods. 604
 Error design VisibilityModifier Variable 'invokerPath' must be private and have accessor methods. 606
 Error whitespace ParenPad '(' is not followed by whitespace. 646
 Error whitespace ParenPad ')' is not preceded with whitespace. 646
 Error blocks LeftCurly '{' should be on a new line. 646
 Error sizes LineLength Line is longer than 120 characters (found 128). 663
 Error whitespace ParenPad '(' is not followed by whitespace. 666
 Error whitespace ParenPad ')' is not preceded with whitespace. 666
 Error blocks LeftCurly '{' should be on a new line. 666

org/codehaus/mojo/jaxws/AbstractWsGenMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1
 Error sizes LineLength Line is longer than 120 characters (found 126). 285

org/codehaus/mojo/jaxws/HelpMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1

org/codehaus/mojo/jaxws/Invoker.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Error blocks LeftCurly '{' should be on a new line. 55

org/codehaus/mojo/jaxws/MainWsGenMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1

org/codehaus/mojo/jaxws/MainWsImportMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 112

org/codehaus/mojo/jaxws/TestWsGenMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1

org/codehaus/mojo/jaxws/TestWsImportMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1
 Error whitespace ParenPad '(' is not followed by whitespace. 139

org/codehaus/mojo/jaxws/WsImportMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1