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/caller/Activator.java | 0 | 1 | 3 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | DesignForExtension | 1 | |
| javadoc | JavadocMethod | 2 | |
JavadocPackage
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |