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 32

Rules

Category Rule Violations Severity
misc NewlineAtEndOfFile 2  Error
modifier RedundantModifier 1  Error
sizes LineLength 15  Error
whitespace FileTabCharacter 3  Error
WhitespaceAfter 10  Error
WhitespaceAround 1  Error

Details

com/hack23/cia/service/external/common/api/ProcessDataStrategy.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

com/hack23/cia/service/external/common/api/XmlAgent.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 88). 60

com/hack23/cia/service/external/common/api/package-info.java

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

com/hack23/cia/service/external/common/impl/XmlAgentImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error modifier RedundantModifier Redundant 'public' modifier. 61
 Error sizes LineLength Line is longer than 80 characters (found 88). 74
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 88
 Error sizes LineLength Line is longer than 80 characters (found 92). 90
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 91
 Error sizes LineLength Line is longer than 80 characters (found 99). 107
 Error sizes LineLength Line is longer than 80 characters (found 86). 109
 Error sizes LineLength Line is longer than 80 characters (found 85). 111
 Error sizes LineLength Line is longer than 80 characters (found 111). 117
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 118
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 118
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 118
 Error sizes LineLength Line is longer than 80 characters (found 92). 122
 Error sizes LineLength Line is longer than 80 characters (found 106). 123
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 123
 Error sizes LineLength Line is longer than 80 characters (found 162). 127
 Error sizes LineLength Line is longer than 80 characters (found 135). 131
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 131
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 133
 Error sizes LineLength Line is longer than 80 characters (found 91). 140
 Error sizes LineLength Line is longer than 80 characters (found 90). 145
 Error sizes LineLength Line is longer than 80 characters (found 87). 162
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 162
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 163
 Error sizes LineLength Line is longer than 80 characters (found 92). 170
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 171

com/hack23/cia/service/external/common/impl/package-info.java

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