The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
design | DesignForExtension | 56 | ![]() |
VisibilityModifier
|
47 | ![]() | |
imports | UnusedImports | 3 | ![]() |
javadoc | JavadocMethod | 77 | ![]() |
JavadocPackage
|
5 | ![]() | |
JavadocType | 4 | ![]() | |
JavadocVariable | 53 | ![]() | |
misc | NewlineAtEndOfFile | 1 | ![]() |
naming | StaticVariableName | 1 | ![]() |
sizes | LineLength
|
2 | ![]() |
whitespace | WhitespaceAfter | 4 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'useCaseId' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | VisibilityModifier | Variable 'author' must be private and have accessor methods. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'primary' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | VisibilityModifier | Variable 'secondary' must be private and have accessor methods. | 18 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'getUseCaseId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'setUseCaseId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'isPrimary' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'isSecondary' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Method 'setSecondary' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.osgi.framework.FrameworkUtil. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'view'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 55 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 70 |
![]() |
design | DesignForExtension | Method 'getConfigurator' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'loadConfigurationItems' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'saveConfiguration' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configOptions'. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'saveOptions'. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'force'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationInstanceAlreadyExistsException'. | 128 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 138 |
![]() |
design | DesignForExtension | Method 'checkDependencies' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
design | DesignForExtension | Method 'getModelRegistry' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
design | DesignForExtension | Method 'initializeValues' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
design | DesignForExtension | Method 'setConfigInstance' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'deleteConfigurationInstance' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
design | DesignForExtension | Method 'closeConfiguration' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
design | DesignForExtension | Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
design | DesignForExtension | Method 'setView' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'bc' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'configReg' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'configOption' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'b' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 105 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'detach' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
design | DesignForExtension | Method 'getConfigOption' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.osgi.framework.FrameworkUtil. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | StaticVariableName | Name 'NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
design | VisibilityModifier | Variable 'NAME' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'configurationWindow' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'configurationTitle' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'bundleName' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'configurationAuthor' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'configurationVersion' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'twin' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'configInstances' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'edit' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'createNew' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'delete' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'vLayout' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'buttonLayout' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'panels' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'storage' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
design | DesignForExtension | Method 'openConfigurationWindow' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
design | DesignForExtension | Method 'createNewPanelForCategory' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Method 'addSimpleConfigItemToPanel' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
design | DesignForExtension | Method 'addMapConfigItemToPanel' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
design | DesignForExtension | Method 'addSaveButton' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
design | DesignForExtension | Method 'createView' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
![]() |
design | DesignForExtension | Method 'modelRegistryChanged' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 480 |
![]() |
design | DesignForExtension | Method 'storageChanged' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Method 'getConfigOptions' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'configSaveOptions' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'configOption' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'b' must be private and have accessor methods. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 96 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'detach' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'getConfigOption' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'createField' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'configOption' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'option'. | 62 |
![]() |
design | DesignForExtension | Method 'getConfigOption' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
design | DesignForExtension | Method 'detach' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'configOption' must be private and have accessor methods. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'option'. | 71 |
![]() |
design | DesignForExtension | Method 'getConfigOption' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 90 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Method 'detach' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.osgi.framework.FrameworkUtil. | 4 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'bundles' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'twin' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Method 'configurationDefinitionRegistryChanged' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'callback' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
design | VisibilityModifier | Variable 'yes' must be private and have accessor methods. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'no' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'buttonClick' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |