Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
19 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
20 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
20 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
20 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
21 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
22 |
Error |
design |
DesignForExtension |
Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. |
23 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
23 |
Error |
misc |
FinalParameters |
Parameter connection should be final. |
23 |
Error |
coding |
HiddenField |
'connection' hides a field. |
23 |
Error |
design |
DesignForExtension |
Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. |
27 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
27 |
Error |
misc |
FinalParameters |
Parameter account should be final. |
27 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
35 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
36 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
41 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
43 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
44 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
46 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
48 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
49 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
51 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
60 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
67 |
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). |
72 |
Error |
whitespace |
WhitespaceAround |
'+' is not preceded with whitespace. |
75 |
Error |
whitespace |
WhitespaceAround |
'+' is not followed by whitespace. |
75 |
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). |
76 |
Error |
whitespace |
WhitespaceAround |
'+' is not preceded with whitespace. |
79 |
Error |
whitespace |
WhitespaceAround |
'+' is not followed by whitespace. |
79 |
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). |
80 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
82 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
82 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
82 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
83 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
83 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
83 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
84 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
84 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
84 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
85 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
85 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
85 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
86 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
86 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
86 |
Error |
design |
DesignForExtension |
Method 'getAccounts' 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 index should be final. |
90 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
90 |