Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 0 507

Rules

Category Rule Violations Severity
blocks LeftCurly 2  Error
RightCurly 36  Error
coding EmptyStatement 1  Error
HiddenField 2  Error
MagicNumber 1  Error
design DesignForExtension 18  Error
imports UnusedImports 4  Error
javadoc JavadocMethod 41  Error
JavadocPackage 1  Error
JavadocType 24  Error
JavadocVariable 78  Error
misc FinalParameters 51  Error
NewlineAtEndOfFile 1  Error
TodoComment 4  Error
naming ConstantName 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
194  Error
sizes LineLength 9  Error
whitespace EmptyForIteratorPad 1  Error
FileTabCharacter 5  Error
WhitespaceAfter 3  Error
WhitespaceAround 30  Error

Details

ejava/examples/asyncmarket/web/AuctionAdminHandlerServlet.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error sizes LineLength Line is longer than 80 characters (found 81). 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 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 regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error sizes LineLength Line is longer than 80 characters (found 90). 49
 Error misc TodoComment Comment matches to-do format 'TODO:'. 61
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error blocks RightCurly '}' should be on the same line. 68
 Error blocks RightCurly '}' should be on the same line. 72
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 74
 Error blocks LeftCurly '{' should have line break after. 74
 Error blocks RightCurly '}' should have line break before. 74
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error misc FinalParameters Parameter request should be final. 78
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error misc FinalParameters Parameter response should be final. 79
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error blocks RightCurly '}' should be on the same line. 89
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error blocks RightCurly '}' should be on the same line. 97
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error blocks RightCurly '}' should be on the same line. 101
 Error regexp RegexpSingleline Line has trailing spaces. 110
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error misc FinalParameters Parameter request should be final. 110
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter response should be final. 111
 Error design DesignForExtension Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 117
 Error javadoc JavadocMethod Missing a Javadoc comment. 117
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error javadoc JavadocType Missing a Javadoc comment. 121
 Error javadoc JavadocVariable Missing a Javadoc comment. 122
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error javadoc JavadocVariable Missing a Javadoc comment. 123
 Error regexp RegexpSingleline Line has trailing spaces. 125
 Error javadoc JavadocVariable Missing a Javadoc comment. 125
 Error regexp RegexpSingleline Line has trailing spaces. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error regexp RegexpSingleline Line has trailing spaces. 128
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error javadoc JavadocType Missing a Javadoc comment. 132
 Error regexp RegexpSingleline Line has trailing spaces. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error misc FinalParameters Parameter request should be final. 133
 Error regexp RegexpSingleline Line has trailing spaces. 134
 Error misc FinalParameters Parameter response should be final. 134
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error regexp RegexpSingleline Line has trailing spaces. 139
 Error blocks RightCurly '}' should be on the same line. 140
 Error javadoc JavadocType Missing a Javadoc comment. 150
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Error misc FinalParameters Parameter request should be final. 151
 Error regexp RegexpSingleline Line has trailing spaces. 152
 Error misc FinalParameters Parameter response should be final. 152
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error regexp RegexpSingleline Line has trailing spaces. 157
 Error regexp RegexpSingleline Line has trailing spaces. 159
 Error blocks RightCurly '}' should be on the same line. 160
 Error javadoc JavadocType Missing a Javadoc comment. 170
 Error regexp RegexpSingleline Line has trailing spaces. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Error misc FinalParameters Parameter request should be final. 171
 Error regexp RegexpSingleline Line has trailing spaces. 172
 Error misc FinalParameters Parameter response should be final. 172
 Error regexp RegexpSingleline Line has trailing spaces. 175
 Error regexp RegexpSingleline Line has trailing spaces. 177
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error regexp RegexpSingleline Line has trailing spaces. 181
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error blocks RightCurly '}' should be on the same line. 184
 Error javadoc JavadocType Missing a Javadoc comment. 194
 Error regexp RegexpSingleline Line has trailing spaces. 195
 Error javadoc JavadocMethod Missing a Javadoc comment. 195
 Error misc FinalParameters Parameter request should be final. 195
 Error regexp RegexpSingleline Line has trailing spaces. 196
 Error misc FinalParameters Parameter response should be final. 196
 Error regexp RegexpSingleline Line has trailing spaces. 202
 Error regexp RegexpSingleline Line has trailing spaces. 203
 Error regexp RegexpSingleline Line has trailing spaces. 205
 Error blocks RightCurly '}' should be on the same line. 206
 Error javadoc JavadocType Missing a Javadoc comment. 216
 Error regexp RegexpSingleline Line has trailing spaces. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Error misc FinalParameters Parameter request should be final. 217
 Error regexp RegexpSingleline Line has trailing spaces. 218
 Error misc FinalParameters Parameter response should be final. 218
 Error regexp RegexpSingleline Line has trailing spaces. 222
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error regexp RegexpSingleline Line has trailing spaces. 225
 Error blocks RightCurly '}' should be on the same line. 226

