| Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
20 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
20 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
22 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
24 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
24 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
24 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
26 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
27 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
27 |
Error |
coding |
MagicNumber |
'40' is a magic number. |
27 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
27 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
30 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
30 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
30 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
31 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
31 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
31 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
31 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
31 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
31 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
33 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
34 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
34 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
34 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
35 |
Error |
misc |
FinalParameters |
Parameter id should be final. |
35 |
Error |
coding |
HiddenField |
'id' hides a field. |
35 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
misc |
FinalParameters |
Parameter name should be final. |
39 |
Error |
coding |
HiddenField |
'name' hides a field. |
39 |
Error |
misc |
FinalParameters |
Parameter address should be final. |
39 |
Error |
coding |
HiddenField |
'address' hides a field. |
39 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
43 |
Error |
design |
DesignForExtension |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
44 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
44 |
Error |
design |
DesignForExtension |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
47 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
47 |
Error |
misc |
FinalParameters |
Parameter id should be final. |
47 |
Error |
coding |
HiddenField |
'id' hides a field. |
47 |
Error |
design |
DesignForExtension |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
50 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
50 |
Error |
design |
DesignForExtension |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
53 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
53 |
Error |
misc |
FinalParameters |
Parameter name should be final. |
53 |
Error |
coding |
HiddenField |
'name' hides a field. |
53 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
56 |
Error |
design |
DesignForExtension |
Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. |
57 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
57 |
Error |
design |
DesignForExtension |
Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. |
60 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
60 |
Error |
misc |
FinalParameters |
Parameter address should be final. |
60 |
Error |
coding |
HiddenField |
'address' hides a field. |
60 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
63 |
Error |
design |
DesignForExtension |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
64 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
64 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
68 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
71 |