Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
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. |
43 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
43 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
45 |
Error |
design |
VisibilityModifier |
Variable 'ctx' must be private and have accessor methods. |
46 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
47 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
48 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
50 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
51 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
51 |
Error |
design |
VisibilityModifier |
Variable 'em' must be private and have accessor methods. |
52 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
53 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
54 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
54 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
54 |
Error |
design |
VisibilityModifier |
Variable 'daoClassName' must be private and have accessor methods. |
55 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
56 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
57 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
60 |
Error |
design |
VisibilityModifier |
Variable 'teller' must be private and have accessor methods. |
60 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
61 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
64 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
67 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
71 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
73 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
76 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
77 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
78 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
79 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
81 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
81 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
82 |
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). |
83 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
86 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
89 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
93 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
94 |
Error |
design |
DesignForExtension |
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
98 |
Error |
design |
DesignForExtension |
Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. |
104 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
104 |
Error |
misc |
FinalParameters |
Parameter accountNumber should be final. |
104 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
107 |
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). |
110 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
117 |
Error |
design |
DesignForExtension |
Method 'closeAccount' is not designed for extension - needs to be abstract, final or empty. |
118 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
118 |
Error |
misc |
FinalParameters |
Parameter acctNum should be final. |
118 |
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). |
124 |
Error |
design |
DesignForExtension |
Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. |
132 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
132 |
Error |
misc |
FinalParameters |
Parameter acctNum should be final. |
132 |
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). |
136 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 90). |
144 |
Error |
design |
DesignForExtension |
Method 'getOverdrawnAccounts' is not designed for extension - needs to be abstract, final or empty. |
144 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
144 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
144 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
144 |
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). |
148 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
156 |
Error |
design |
DesignForExtension |
Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. |
156 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
156 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
156 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
156 |
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). |
160 |
Error |
design |
DesignForExtension |
Method 'updateAccount' is not designed for extension - needs to be abstract, final or empty. |
168 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
168 |
Error |
misc |
FinalParameters |
Parameter account should be final. |
168 |
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). |
173 |
Error |
design |
DesignForExtension |
Method 'getLedger' is not designed for extension - needs to be abstract, final or empty. |
181 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
181 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
187 |
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). |
189 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
202 |
Error |
design |
DesignForExtension |
Method 'getLedger2' is not designed for extension - needs to be abstract, final or empty. |
202 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
202 |
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). |
206 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
213 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
215 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
218 |
Error |
design |
DesignForExtension |
Method 'getLedgerAveBalance' is not designed for extension - needs to be abstract, final or empty. |
218 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
218 |
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). |
222 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
232 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
235 |
Error |
design |
DesignForExtension |
Method 'getLedgerCount' is not designed for extension - needs to be abstract, final or empty. |
235 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
235 |
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). |
239 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
249 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
252 |
Error |
design |
DesignForExtension |
Method 'getLedgerSum' is not designed for extension - needs to be abstract, final or empty. |
252 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'BankException'. |
252 |
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). |
256 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
264 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
265 |
Error |
blocks |
EmptyBlock |
Must have at least one statement. |
266 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
270 |
Error |
design |
DesignForExtension |
Method 'addOwner' is not designed for extension - needs to be abstract, final or empty. |
274 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
274 |
Error |
misc |
FinalParameters |
Parameter ownerId should be final. |
274 |
Error |
misc |
FinalParameters |
Parameter accountNumber should be final. |
274 |
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). |
279 |
Error |
design |
DesignForExtension |
Method 'createOwner' is not designed for extension - needs to be abstract, final or empty. |
287 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
287 |
Error |
misc |
FinalParameters |
Parameter firstName should be final. |
287 |
Error |
misc |
FinalParameters |
Parameter lastName should be final. |
287 |
Error |
misc |
FinalParameters |
Parameter ssn should be final. |
287 |
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). |
292 |
Error |
design |
DesignForExtension |
Method 'openAccount' is not designed for extension - needs to be abstract, final or empty. |
300 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
300 |
Error |
misc |
FinalParameters |
Parameter ownerId should be final. |
300 |
Error |
misc |
FinalParameters |
Parameter accountNumber should be final. |
300 |
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). |
305 |
Error |
design |
DesignForExtension |
Method 'removeOwner' is not designed for extension - needs to be abstract, final or empty. |
313 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
313 |
Error |
misc |
FinalParameters |
Parameter ownerId should be final. |
313 |
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). |
317 |
Error |
design |
DesignForExtension |
Method 'getOwners' is not designed for extension - needs to be abstract, final or empty. |
325 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
325 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
325 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
325 |
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). |
329 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
337 |
Error |
design |
DesignForExtension |
Method 'getOwnersLoaded' is not designed for extension - needs to be abstract, final or empty. |
337 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
337 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
337 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
337 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
340 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
347 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
348 |
Error |
design |
DesignForExtension |
Method 'getOwnersPOJO' is not designed for extension - needs to be abstract, final or empty. |
348 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
348 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
348 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
348 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
351 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
367 |
Error |
design |
DesignForExtension |
Method 'getOwnersDTO' is not designed for extension - needs to be abstract, final or empty. |
367 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
367 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
367 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
367 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
370 |
Error |
design |
DesignForExtension |
Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. |
380 |