Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
38 |
Error |
design |
VisibilityModifier |
Variable 'context' must be private and have accessor methods. |
38 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
39 |
Error |
design |
VisibilityModifier |
Variable 'mm' must be private and have accessor methods. |
39 |
Error |
design |
DesignForExtension |
Method 'start' is not designed for extension - needs to be abstract, final or empty. |
41 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
41 |
Error |
design |
DesignForExtension |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
53 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
53 |