Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Info |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
11 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
27 |
Error |
design |
VisibilityModifier |
Variable 'configDefs' must be private and have accessor methods. |
27 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
29 |
Error |
design |
VisibilityModifier |
Variable 'listeners' must be private and have accessor methods. |
29 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
31 |
Error |
design |
DesignForExtension |
Method 'registerConfigurationDefinition' is not designed for extension - needs to be abstract, final or empty. |
36 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
36 |
Error |
design |
DesignForExtension |
Method 'getAllConfigDefinitions' is not designed for extension - needs to be abstract, final or empty. |
52 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
52 |
Error |
design |
DesignForExtension |
Method 'unregisterConfigurationDefinition' is not designed for extension - needs to be abstract, final or empty. |
56 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
56 |
Error |
design |
DesignForExtension |
Method 'addConfigurationDefinitionRegistryChanged' is not designed for extension - needs to be abstract, final or empty. |
72 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
72 |
Error |
design |
DesignForExtension |
Method 'removeConfigurationDefinitionRegistryChanged' is not designed for extension - needs to be abstract, final or empty. |
78 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
78 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
82 |