ejava/examples/asyncmarket/web/BuyerHandlerServlet.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 34
 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 sizes LineLength Line is longer than 80 characters (found 89). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error misc TodoComment Comment matches to-do format 'TODO:'. 69
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error blocks RightCurly '}' should be on the same line. 76
 Error blocks RightCurly '}' should be on the same line. 80
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 82
 Error blocks LeftCurly '{' should have line break after. 82
 Error blocks RightCurly '}' should have line break before. 82
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Error misc FinalParameters Parameter request should be final. 86
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error misc FinalParameters Parameter response should be final. 87
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error blocks RightCurly '}' should be on the same line. 98
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error blocks RightCurly '}' should be on the same line. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error blocks RightCurly '}' should be on the same line. 110
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Error misc FinalParameters Parameter request should be final. 119
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error misc FinalParameters Parameter response should be final. 120
 Error design DesignForExtension Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error javadoc JavadocType Missing a Javadoc comment. 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 131
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error javadoc JavadocVariable Missing a Javadoc comment. 132
 Error regexp RegexpSingleline Line has trailing spaces. 134
 Error javadoc JavadocVariable Missing a Javadoc comment. 134
 Error regexp RegexpSingleline Line has trailing spaces. 136
 Error javadoc JavadocVariable Missing a Javadoc comment. 136
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error javadoc JavadocVariable Missing a Javadoc comment. 138
 Error regexp RegexpSingleline Line has trailing spaces. 140
 Error javadoc JavadocVariable Missing a Javadoc comment. 140
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 142
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 146
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error regexp RegexpSingleline Line has trailing spaces. 149
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error regexp RegexpSingleline Line has trailing spaces. 152
 Error javadoc JavadocType Missing a Javadoc comment. 153
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error misc FinalParameters Parameter request should be final. 154
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error misc FinalParameters Parameter response should be final. 155
 Error regexp RegexpSingleline Line has trailing spaces. 158
 Error regexp RegexpSingleline Line has trailing spaces. 160
 Error blocks RightCurly '}' should be on the same line. 161
 Error javadoc JavadocType Missing a Javadoc comment. 171
 Error regexp RegexpSingleline Line has trailing spaces. 172
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Error misc FinalParameters Parameter request should be final. 172
 Error regexp RegexpSingleline Line has trailing spaces. 173
 Error misc FinalParameters Parameter response should be final. 173
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error regexp RegexpSingleline Line has trailing spaces. 182
 Error regexp RegexpSingleline Line has trailing spaces. 186
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error blocks RightCurly '}' should be on the same line. 190
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error javadoc JavadocType Missing a Javadoc comment. 200
 Error regexp RegexpSingleline Line has trailing spaces. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 201
 Error misc FinalParameters Parameter request should be final. 201
 Error regexp RegexpSingleline Line has trailing spaces. 202
 Error misc FinalParameters Parameter response should be final. 202
 Error regexp RegexpSingleline Line has trailing spaces. 204
 Error coding MagicNumber '100' is a magic number. 205
 Error regexp RegexpSingleline Line has trailing spaces. 207
 Error regexp RegexpSingleline Line has trailing spaces. 208
 Error regexp RegexpSingleline Line has trailing spaces. 210
 Error blocks RightCurly '}' should be on the same line. 211
 Error javadoc JavadocType Missing a Javadoc comment. 221
 Error regexp RegexpSingleline Line has trailing spaces. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Error misc FinalParameters Parameter request should be final. 222
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error misc FinalParameters Parameter response should be final. 223
 Error regexp RegexpSingleline Line has trailing spaces. 230
 Error regexp RegexpSingleline Line has trailing spaces. 231
 Error regexp RegexpSingleline Line has trailing spaces. 233
 Error blocks RightCurly '}' should be on the same line. 234
 Error javadoc JavadocType Missing a Javadoc comment. 244
 Error regexp RegexpSingleline Line has trailing spaces. 245
 Error javadoc JavadocMethod Missing a Javadoc comment. 245
 Error misc FinalParameters Parameter request should be final. 245
 Error regexp RegexpSingleline Line has trailing spaces. 246
 Error misc FinalParameters Parameter response should be final. 246
 Error regexp RegexpSingleline Line has trailing spaces. 254
 Error regexp RegexpSingleline Line has trailing spaces. 261
 Error regexp RegexpSingleline Line has trailing spaces. 262
 Error regexp RegexpSingleline Line has trailing spaces. 264
 Error blocks RightCurly '}' should be on the same line. 265
 Error javadoc JavadocType Missing a Javadoc comment. 275
 Error regexp RegexpSingleline Line has trailing spaces. 276
 Error javadoc JavadocMethod Missing a Javadoc comment. 276
 Error misc FinalParameters Parameter request should be final. 276
 Error regexp RegexpSingleline Line has trailing spaces. 277
 Error misc FinalParameters Parameter response should be final. 277
 Error regexp RegexpSingleline Line has trailing spaces. 282
 Error regexp RegexpSingleline Line has trailing spaces. 286
 Error regexp RegexpSingleline Line has trailing spaces. 287
 Error regexp RegexpSingleline Line has trailing spaces. 289
 Error blocks RightCurly '}' should be on the same line. 290
 Error javadoc JavadocType Missing a Javadoc comment. 300
 Error regexp RegexpSingleline Line has trailing spaces. 301
 Error javadoc JavadocMethod Missing a Javadoc comment. 301
 Error misc FinalParameters Parameter request should be final. 301
 Error regexp RegexpSingleline Line has trailing spaces. 302
 Error misc FinalParameters Parameter response should be final. 302
 Error regexp RegexpSingleline Line has trailing spaces. 306
 Error regexp RegexpSingleline Line has trailing spaces. 307
 Error regexp RegexpSingleline Line has trailing spaces. 309
 Error blocks RightCurly '}' should be on the same line. 310

