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/tutorials/service/bus/callee/Activator.java | 0 | 1 | 9 |
| org/universAAL/tutorials/service/bus/callee/MyServiceCallee.java | 0 | 2 | 8 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | DesignForExtension | 3 | |
VisibilityModifier
|
3 | ||
| javadoc | JavadocMethod | 7 | |
JavadocPackage
|
1 | ||
| JavadocVariable | 4 | ||
| naming | StaticVariableName | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 41 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 41 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 52 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | StaticVariableName | Name 'SERVICE_TURN_ON' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| design | VisibilityModifier | Variable 'SERVICE_TURN_ON' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | StaticVariableName | Name 'INPUT_LIGHT_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| design | VisibilityModifier | Variable 'INPUT_LIGHT_URI' must be private and have accessor methods. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'call'. | 92 |