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/context/bus/subscriber/Activator.java | 0 | 1 | 9 |
| org/universAAL/tutorials/context/bus/subscriber/MyContextSubscriber.java | 0 | 0 | 5 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | DesignForExtension | 3 | |
VisibilityModifier
|
2 | ||
| javadoc | JavadocMethod | 6 | |
JavadocPackage
|
1 | ||
| JavadocVariable | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 38 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 38 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'evtReceived' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 78 |