Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
32 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
40 |
Error |
design |
VisibilityModifier |
Variable 'communicationModule' must be private and have accessor methods. |
40 |
Error |
design |
DesignForExtension |
Method 'start' is not designed for extension - needs to be abstract, final or empty. |
42 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
Error |
design |
DesignForExtension |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
58 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
58 |