The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | InnerAssignment | 1 | |
| design | DesignForExtension | 9 | |
VisibilityModifier
|
3 | ||
| javadoc | JavadocMethod | 13 | |
JavadocPackage
|
1 | ||
| JavadocStyle | 6 | ||
| JavadocType | 1 | ||
| JavadocVariable | 7 | ||
| modifier | ModifierOrder | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'cm' must be private and have accessor methods. | 33 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| design | DesignForExtension | Method 'cache' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'getMasterFile' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'getLocalFile' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'getTemporalFile' is not designed for extension - needs to be abstract, final or empty. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 40 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'is'. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| design | DesignForExtension | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |