The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 1 | ![]() |
RightCurly | 33 | ![]() | |
coding | HiddenField | 1 | ![]() |
MagicNumber | 1 | ![]() | |
design | DesignForExtension | 18 | ![]() |
imports | UnusedImports
|
8 | ![]() |
javadoc | JavadocMethod | 40 | ![]() |
JavadocPackage | 1 | ![]() | |
JavadocType | 24 | ![]() | |
JavadocVariable | 78 | ![]() | |
misc | FinalParameters | 49 | ![]() |
TodoComment | 2 | ![]() | |
naming | ConstantName | 1 | ![]() |
regexp | RegexpSingleline
|
193 | ![]() |
sizes | LineLength | 11 | ![]() |
whitespace | FileTabCharacter | 4 | ![]() |
WhitespaceAfter | 1 | ![]() | |
WhitespaceAround | 25 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 26 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
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. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter request should be final. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter response should be final. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter request should be final. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter response should be final. | 96 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter request should be final. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
misc | FinalParameters | Parameter response should be final. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 125 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
misc | FinalParameters | Parameter request should be final. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
misc | FinalParameters | Parameter response should be final. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 145 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter request should be final. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
misc | FinalParameters | Parameter response should be final. | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 169 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter request should be final. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
misc | FinalParameters | Parameter response should be final. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 191 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter request should be final. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
misc | FinalParameters | Parameter response should be final. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
![]() |
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 | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 76 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 80 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 82 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 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 | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 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 | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 310 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 | '}' at column 10 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 26 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.Enumeration. | 3 |
![]() |
imports | UnusedImports | Unused import - java.util.Properties. | 4 |
![]() |
imports | UnusedImports | Unused import - javax.servlet.ServletContext. | 9 |
![]() |
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 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
design | DesignForExtension | Method 'getAuctionMgmt' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
design | DesignForExtension | Method 'getUserMgmt' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
misc | FinalParameters | Parameter lazz should be final. | 100 |
![]() |
misc | FinalParameters | Parameter jndi should be final. | 100 |
![]() |
coding | HiddenField | 'jndi' hides a field. | 100 |
![]() |
misc | FinalParameters | Parameter remoteJNDI should be final. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - javax.servlet.ServletContext. | 10 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 28 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 69 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 73 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter request should be final. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
misc | FinalParameters | Parameter response should be final. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter request should be final. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter response should be final. | 115 |
![]() |
design | DesignForExtension | Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter request should be final. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
misc | FinalParameters | Parameter response should be final. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter request should be final. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
misc | FinalParameters | Parameter response should be final. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter request should be final. | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
misc | FinalParameters | Parameter response should be final. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 219 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter request should be final. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
misc | FinalParameters | Parameter response should be final. | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 243 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
misc | FinalParameters | Parameter request should be final. | 254 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
misc | FinalParameters | Parameter response should be final. | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 263 |