Severity |
Category |
Rule |
Message |
Line |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
33 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
39 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
45 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
45 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
47 |
Error |
design |
VisibilityModifier |
Variable 'ctx' must be private and have accessor methods. |
48 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
50 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
52 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
53 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
53 |
Error |
design |
VisibilityModifier |
Variable 'em' must be private and have accessor methods. |
54 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
55 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
56 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
56 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
56 |
Error |
design |
VisibilityModifier |
Variable 'daoClassName' must be private and have accessor methods. |
57 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
58 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
59 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
62 |
Error |
design |
VisibilityModifier |
Variable 'teller' must be private and have accessor methods. |
62 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
63 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
66 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
69 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
73 |
Error |
whitespace |
WhitespaceAfter |
'cast' is not followed by whitespace. |
75 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
78 |
Error |
whitespace |
WhitespaceAfter |
'cast' is not followed by whitespace. |
79 |
Error |
whitespace |
WhitespaceAfter |
'cast' is not followed by whitespace. |
80 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
81 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
83 |
Error |
whitespace |
WhitespaceAfter |
'cast' is not followed by whitespace. |
83 |
Error |
whitespace |
WhitespaceAfter |
'cast' is not followed by whitespace. |
84 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
85 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
88 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
91 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
95 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
96 |
Error |
design |
DesignForExtension |
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
100 |
Error |
design |
DesignForExtension |
Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. |
106 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
106 |
Error |
misc |
FinalParameters |
Parameter accountNumber should be final. |
106 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
109 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
112 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
119 |
Error |
design |
DesignForExtension |
Method 'closeAccount' is not designed for extension - needs to be abstract, final or empty. |
120 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
120 |
Error |
misc |
FinalParameters |
Parameter acctNum should be final. |
120 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
126 |
Error |
design |
DesignForExtension |
Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. |
134 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
134 |
Error |
misc |
FinalParameters |
Parameter acctNum should be final. |
134 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
138 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 90). |
146 |
Error |
design |
DesignForExtension |
Method 'getOverdrawnAccounts' is not designed for extension - needs to be abstract, final or empty. |
146 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
146 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
146 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
146 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
150 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
158 |
Error |
design |
DesignForExtension |
Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. |
158 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
158 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
158 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
158 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
162 |
Error |
design |
DesignForExtension |
Method 'updateAccount' is not designed for extension - needs to be abstract, final or empty. |
170 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
170 |
Error |
misc |
FinalParameters |
Parameter account should be final. |
170 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
175 |
Error |
design |
DesignForExtension |
Method 'getLedger' is not designed for extension - needs to be abstract, final or empty. |
183 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
183 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
189 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
191 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
204 |
Error |
design |
DesignForExtension |
Method 'getLedger2' is not designed for extension - needs to be abstract, final or empty. |
204 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
204 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
208 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
215 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
217 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
220 |
Error |
design |
DesignForExtension |
Method 'getLedgerAveBalance' is not designed for extension - needs to be abstract, final or empty. |
220 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
220 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
224 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
234 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
237 |
Error |
design |
DesignForExtension |
Method 'getLedgerCount' is not designed for extension - needs to be abstract, final or empty. |
237 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
237 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
241 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
251 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
254 |
Error |
design |
DesignForExtension |
Method 'getLedgerSum' is not designed for extension - needs to be abstract, final or empty. |
254 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
254 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
258 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
266 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
267 |
Error |
blocks |
EmptyBlock |
Must have at least one statement. |
268 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
272 |
Error |
design |
DesignForExtension |
Method 'addOwner' is not designed for extension - needs to be abstract, final or empty. |
276 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
276 |
Error |
misc |
FinalParameters |
Parameter ownerId should be final. |
276 |
Error |
misc |
FinalParameters |
Parameter accountNumber should be final. |
276 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
281 |
Error |
design |
DesignForExtension |
Method 'createOwner' is not designed for extension - needs to be abstract, final or empty. |
289 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
289 |
Error |
misc |
FinalParameters |
Parameter firstName should be final. |
289 |
Error |
misc |
FinalParameters |
Parameter lastName should be final. |
289 |
Error |
misc |
FinalParameters |
Parameter ssn should be final. |
289 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
294 |
Error |
design |
DesignForExtension |
Method 'openAccount' is not designed for extension - needs to be abstract, final or empty. |
302 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
302 |
Error |
misc |
FinalParameters |
Parameter ownerId should be final. |
302 |
Error |
misc |
FinalParameters |
Parameter accountNumber should be final. |
302 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
307 |
Error |
design |
DesignForExtension |
Method 'removeOwner' is not designed for extension - needs to be abstract, final or empty. |
315 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
315 |
Error |
misc |
FinalParameters |
Parameter ownerId should be final. |
315 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
319 |
Error |
design |
DesignForExtension |
Method 'getOwners' is not designed for extension - needs to be abstract, final or empty. |
327 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
327 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
327 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
327 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
331 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
339 |
Error |
design |
DesignForExtension |
Method 'getOwnersLoaded' is not designed for extension - needs to be abstract, final or empty. |
339 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
339 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
339 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
339 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
342 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
349 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
350 |
Error |
design |
DesignForExtension |
Method 'getOwnersPOJO' is not designed for extension - needs to be abstract, final or empty. |
350 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
350 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
350 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
350 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
353 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
369 |
Error |
design |
DesignForExtension |
Method 'getOwnersDTO' is not designed for extension - needs to be abstract, final or empty. |
369 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
369 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
369 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
369 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
372 |
Error |
design |
DesignForExtension |
Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. |
382 |