Severity |
Category |
Rule |
Message |
Line |
Error |
imports |
RedundantImport |
Redundant import from the same package - info.ejava.examples.secureping.ejb.SecurePingRemote. |
3 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
17 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
23 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 92). |
25 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
25 |
Error |
naming |
ConstantName |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
25 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
26 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
27 |
Error |
design |
VisibilityModifier |
Variable 'ctx' must be private and have accessor methods. |
28 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
29 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 116). |
30 |
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 |
design |
VisibilityModifier |
Variable 'securePingServer' must be private and have accessor methods. |
31 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
32 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
33 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
33 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
38 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
42 |
Error |
misc |
FinalParameters |
Parameter prefix should be final. |
42 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'prefix'. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
49 |
Error |
blocks |
RightCurly |
'}' should be on the same line. |
51 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
58 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
65 |
Error |
design |
DesignForExtension |
Method 'pingAll' is not designed for extension - needs to be abstract, final or empty. |
65 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
66 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
73 |
Error |
design |
DesignForExtension |
Method 'pingUser' is not designed for extension - needs to be abstract, final or empty. |
73 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 84). |
74 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
81 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
81 |
Error |
design |
DesignForExtension |
Method 'pingAdmin' is not designed for extension - needs to be abstract, final or empty. |
81 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
82 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
89 |
Error |
design |
DesignForExtension |
Method 'pingExcluded' is not designed for extension - needs to be abstract, final or empty. |
89 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 92). |
90 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
92 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
98 |
Error |
design |
DesignForExtension |
Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. |
98 |
Error |
misc |
FinalParameters |
Parameter role should be final. |
98 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'role'. |
98 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
100 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
100 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
100 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
101 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
101 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
102 |