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 | MissingSwitchDefault | 1 | |
| design | DesignForExtension | 46 | |
VisibilityModifier
|
5 | ||
| imports | AvoidStarImport | 1 | |
| javadoc | JavadocMethod | 27 | |
JavadocPackage
|
3 | ||
| JavadocType | 5 | ||
| JavadocVariable | 34 | ||
| naming | LocalVariableName | 1 | |
| StaticVariableName | 3 | ||
| whitespace | WhitespaceAfter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.hw.exporter.zigbee.ha.devices.listeners.*. | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'ontologyDevice' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'changedCurrentLevel' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | StaticVariableName | Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | StaticVariableName | Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | StaticVariableName | Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| design | DesignForExtension | Method 'zoneStatusChangeNotification' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'changedOccupancy' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'ontologyDevice' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 127 | |
| design | DesignForExtension | Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| design | DesignForExtension | Method 'executeOff' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| design | DesignForExtension | Method 'changedOnOff' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'ontologyDevice' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| design | DesignForExtension | Method 'changedOccupancy' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| design | DesignForExtension | Method 'changedMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| naming | LocalVariableName | Name 'PresenceDetectorService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'unregisterService' is not designed for extension - needs to be abstract, final or empty. | 80 |