Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
26 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 83). |
28 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
28 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
29 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
31 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
31 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
32 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
34 |
Error |
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). |
42 |
Error |
blocks |
EmptyBlock |
Must have at least one statement. |
43 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
44 |
Error |
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). |
45 |
Error |
blocks |
EmptyBlock |
Must have at least one statement. |
46 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
47 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
50 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
57 |
Error |
design |
DesignForExtension |
Method 'getRegistrar' is not designed for extension - needs to be abstract, final or empty. |
57 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
60 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
62 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
65 |
Error |
design |
DesignForExtension |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
66 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
66 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
66 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
67 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
68 |
Error |
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). |
74 |
Error |
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 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
87 |
Error |
design |
DesignForExtension |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. |
90 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
90 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
90 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
91 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
95 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
96 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
100 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
101 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
102 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
102 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
103 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
108 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
114 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
125 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
126 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
128 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
129 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
130 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
130 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
131 |
Error |
coding |
MagicNumber |
'100' is a magic number. |
134 |
Error |
blocks |
LeftCurly |
'{' at column 17 should have line break after. |
135 |
Error |
blocks |
RightCurly |
'}' at column 55 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). |
135 |
Error |
whitespace |
WhitespaceAround |
'catch' is not followed by whitespace. |
136 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
136 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
136 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
137 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
141 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
141 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
141 |
Error |
whitespace |
WhitespaceAround |
'<' is not preceded with whitespace. |
141 |
Error |
whitespace |
WhitespaceAround |
'<' is not followed by whitespace. |
141 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
156 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
167 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
168 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
171 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
172 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
173 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
173 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
174 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
178 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
179 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
180 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
181 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
182 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
186 |
Error |
blocks |
LeftCurly |
'{' at column 17 should have line break after. |
188 |
Error |
blocks |
RightCurly |
'}' at column 55 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). |
188 |
Error |
whitespace |
WhitespaceAround |
'catch' is not followed by whitespace. |
189 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
190 |
Error |
coding |
MagicNumber |
'20' is a magic number. |
193 |
Error |
blocks |
LeftCurly |
'{' at column 17 should have line break after. |
194 |
Error |
blocks |
RightCurly |
'}' at column 55 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). |
194 |
Error |
whitespace |
WhitespaceAround |
'catch' is not followed by whitespace. |
195 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
196 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
198 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
199 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
201 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
203 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
204 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
206 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
206 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
215 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
226 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
227 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
229 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
230 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
231 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
231 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
232 |
Error |
blocks |
LeftCurly |
'{' at column 17 should have line break after. |
236 |
Error |
blocks |
RightCurly |
'}' at column 47 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). |
236 |
Error |
whitespace |
WhitespaceAround |
'catch' is not followed by whitespace. |
237 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
244 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
245 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
246 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
252 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
263 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
264 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
267 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
268 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
269 |
Error |
misc |
FinalParameters |
Parameter request should be final. |
269 |
Error |
misc |
FinalParameters |
Parameter response should be final. |
270 |
Error |
blocks |
LeftCurly |
'{' at column 17 should have line break after. |
274 |
Error |
blocks |
RightCurly |
'}' at column 47 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). |
274 |
Error |
whitespace |
WhitespaceAround |
'catch' is not followed by whitespace. |
275 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
282 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
283 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
286 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
291 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
302 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
303 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
305 |