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 14

Files

File  I  W  E
ejava/examples/schemagen/JPASchemaGen.java 0 0 14

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1  Error
javadoc JavadocMethod 1  Error
JavadocPackage 1  Error
JavadocType 1  Error
misc ArrayTypeStyle 1  Error
FinalParameters 1  Error
NewlineAtEndOfFile 1  Error
sizes LineLength 2  Error
whitespace FileTabCharacter 1  Error
WhitespaceAround 4  Error

Details

ejava/examples/schemagen/JPASchemaGen.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 5
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 6
 Error javadoc JavadocMethod Missing a Javadoc comment. 6
 Error misc FinalParameters Parameter args should be final. 6
 Error misc ArrayTypeStyle Array brackets at illegal position. 6
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 7
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 7
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 7
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 7
 Error sizes LineLength Line is longer than 80 characters (found 97). 8
 Error sizes LineLength Line is longer than 80 characters (found 113). 13