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/ui/resource/server/Activator.java | 0 | 2 | 9 |
org/universAAL/ui/resource/server/ResourceServer.java | 0 | 1 | 12 |
Category | Rule | Violations | Severity |
---|---|---|---|
design | DesignForExtension | 7 | ![]() |
VisibilityModifier
|
4 | ![]() | |
javadoc | JavadocMethod | 5 | ![]() |
JavadocPackage
|
1 | ![]() | |
JavadocStyle | 1 | ![]() | |
JavadocVariable | 4 | ![]() | |
naming | StaticVariableName | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | VisibilityModifier | Variable 'mcontext' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | StaticVariableName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'URI' must be private and have accessor methods. | 45 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'confHome' must be private and have accessor methods. | 53 |
![]() |
naming | StaticVariableName | Name 'PATH_TO_RESOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | VisibilityModifier | Variable 'PATH_TO_RESOURCES' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 123 |
![]() |
design | DesignForExtension | Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 131 |