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 | 52 | |
VisibilityModifier
|
7 | ||
| imports | UnusedImports | 2 | |
| javadoc | JavadocMethod | 21 | |
JavadocPackage
|
4 | ||
| JavadocType | 8 | ||
| JavadocVariable | 20 | ||
| modifier | ModifierOrder | 3 | |
| naming | StaticVariableName | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'osgiContext' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'publishMotionDetection' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'publishPowerConsumption' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'publishEnergyConsumption' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 66 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'setListener' is not designed for extension - needs to be abstract, final or empty. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | StaticVariableName | Name 'DEFAULT_TCP_BUFFERS_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| design | VisibilityModifier | Variable 'DEFAULT_TCP_BUFFERS_SIZE' must be private and have accessor methods. | 39 | |
| design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| design | DesignForExtension | Method 'getServerXSocket' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| design | DesignForExtension | Method 'getTotalReadBytes' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| design | DesignForExtension | Method 'getTotalSentBytes' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| design | DesignForExtension | Method 'getTransferRateIn' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| design | DesignForExtension | Method 'getTransferRateOut' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| design | DesignForExtension | Method 'onConnect' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| design | DesignForExtension | Method 'onConnectionTimeout' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| design | DesignForExtension | Method 'onData' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| design | DesignForExtension | Method 'onDisconnect' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| design | DesignForExtension | Method 'onIdleTimeout' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| design | DesignForExtension | Method 'packetSent' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| design | DesignForExtension | Method 'getConnectionReceivedPackets' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| design | DesignForExtension | Method 'getConnectionSentPackets' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| design | DesignForExtension | Method 'isConnectionClosed' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| design | DesignForExtension | Method 'onException' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| design | DesignForExtension | Method 'onWritten' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| design | DesignForExtension | Method 'packetReceived' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| design | DesignForExtension | Method 'writeToConnection' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| design | DesignForExtension | Method 'getRemoteAddress' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| design | DesignForExtension | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| design | DesignForExtension | Method 'errorDecoding' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| design | DesignForExtension | Method 'getListener' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| design | DesignForExtension | Method 'setConnectionLister' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| design | DesignForExtension | Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'addConnection' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| design | DesignForExtension | Method 'getConnectionById' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| design | DesignForExtension | Method 'getNextConnectionId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| design | DesignForExtension | Method 'removeConnection' is not designed for extension - needs to be abstract, final or empty. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 22 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'getNewProtocolDecoder' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.zwave.exporter.MotionContact.MotionContactSensorPublisher. | 22 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | DesignForExtension | Method 'getIncomingByteRate' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| design | DesignForExtension | Method 'getOutgoingByteRate' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| design | DesignForExtension | Method 'getTotalIncomingBytes' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| design | DesignForExtension | Method 'getTotalOutgoingBytes' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| design | DesignForExtension | Method 'newIncomingData' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| design | DesignForExtension | Method 'newOutgoingData' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 34 | |
| design | DesignForExtension | Method 'getVeraAddress' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |