Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
6 0 0 53

Rules

Category Rule Violations Severity
misc NewlineAtEndOfFile 3  Error
sizes LineLength 39  Error
ParameterNumber 1  Error
whitespace FileTabCharacter 3  Error
WhitespaceAfter 5  Error
WhitespaceAround 2  Error

Details

com/hack23/cia/service/external/vdem/api/DataFailureException.java

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

com/hack23/cia/service/external/vdem/api/VdemService.java

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

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

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

com/hack23/cia/service/external/vdem/impl/VdemServiceImpl.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). 41
 Error sizes LineLength Line is longer than 80 characters (found 126). 52
 Error sizes LineLength Line is longer than 80 characters (found 92). 55
 Error sizes LineLength Line is longer than 80 characters (found 150). 62
 Error sizes LineLength Line is longer than 80 characters (found 83). 74
 Error sizes LineLength Line is longer than 80 characters (found 84). 75
 Error sizes LineLength Line is longer than 80 characters (found 90). 77
 Error sizes LineLength Line is longer than 80 characters (found 83). 78
 Error sizes LineLength Line is longer than 80 characters (found 84). 79
 Error sizes LineLength Line is longer than 80 characters (found 110). 105
 Error sizes LineLength Line is longer than 80 characters (found 116). 107
 Error sizes LineLength Line is longer than 80 characters (found 86). 110
 Error sizes LineLength Line is longer than 80 characters (found 82). 111
 Error sizes LineLength Line is longer than 80 characters (found 91). 112
 Error sizes LineLength Line is longer than 80 characters (found 81). 116
 Error sizes LineLength Line is longer than 80 characters (found 106). 120
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 120
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 120
 Error sizes LineLength Line is longer than 80 characters (found 138). 123
 Error sizes LineLength Line is longer than 80 characters (found 86). 124
 Error sizes LineLength Line is longer than 80 characters (found 141). 128
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 128
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 128
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 128
 Error whitespace WhitespaceAround '-' is not followed by whitespace. 128
 Error sizes LineLength Line is longer than 80 characters (found 111). 167
 Error sizes ParameterNumber More than 7 parameters (found 11). 167
 Error sizes LineLength Line is longer than 80 characters (found 120). 168
 Error sizes LineLength Line is longer than 80 characters (found 113). 169
 Error sizes LineLength Line is longer than 80 characters (found 99). 176
 Error sizes LineLength Line is longer than 80 characters (found 106). 178
 Error sizes LineLength Line is longer than 80 characters (found 122). 179
 Error sizes LineLength Line is longer than 80 characters (found 133). 180
 Error sizes LineLength Line is longer than 80 characters (found 87). 182
 Error sizes LineLength Line is longer than 80 characters (found 83). 183
 Error sizes LineLength Line is longer than 80 characters (found 93). 184
 Error sizes LineLength Line is longer than 80 characters (found 91). 185
 Error sizes LineLength Line is longer than 80 characters (found 83). 186
 Error sizes LineLength Line is longer than 80 characters (found 94). 188
 Error sizes LineLength Line is longer than 80 characters (found 100). 190
 Error sizes LineLength Line is longer than 80 characters (found 90). 191
 Error sizes LineLength Line is longer than 80 characters (found 86). 192
 Error sizes LineLength Line is longer than 80 characters (found 92). 193
 Error sizes LineLength Line is longer than 80 characters (found 88). 194
 Error sizes LineLength Line is longer than 80 characters (found 107). 195
 Error sizes LineLength Line is longer than 80 characters (found 96). 200
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 200

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

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

com/hack23/cia/service/external/vdem/package-info.java

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