Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
25 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 102). |
25 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 111). |
26 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 111). |
27 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 112). |
28 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
29 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
33 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 91). |
34 |
Error |
naming |
ConstantName |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
35 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 98). |
36 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 118). |
37 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
38 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
38 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
38 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
38 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
38 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
40 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
41 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
43 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
45 |
Error |
design |
DesignForExtension |
Method 'whoAmI' is not designed for extension - needs to be abstract, final or empty. |
46 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
46 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
52 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
52 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
55 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
58 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
58 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
60 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
63 |
Error |
design |
DesignForExtension |
Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. |
64 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
64 |
Error |
misc |
FinalParameters |
Parameter role should be final. |
67 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
70 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
70 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
73 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
76 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
76 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
78 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
79 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
81 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 100). |
83 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
87 |
Error |
design |
DesignForExtension |
Method 'anonymous' is not designed for extension - needs to be abstract, final or empty. |
87 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
93 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 96). |
93 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 96). |
94 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
97 |
Error |
design |
DesignForExtension |
Method 'authenticated' is not designed for extension - needs to be abstract, final or empty. |
97 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
101 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
102 |
Error |
design |
DesignForExtension |
Method 'pingAdmin' is not designed for extension - needs to be abstract, final or empty. |
103 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
103 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
109 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
109 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
109 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
109 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
111 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
111 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
111 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
111 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
111 |
Error |
whitespace |
OperatorWrap |
':' should be on a new line. |
112 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
116 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
116 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
118 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
118 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
120 |
Error |
design |
DesignForExtension |
Method 'pingUser' is not designed for extension - needs to be abstract, final or empty. |
124 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
124 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
130 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
130 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
130 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
130 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
132 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
132 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
132 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
132 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
132 |
Error |
whitespace |
OperatorWrap |
':' should be on a new line. |
133 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
137 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
137 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
139 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
139 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
141 |
Error |
design |
DesignForExtension |
Method 'pingAll' is not designed for extension - needs to be abstract, final or empty. |
145 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
145 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
151 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
151 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
151 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
151 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
153 |
Error |
whitespace |
WhitespaceAround |
'!=' is not preceded with whitespace. |
153 |
Error |
whitespace |
WhitespaceAround |
'!=' is not followed by whitespace. |
153 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
153 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
153 |
Error |
whitespace |
OperatorWrap |
':' should be on a new line. |
154 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
158 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
158 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
160 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
164 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 84). |
166 |
Error |
misc |
FinalParameters |
Parameter ex should be final. |
170 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'ex'. |
170 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 93). |
171 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
171 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
171 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
171 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 120). |
173 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
175 |
Error |
misc |
FinalParameters |
Parameter ejbResponse should be final. |
181 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'ejbResponse'. |
181 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 97). |
183 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
183 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
183 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
183 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
186 |