Checkstyle Results

The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 0 33

Rules

Category Rule Violations Severity
blocks NeedBraces 1  Error
RightCurly 6  Error
design DesignForExtension 2  Error
imports AvoidStarImport 1  Error
javadoc JavadocMethod 3  Error
JavadocPackage 1  Error
JavadocType 2  Error
JavadocVariable 2  Error
naming ConstantName 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
6  Error
sizes LineLength 2  Error
whitespace FileTabCharacter 1  Error
WhitespaceAfter 1  Error
WhitespaceAround 4  Error

Details

ejava/projects/esales/ejb/ParserTestEJB.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - junit.framework.TestCase.*. 12
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error sizes LineLength Line is longer than 80 characters (found 87). 26
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error regexp RegexpSingleline Line has trailing spaces. 30
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error design DesignForExtension Method 'ingest' is not designed for extension - needs to be abstract, final or empty. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error sizes LineLength Line is longer than 80 characters (found 81). 50
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error blocks RightCurly '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 59
 Error blocks RightCurly '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 62
 Error blocks RightCurly '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 65
 Error blocks RightCurly '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 68
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 73
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 77
 Error blocks NeedBraces 'if' construct must use '{}'s. 79

ejava/projects/esales/ejb/ParserTestRemote.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error javadoc JavadocMethod Missing a Javadoc comment. 7