Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 0 22

Files

File  I  W  E
ejava/util/jpa/Tablet.java 0 0 22

Rules

Category Rule Violations Severity
coding HiddenField 2  Error
design DesignForExtension 3  Error
javadoc JavadocMethod 5  Error
JavadocPackage 1  Error
JavadocType 1  Error
JavadocVariable 2  Error
misc FinalParameters 2  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
1  Error
whitespace FileTabCharacter 1  Error
WhitespaceAround 4  Error

Details

ejava/util/jpa/Tablet.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 8
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 9
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 9
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error javadoc JavadocMethod Missing a Javadoc comment. 15
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 15
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 15
 Error javadoc JavadocMethod Missing a Javadoc comment. 16
 Error misc FinalParameters Parameter id should be final. 16
 Error coding HiddenField 'id' hides a field. 16
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 20
 Error javadoc JavadocMethod Missing a Javadoc comment. 20
 Error design DesignForExtension Method 'getMaker' is not designed for extension - needs to be abstract, final or empty. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Error design DesignForExtension Method 'setMaker' is not designed for extension - needs to be abstract, final or empty. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Error misc FinalParameters Parameter maker should be final. 27
 Error coding HiddenField 'maker' hides a field. 27