Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
5 0 0 14

Rules

Category Rule Violations Severity
javadoc JavadocVariable 3  Error
misc NewlineAtEndOfFile 2  Error
sizes LineLength 3  Error
whitespace FileTabCharacter 2  Error
WhitespaceAfter 4  Error

Details

com/hack23/cia/model/common/impl/AbstractModelObjectImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error sizes LineLength Line is longer than 80 characters (found 152). 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 29

com/hack23/cia/model/common/impl/package-info.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.

com/hack23/cia/model/common/xml/XmlTimeTypeAdapter.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 80 characters (found 123). 70
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error sizes LineLength Line is longer than 80 characters (found 84). 72
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 72

com/hack23/cia/model/common/xml/package-info.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.