The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/universAAL/configurable/module/ConfigurationCentral.java | 2 | 3 | 5 |
org/universAAL/configurable/module/ProjectActivator.java | 0 | 0 | 8 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
design | DesignForExtension | 3 | ![]() |
VisibilityModifier
|
3 | ![]() | |
javadoc | JavadocMethod | 2 | ![]() |
JavadocPackage
|
1 | ![]() | |
JavadocType | 1 | ![]() | |
JavadocVariable | 4 | ![]() | |
naming | StaticVariableName | 1 | ![]() |
sizes | LineLength
|
2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
naming | StaticVariableName | Name 'APPID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
design | VisibilityModifier | Variable 'APPID' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'configurations' must be private and have accessor methods. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 52 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 76 |
![]() |
design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |