Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 0 3

Rules

Category Rule Violations Severity
misc NewlineAtEndOfFile 1  Error
sizes LineLength 1  Error
whitespace FileTabCharacter 1  Error

Details

com/hack23/cia/model/common/api/ModelObject.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 138). 17

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

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