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 |
---|---|---|---|
design | DesignForExtension | 167 | ![]() |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier
|
28 | ![]() | |
imports | UnusedImports | 1 | ![]() |
javadoc | JavadocMethod | 125 | ![]() |
JavadocPackage
|
5 | ![]() | |
JavadocStyle | 25 | ![]() | |
JavadocType | 8 | ![]() | |
JavadocVariable | 79 | ![]() | |
modifier | ModifierOrder | 5 | ![]() |
naming | ConstantName | 2 | ![]() |
sizes | LineLength
|
29 | ![]() |
whitespace | NoWhitespaceBefore | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'bottom' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'top' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | VisibilityModifier | Variable 'cardinality' must be private and have accessor methods. | 16 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cardinality'. | 23 |
![]() |
design | DesignForExtension | Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
design | DesignForExtension | Method 'allowMultiselection' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'mRegistry' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Method 'getConfigOptionForId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'removeConfigOption' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getAll' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Method 'removeAllListeners' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.osgi.framework.FrameworkUtil. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'configOption' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'configRegestry' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'validators' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'externalListeners' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'order' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'isValid' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configItem'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'category'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configOptionRegistry'. | 60 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 88 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configValues'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 115 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'getValuesCount' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Method 'doDeepValidation' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 143 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
design | DesignForExtension | Method 'addExternalListener' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 224 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 271 |
![]() |
design | DesignForExtension | Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 293 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 320 |
![]() |
design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 336 |
![]() |
design | DesignForExtension | Method 'setCardinality' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
design | DesignForExtension | Method 'getConfigOption' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
design | DesignForExtension | Method 'addValidator' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
![]() |
design | DesignForExtension | Method 'updateListeners' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
design | DesignForExtension | Method 'updateExternalListeners' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 367 |
![]() |
design | DesignForExtension | Method 'checkDependencies' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() |
design | DesignForExtension | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 411 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
![]() |
design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 419 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
design | DesignForExtension | Method 'setIsActive' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 433 |
![]() |
design | DesignForExtension | Method 'removeValidator' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 440 |
![]() |
design | DesignForExtension | Method 'updateValidatorAttributesForId' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
![]() |
design | DesignForExtension | Method 'removeExternalListener' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'getConfigDefinition' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'getConfigInstance' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setConfigurationInstance' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'allowMultiselection' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 96 |
![]() |
design | DesignForExtension | Method 'getSPARQLConfigItemAndMapConfigItemAndSimpleConfigItem' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
design | DesignForExtension | Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
design | DesignForExtension | Method 'setDependencies' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'getValidators' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'setValidators' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
design | DesignForExtension | Method 'getOnConfigurationModelChangedListener' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
design | DesignForExtension | Method 'setOnConfigurationModelChangedListener' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
design | DesignForExtension | Method 'getCardinality' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
design | DesignForExtension | Method 'setCardinality' is not designed for extension - needs to be abstract, final or empty. | 251 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
design | DesignForExtension | Method 'getBundlename' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
design | DesignForExtension | Method 'setBundlename' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
design | DesignForExtension | Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
design | DesignForExtension | Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
design | DesignForExtension | Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
design | DesignForExtension | Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() |
naming | ConstantName | Name '_Configuration_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 45 |
![]() |
design | DesignForExtension | Method 'createConfigItem' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
![]() |
design | DesignForExtension | Method 'createValidators' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 61 |
![]() |
design | DesignForExtension | Method 'createValidator' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
![]() |
design | DesignForExtension | Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
design | DesignForExtension | Method 'createCategory' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 85 |
![]() |
design | DesignForExtension | Method 'createOption' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 93 |
![]() |
design | DesignForExtension | Method 'createSimpleConfigItem' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 101 |
![]() |
design | DesignForExtension | Method 'createMapConfigItem' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 109 |
![]() |
design | DesignForExtension | Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 113 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
design | DesignForExtension | Method 'createOnConfigurationModelChangedListener' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 125 |
![]() |
design | DesignForExtension | Method 'createSPARQLConfigItem' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
design | DesignForExtension | Method 'createConfiguration' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 137 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 141 |
![]() |
design | DesignForExtension | Method 'createItem' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 145 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 150 |
![]() |
design | DesignForExtension | Method 'createConfiguration' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'getClazz' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
design | DesignForExtension | Method 'setClazz' is not designed for extension - needs to be abstract, final or empty. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 70 |
![]() |
design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 78 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
design | DesignForExtension | Method 'getOption' is not designed for extension - needs to be abstract, final or empty. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 76 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'getClazz' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'setClazz' is not designed for extension - needs to be abstract, final or empty. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 8 |
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 96 |
![]() |
design | DesignForExtension | Method 'getConfigOption' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'getUsecaseid' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
design | DesignForExtension | Method 'setUsecaseid' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
design | DesignForExtension | Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
design | DesignForExtension | Method 'isIsPrimary' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
design | DesignForExtension | Method 'setIsPrimary' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
design | DesignForExtension | Method 'isIsSecondary' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
design | DesignForExtension | Method 'setIsSecondary' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() |
naming | ConstantName | Name '_Configuration_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 46 |
![]() |
design | DesignForExtension | Method 'createConfigOption' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 62 |
![]() |
design | DesignForExtension | Method 'createConfigurationInstance' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
design | DesignForExtension | Method 'createConfiguration' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 8 |
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 7 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'registry'. | 23 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 23 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'registry'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributes'. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | VisibilityModifier | Variable 'option' must be private and have accessor methods. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'listener' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | VisibilityModifier | Variable 'option' must be private and have accessor methods. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'validator' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 12 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 12 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'msg' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 12 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 12 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | VisibilityModifier | Variable 'msg' must be private and have accessor methods. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
design | VisibilityModifier | Variable 'regExp' must be private and have accessor methods. | 22 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |