| Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - javax.persistence.*. |
3 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
5 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
6 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
6 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
9 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
9 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
10 |
Error |
coding |
MagicNumber |
'10' is a magic number. |
10 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
10 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
12 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
12 |
Error |
coding |
MagicNumber |
'32' is a magic number. |
12 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
12 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
12 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
12 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
14 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
15 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
15 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
15 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
16 |
Error |
misc |
FinalParameters |
Parameter zip should be final. |
16 |
Error |
coding |
HiddenField |
'zip' hides a field. |
16 |
Error |
misc |
FinalParameters |
Parameter city should be final. |
16 |
Error |
coding |
HiddenField |
'city' hides a field. |
16 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
17 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
17 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
18 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
18 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
20 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
21 |
Error |
misc |
FinalParameters |
Parameter zip should be final. |
21 |
Error |
coding |
HiddenField |
'zip' hides a field. |
21 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
22 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
22 |
Error |
design |
DesignForExtension |
Method 'getZip' is not designed for extension - needs to be abstract, final or empty. |
24 |
Error |
blocks |
LeftCurly |
'{' should have line break after. |
24 |
Error |
design |
DesignForExtension |
Method 'getCity' is not designed for extension - needs to be abstract, final or empty. |
25 |
Error |
blocks |
LeftCurly |
'{' should have line break after. |
25 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
26 |
Error |
design |
DesignForExtension |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
27 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
31 |
Error |
design |
DesignForExtension |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
32 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
34 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
34 |
Error |
whitespace |
WhitespaceAround |
'?' is not preceded with whitespace. |
34 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
36 |
Error |
design |
DesignForExtension |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
37 |
Error |
misc |
FinalParameters |
Parameter obj should be final. |
38 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
39 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
39 |
Error |
blocks |
LeftCurly |
'{' should have line break after. |
39 |
Error |
blocks |
RightCurly |
'}' should have line break before. |
39 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
40 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
40 |
Error |
blocks |
LeftCurly |
'{' should have line break after. |
40 |
Error |
blocks |
RightCurly |
'}' should have line break before. |
40 |
Error |
blocks |
LeftCurly |
'{' should have line break after. |
41 |
Error |
blocks |
RightCurly |
'}' should have line break before. |
41 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
43 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
43 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
43 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
43 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
43 |