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 52

Rules

Category Rule Violations Severity
javadoc JavadocMethod 6  Error
misc FinalParameters 1  Error
NewlineAtEndOfFile 2  Error
modifier RedundantModifier 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
1  Error
sizes LineLength 38  Error
whitespace FileTabCharacter 3  Error

Details

com/hack23/cia/service/external/val/api/ValApi.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 92). 24
 Error sizes LineLength Line is longer than 80 characters (found 95). 28
 Error javadoc JavadocMethod Expected @throws tag for 'ValApiException'. 42
 Error sizes LineLength Line is longer than 80 characters (found 101). 51
 Error javadoc JavadocMethod Expected @throws tag for 'ValApiException'. 51
 Error sizes LineLength Line is longer than 80 characters (found 93). 60
 Error javadoc JavadocMethod Expected @throws tag for 'ValApiException'. 60
 Error javadoc JavadocMethod Expected @throws tag for 'ValApiException'. 69
 Error javadoc JavadocMethod Expected @throws tag for 'ValApiException'. 76
 Error sizes LineLength Line is longer than 80 characters (found 86). 83
 Error javadoc JavadocMethod Expected @throws tag for 'ValApiException'. 83

com/hack23/cia/service/external/val/api/ValApiException.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error misc FinalParameters Parameter e should be final. 36

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

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

com/hack23/cia/service/external/val/impl/ValApiImpl.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 87). 34
 Error sizes LineLength Line is longer than 80 characters (found 92). 35
 Error sizes LineLength Line is longer than 80 characters (found 101). 36
 Error sizes LineLength Line is longer than 80 characters (found 89). 39
 Error sizes LineLength Line is longer than 80 characters (found 95). 41
 Error sizes LineLength Line is longer than 80 characters (found 104). 42
 Error sizes LineLength Line is longer than 80 characters (found 87). 54
 Error modifier RedundantModifier Redundant 'public' modifier. 83
 Error sizes LineLength Line is longer than 80 characters (found 83). 88
 Error sizes LineLength Line is longer than 80 characters (found 90). 89
 Error sizes LineLength Line is longer than 80 characters (found 126). 92
 Error sizes LineLength Line is longer than 80 characters (found 130). 93
 Error sizes LineLength Line is longer than 80 characters (found 87). 94
 Error sizes LineLength Line is longer than 80 characters (found 109). 102
 Error sizes LineLength Line is longer than 80 characters (found 99). 104
 Error sizes LineLength Line is longer than 80 characters (found 132). 106
 Error sizes LineLength Line is longer than 80 characters (found 139). 107
 Error sizes LineLength Line is longer than 80 characters (found 100). 108
 Error sizes LineLength Line is longer than 80 characters (found 101). 117
 Error sizes LineLength Line is longer than 80 characters (found 100). 119
 Error sizes LineLength Line is longer than 80 characters (found 130). 121
 Error sizes LineLength Line is longer than 80 characters (found 140). 122
 Error sizes LineLength Line is longer than 80 characters (found 96). 123
 Error sizes LineLength Line is longer than 80 characters (found 81). 132
 Error sizes LineLength Line is longer than 80 characters (found 97). 134
 Error sizes LineLength Line is longer than 80 characters (found 116). 136
 Error sizes LineLength Line is longer than 80 characters (found 137). 137
 Error sizes LineLength Line is longer than 80 characters (found 87). 138
 Error sizes LineLength Line is longer than 80 characters (found 86). 146
 Error sizes LineLength Line is longer than 80 characters (found 90). 147
 Error sizes LineLength Line is longer than 80 characters (found 126). 150
 Error sizes LineLength Line is longer than 80 characters (found 130). 151
 Error sizes LineLength Line is longer than 80 characters (found 106). 152
 Error sizes LineLength Line is longer than 80 characters (found 94). 161

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

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