ejava/examples/asyncmarket/web/InitServlet.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 18
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 18
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 21
 Error javadoc JavadocMethod Missing a Javadoc comment. 21
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error sizes LineLength Line is longer than 80 characters (found 89). 25
 Error blocks RightCurly '}' should be on the same line. 26
 Error blocks RightCurly '}' should be on the same line. 38

ejava/examples/asyncmarket/web/JNDIHelper.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error imports UnusedImports Unused import - ejava.examples.asyncmarket.ejb.AuctionMgmtLocal. 18
 Error imports UnusedImports Unused import - ejava.examples.asyncmarket.ejb.BuyerLocal. 20
 Error imports UnusedImports Unused import - ejava.examples.asyncmarket.ejb.SellerLocal. 22
 Error imports UnusedImports Unused import - ejava.examples.asyncmarket.ejb.UserMgmtLocal. 24
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error misc TodoComment Comment matches to-do format 'TODO:'. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 81). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error sizes LineLength Line is longer than 80 characters (found 82). 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 82). 43
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error sizes LineLength Line is longer than 80 characters (found 82). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error misc FinalParameters Parameter context should be final. 51
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error sizes LineLength Line is longer than 80 characters (found 87). 58
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error design DesignForExtension Method 'getAuctionMgmt' is not designed for extension - needs to be abstract, final or empty. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error design DesignForExtension Method 'getUserMgmt' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error design DesignForExtension Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error misc FinalParameters Parameter context should be final. 79
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 84
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 84
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 84
 Error whitespace EmptyForIteratorPad ';' is followed by whitespace. 85
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 86
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 87
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 87
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 87
 Error regexp RegexpSingleline Line has trailing spaces. 90
 Error coding HiddenField 'jndi' hides a field. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error misc FinalParameters Parameter lazz should be final. 99
 Error misc FinalParameters Parameter jndi should be final. 99
 Error coding HiddenField 'jndi' hides a field. 99
 Error misc FinalParameters Parameter remoteJNDI should be final. 99
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 102

