The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 2 | |
| RightCurly | 36 | ||
| coding | EmptyStatement | 1 | |
| HiddenField | 2 | ||
| MagicNumber | 1 | ||
| design | DesignForExtension | 18 | |
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 41 | |
| JavadocPackage | 1 | ||
| JavadocType | 24 | ||
| JavadocVariable | 78 | ||
| misc | FinalParameters | 51 | |
| NewlineAtEndOfFile | 1 | ||
| TodoComment | 4 | ||
| naming | ConstantName | 1 | |
| regexp | RegexpSingleline
|
194 | |
| sizes | LineLength | 9 | |
| whitespace | EmptyForIteratorPad | 1 | |
| FileTabCharacter | 5 | ||
| WhitespaceAfter | 3 | ||
| WhitespaceAround | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| blocks | RightCurly | '}' should be on the same line. | 68 | |
| blocks | RightCurly | '}' should be on the same line. | 72 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 | |
| blocks | LeftCurly | '{' should have line break after. | 74 | |
| blocks | RightCurly | '}' should have line break before. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter request should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter response should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| blocks | RightCurly | '}' should be on the same line. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| blocks | RightCurly | '}' should be on the same line. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| blocks | RightCurly | '}' should be on the same line. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter request should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| misc | FinalParameters | Parameter response should be final. | 111 | |
| design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter request should be final. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| misc | FinalParameters | Parameter response should be final. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| blocks | RightCurly | '}' should be on the same line. | 140 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter request should be final. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| misc | FinalParameters | Parameter response should be final. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| blocks | RightCurly | '}' should be on the same line. | 160 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter request should be final. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| misc | FinalParameters | Parameter response should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| blocks | RightCurly | '}' should be on the same line. | 184 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter request should be final. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| misc | FinalParameters | Parameter response should be final. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| blocks | RightCurly | '}' should be on the same line. | 206 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter request should be final. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| misc | FinalParameters | Parameter response should be final. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| blocks | RightCurly | '}' should be on the same line. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| blocks | RightCurly | '}' should be on the same line. | 76 | |
| blocks | RightCurly | '}' should be on the same line. | 80 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 82 | |
| blocks | LeftCurly | '{' should have line break after. | 82 | |
| blocks | RightCurly | '}' should have line break before. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter request should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter response should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| blocks | RightCurly | '}' should be on the same line. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| blocks | RightCurly | '}' should be on the same line. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| blocks | RightCurly | '}' should be on the same line. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter request should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter response should be final. | 120 | |
| design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter request should be final. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| misc | FinalParameters | Parameter response should be final. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| blocks | RightCurly | '}' should be on the same line. | 161 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter request should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| misc | FinalParameters | Parameter response should be final. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| blocks | RightCurly | '}' should be on the same line. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter request should be final. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| misc | FinalParameters | Parameter response should be final. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| coding | MagicNumber | '100' is a magic number. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| blocks | RightCurly | '}' should be on the same line. | 211 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter request should be final. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| misc | FinalParameters | Parameter response should be final. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| blocks | RightCurly | '}' should be on the same line. | 234 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter request should be final. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| misc | FinalParameters | Parameter response should be final. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| blocks | RightCurly | '}' should be on the same line. | 265 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| misc | FinalParameters | Parameter request should be final. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| misc | FinalParameters | Parameter response should be final. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| blocks | RightCurly | '}' should be on the same line. | 290 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| misc | FinalParameters | Parameter request should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| misc | FinalParameters | Parameter response should be final. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| blocks | RightCurly | '}' should be on the same line. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 18 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 18 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 25 | |
| blocks | RightCurly | '}' should be on the same line. | 26 | |
| blocks | RightCurly | '}' should be on the same line. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.AuctionMgmtLocal. | 18 | |
| imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.BuyerLocal. | 20 | |
| imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.SellerLocal. | 22 | |
| imports | UnusedImports | Unused import - ejava.examples.asyncmarket.ejb.UserMgmtLocal. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter context should be final. | 51 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getAuctionMgmt' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'getUserMgmt' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter context should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| coding | HiddenField | 'jndi' hides a field. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter lazz should be final. | 99 | |
| misc | FinalParameters | Parameter jndi should be final. | 99 | |
| coding | HiddenField | 'jndi' hides a field. | 99 | |
| misc | FinalParameters | Parameter remoteJNDI should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | EmptyStatement | Empty statement. | 52 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| blocks | RightCurly | '}' should be on the same line. | 70 | |
| blocks | RightCurly | '}' should be on the same line. | 74 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter request should be final. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| misc | FinalParameters | Parameter response should be final. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | RightCurly | '}' should be on the same line. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| blocks | RightCurly | '}' should be on the same line. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| blocks | RightCurly | '}' should be on the same line. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter request should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| misc | FinalParameters | Parameter response should be final. | 116 | |
| design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter request should be final. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| misc | FinalParameters | Parameter response should be final. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| blocks | RightCurly | '}' should be on the same line. | 151 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| misc | FinalParameters | Parameter request should be final. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| misc | FinalParameters | Parameter response should be final. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| blocks | RightCurly | '}' should be on the same line. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter request should be final. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| misc | FinalParameters | Parameter response should be final. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| blocks | RightCurly | '}' should be on the same line. | 220 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter request should be final. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| misc | FinalParameters | Parameter response should be final. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| blocks | RightCurly | '}' should be on the same line. | 244 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| misc | FinalParameters | Parameter request should be final. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| misc | FinalParameters | Parameter response should be final. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| blocks | RightCurly | '}' should be on the same line. | 264 |