Checkstyle Results

The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 0 147

Rules

Category Rule Violations Severity
blocks LeftCurly 5  Error
RightCurly 10  Error
design DesignForExtension 4  Error
javadoc JavadocMethod 11  Error
JavadocPackage 1  Error
JavadocType 10  Error
JavadocVariable 21  Error
misc FinalParameters 13  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
55  Error
sizes LineLength 2  Error
whitespace EmptyForIteratorPad 1  Error
WhitespaceAfter 5  Error
WhitespaceAround 9  Error

Details

info/ejava/examples/secureping/web/SecurePingHandlerServlet.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 25
 Error sizes LineLength Line is longer than 80 characters (found 91). 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error blocks RightCurly '}' should be on the same line. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error misc FinalParameters Parameter config should be final. 74
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 79
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 79
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 79
 Error whitespace EmptyForIteratorPad ';' is followed by whitespace. 80
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 81
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 82
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 82
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 82
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error blocks LeftCurly '{' should have line break after. 90
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 90
 Error blocks RightCurly '}' should be on the same line. 90
 Error blocks RightCurly '}' should have line break before. 90
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 94
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error misc FinalParameters Parameter request should be final. 100
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error misc FinalParameters Parameter response should be final. 101
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error blocks RightCurly '}' should be on the same line. 111
 Error regexp RegexpSingleline Line has trailing spaces. 113
 Error blocks RightCurly '}' should be on the same line. 118
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error blocks RightCurly '}' should be on the same line. 122
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter request should be final. 131
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error misc FinalParameters Parameter response should be final. 132
 Error design DesignForExtension Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Error regexp RegexpSingleline Line has trailing spaces. 141
 Error javadoc JavadocType Missing a Javadoc comment. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 143
 Error javadoc JavadocVariable Missing a Javadoc comment. 144
 Error regexp RegexpSingleline Line has trailing spaces. 145
 Error javadoc JavadocVariable Missing a Javadoc comment. 145
 Error regexp RegexpSingleline Line has trailing spaces. 147
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error regexp RegexpSingleline Line has trailing spaces. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error regexp RegexpSingleline Line has trailing spaces. 153
 Error javadoc JavadocType Missing a Javadoc comment. 154
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Error misc FinalParameters Parameter request should be final. 155
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error misc FinalParameters Parameter response should be final. 156
 Error regexp RegexpSingleline Line has trailing spaces. 159
 Error regexp RegexpSingleline Line has trailing spaces. 161
 Error blocks RightCurly '}' should be on the same line. 162
 Error javadoc JavadocType Missing a Javadoc comment. 172
 Error regexp RegexpSingleline Line has trailing spaces. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Error misc FinalParameters Parameter request should be final. 173
 Error regexp RegexpSingleline Line has trailing spaces. 174
 Error misc FinalParameters Parameter response should be final. 174
 Error regexp RegexpSingleline Line has trailing spaces. 177
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 178
 Error regexp RegexpSingleline Line has trailing spaces. 179
 Error regexp RegexpSingleline Line has trailing spaces. 181
 Error regexp RegexpSingleline Line has trailing spaces. 182
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error sizes LineLength Line is longer than 80 characters (found 82). 183
 Error regexp RegexpSingleline Line has trailing spaces. 184
 Error regexp RegexpSingleline Line has trailing spaces. 186
 Error blocks RightCurly '}' should be on the same line. 187
 Error regexp RegexpSingleline Line has trailing spaces. 195
 Error regexp RegexpSingleline Line has trailing spaces. 196
 Error javadoc JavadocType Missing a Javadoc comment. 197
 Error javadoc JavadocMethod Missing a Javadoc comment. 198
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Error misc FinalParameters Parameter request should be final. 199
 Error regexp RegexpSingleline Line has trailing spaces. 200
 Error misc FinalParameters Parameter response should be final. 200
 Error regexp RegexpSingleline Line has trailing spaces. 204
 Error regexp RegexpSingleline Line has trailing spaces. 205
 Error regexp RegexpSingleline Line has trailing spaces. 206
 Error regexp RegexpSingleline Line has trailing spaces. 208
 Error blocks RightCurly '}' should be on the same line. 209
 Error regexp RegexpSingleline Line has trailing spaces. 218
 Error javadoc JavadocType Missing a Javadoc comment. 219
 Error blocks LeftCurly '{' should have line break after. 220
 Error javadoc JavadocType Missing a Javadoc comment. 222
 Error blocks LeftCurly '{' should have line break after. 223
 Error javadoc JavadocType Missing a Javadoc comment. 225
 Error blocks LeftCurly '{' should have line break after. 226
 Error javadoc JavadocType Missing a Javadoc comment. 228
 Error blocks LeftCurly '{' should have line break after. 229
 Error regexp RegexpSingleline Line has trailing spaces. 231
 Error javadoc JavadocType Missing a Javadoc comment. 232
 Error regexp RegexpSingleline Line has trailing spaces. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Error misc FinalParameters Parameter request should be final. 233
 Error regexp RegexpSingleline Line has trailing spaces. 234
 Error misc FinalParameters Parameter response should be final. 234
 Error regexp RegexpSingleline Line has trailing spaces. 238
 Error regexp RegexpSingleline Line has trailing spaces. 239
 Error regexp RegexpSingleline Line has trailing spaces. 241
 Error blocks RightCurly '}' should be on the same line. 242