ejava/examples/asyncmarket/web/SellerHandlerServlet.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 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 javadoc JavadocVariable Missing a Javadoc comment. 32
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 32
 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 regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error regexp RegexpSingleline Line has trailing spaces. 42
 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 coding EmptyStatement Empty statement. 52
 Error misc TodoComment Comment matches to-do format 'TODO:'. 63
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error blocks RightCurly '}' should be on the same line. 70
 Error blocks RightCurly '}' should be on the same line. 74
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 76
 Error regexp RegexpSingleline Line has trailing spaces. 82
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Error misc FinalParameters Parameter request should be final. 82
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error misc FinalParameters Parameter response should be final. 83
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error blocks RightCurly '}' should be on the same line. 94
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error blocks RightCurly '}' should be on the same line. 102
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error blocks RightCurly '}' should be on the same line. 106
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Error misc FinalParameters Parameter request should be final. 115
 Error regexp RegexpSingleline Line has trailing spaces. 116
 Error misc FinalParameters Parameter response should be final. 116
 Error design DesignForExtension Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Error regexp RegexpSingleline Line has trailing spaces. 125
 Error javadoc JavadocType Missing a Javadoc comment. 126
 Error javadoc JavadocVariable Missing a Javadoc comment. 127
 Error regexp RegexpSingleline Line has trailing spaces. 128
 Error javadoc JavadocVariable Missing a Javadoc comment. 128
 Error regexp RegexpSingleline Line has trailing spaces. 130
 Error javadoc JavadocVariable Missing a Javadoc comment. 130
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error javadoc JavadocVariable Missing a Javadoc comment. 132
 Error regexp RegexpSingleline Line has trailing spaces. 134
 Error javadoc JavadocVariable Missing a Javadoc comment. 134
 Error javadoc JavadocVariable Missing a Javadoc comment. 136
 Error javadoc JavadocVariable Missing a Javadoc comment. 137
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Error regexp RegexpSingleline Line has trailing spaces. 139
 Error regexp RegexpSingleline Line has trailing spaces. 140
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error javadoc JavadocType Missing a Javadoc comment. 143
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error misc FinalParameters Parameter request should be final. 144
 Error regexp RegexpSingleline Line has trailing spaces. 145
 Error misc FinalParameters Parameter response should be final. 145
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error blocks RightCurly '}' should be on the same line. 151
 Error javadoc JavadocType Missing a Javadoc comment. 161
 Error regexp RegexpSingleline Line has trailing spaces. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error misc FinalParameters Parameter request should be final. 162
 Error regexp RegexpSingleline Line has trailing spaces. 163
 Error misc FinalParameters Parameter response should be final. 163
 Error regexp RegexpSingleline Line has trailing spaces. 168
 Error regexp RegexpSingleline Line has trailing spaces. 172
 Error regexp RegexpSingleline Line has trailing spaces. 176
 Error regexp RegexpSingleline Line has trailing spaces. 177
 Error regexp RegexpSingleline Line has trailing spaces. 179
 Error blocks RightCurly '}' should be on the same line. 180
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error javadoc JavadocType Missing a Javadoc comment. 190
 Error regexp RegexpSingleline Line has trailing spaces. 191
 Error javadoc JavadocMethod Missing a Javadoc comment. 191
 Error misc FinalParameters Parameter request should be final. 191
 Error regexp RegexpSingleline Line has trailing spaces. 192
 Error misc FinalParameters Parameter response should be final. 192
 Error regexp RegexpSingleline Line has trailing spaces. 202
 Error regexp RegexpSingleline Line has trailing spaces. 210
 Error regexp RegexpSingleline Line has trailing spaces. 216
 Error regexp RegexpSingleline Line has trailing spaces. 217
 Error regexp RegexpSingleline Line has trailing spaces. 219
 Error blocks RightCurly '}' should be on the same line. 220
 Error javadoc JavadocType Missing a Javadoc comment. 230
 Error regexp RegexpSingleline Line has trailing spaces. 231
 Error javadoc JavadocMethod Missing a Javadoc comment. 231
 Error misc FinalParameters Parameter request should be final. 231
 Error regexp RegexpSingleline Line has trailing spaces. 232
 Error misc FinalParameters Parameter response should be final. 232
 Error regexp RegexpSingleline Line has trailing spaces. 236
 Error regexp RegexpSingleline Line has trailing spaces. 238
 Error regexp RegexpSingleline Line has trailing spaces. 240
 Error regexp RegexpSingleline Line has trailing spaces. 241
 Error regexp RegexpSingleline Line has trailing spaces. 243
 Error blocks RightCurly '}' should be on the same line. 244
 Error javadoc JavadocType Missing a Javadoc comment. 254
 Error regexp RegexpSingleline Line has trailing spaces. 255
 Error javadoc JavadocMethod Missing a Javadoc comment. 255
 Error misc FinalParameters Parameter request should be final. 255
 Error regexp RegexpSingleline Line has trailing spaces. 256
 Error misc FinalParameters Parameter response should be final. 256
 Error regexp RegexpSingleline Line has trailing spaces. 260
 Error regexp RegexpSingleline Line has trailing spaces. 261
 Error regexp RegexpSingleline Line has trailing spaces. 263
 Error blocks RightCurly '}' should be on the same line. 264