| Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
10 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
11 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
11 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
14 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
14 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
16 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
16 |
Error |
coding |
MagicNumber |
'32' is a magic number. |
16 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
16 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
18 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
18 |
Error |
coding |
MagicNumber |
'32' is a magic number. |
18 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
18 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
20 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
20 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
20 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
22 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
22 |
Error |
coding |
MagicNumber |
'10' is a magic number. |
22 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
22 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
24 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
25 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
25 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
25 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
26 |
Error |
misc |
FinalParameters |
Parameter id should be final. |
26 |
Error |
coding |
HiddenField |
'id' hides a field. |
26 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
26 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
26 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
26 |
Error |
design |
DesignForExtension |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
27 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
27 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
28 |
Error |
design |
DesignForExtension |
Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. |
29 |
Error |
blocks |
LeftCurly |
'{' at column 28 should have line break after. |
29 |
Error |
design |
DesignForExtension |
Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. |
30 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
30 |
Error |
misc |
FinalParameters |
Parameter street should be final. |
30 |
Error |
coding |
HiddenField |
'street' hides a field. |
30 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
33 |
Error |
design |
DesignForExtension |
Method 'getCity' is not designed for extension - needs to be abstract, final or empty. |
34 |
Error |
blocks |
LeftCurly |
'{' at column 26 should have line break after. |
34 |
Error |
design |
DesignForExtension |
Method 'setCity' is not designed for extension - needs to be abstract, final or empty. |
35 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
35 |
Error |
misc |
FinalParameters |
Parameter city should be final. |
35 |
Error |
coding |
HiddenField |
'city' hides a field. |
35 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
38 |
Error |
design |
DesignForExtension |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. |
39 |
Error |
blocks |
LeftCurly |
'{' at column 27 should have line break after. |
39 |
Error |
design |
DesignForExtension |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. |
40 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
40 |
Error |
misc |
FinalParameters |
Parameter state should be final. |
40 |
Error |
coding |
HiddenField |
'state' hides a field. |
40 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
43 |
Error |
design |
DesignForExtension |
Method 'getZip' is not designed for extension - needs to be abstract, final or empty. |
44 |
Error |
blocks |
LeftCurly |
'{' at column 25 should have line break after. |
44 |
Error |
design |
DesignForExtension |
Method 'setZip' is not designed for extension - needs to be abstract, final or empty. |
45 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
Error |
misc |
FinalParameters |
Parameter zip should be final. |
45 |
Error |
coding |
HiddenField |
'zip' hides a field. |
45 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
48 |
Error |
design |
DesignForExtension |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
49 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
53 |