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 |
|---|---|---|---|
| blocks | RightCurly | 1 | |
| coding | MissingSwitchDefault | 2 | |
| design | DesignForExtension | 62 | |
| HideUtilityClassConstructor | 1 | ||
VisibilityModifier
|
1 | ||
| javadoc | JavadocMethod | 42 | |
JavadocPackage
|
4 | ||
| JavadocStyle | 50 | ||
| JavadocType | 13 | ||
| JavadocVariable | 70 | ||
| misc | ArrayTypeStyle | 13 | |
| NewlineAtEndOfFile | 1 | ||
| modifier | ModifierOrder | 11 | |
| naming | ConstantName | 1 | |
| MemberName | 9 | ||
| MethodName | 2 | ||
| ParameterName | 3 | ||
| StaticVariableName | 3 | ||
| sizes | ParameterNumber | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| naming | MemberName | Name 'm_Device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| naming | MemberName | Name 'DEVICE_DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 134 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'jd2xxEvent' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| design | DesignForExtension | Method 'deactivate' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| naming | MemberName | Name 'MAX_WAIT_TIME_MS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| naming | MemberName | Name 'm_CallbackActive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| design | DesignForExtension | Method 'activate' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| naming | ParameterName | Name 'm_ComPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| design | DesignForExtension | Method 'serialEvent' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 232 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 251 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 257 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 258 | |
| design | DesignForExtension | Method 'deactivate' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 313 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 314 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 315 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 315 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 319 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 319 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 321 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 322 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 324 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 324 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 325 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 325 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 326 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 326 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 327 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 327 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 328 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 328 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 329 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 329 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 332 | |
| naming | MemberName | Name 'm_Device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 333 | |
| naming | MemberName | Name 'm_EventListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 335 | |
| naming | MemberName | Name 'm_PortName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 355 | |
| design | DesignForExtension | Method 'fs20Init' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 373 | |
| design | DesignForExtension | Method 'sendFS20Command' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 391 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 392 | |
| design | DesignForExtension | Method 'registerEventListener' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| design | DesignForExtension | Method 'unregisterEventListener' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| design | DesignForExtension | Method 'deviceEvent' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 416 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 453 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 453 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 454 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 479 | |
| naming | MethodName | Name 'StringFS20ToInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 520 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getButton' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'setButton' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| design | DesignForExtension | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'setFunction' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'getHouseCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'setHouseCode' is not designed for extension - needs to be abstract, final or empty. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Unknown tag 'date'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | StaticVariableName | Name 'received_houseCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | StaticVariableName | Name 'received_deviceCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | StaticVariableName | Name 'received_function' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| design | DesignForExtension | Method 'setDevices' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| design | DesignForExtension | Method 'Init' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| naming | MethodName | Name 'Init' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Unknown tag 'date'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | MemberName | Name 'FS20DeviceProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Unused @param tag for 'network'. | 64 | |
| design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocMethod | Unused @param tag for 'network'. | 83 | |
| javadoc | JavadocMethod | Unused @param tag for 'logger'. | 85 | |
| design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| design | DesignForExtension | Method 'getDeviceLocation' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| design | DesignForExtension | Method 'getDeviceURI' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| design | DesignForExtension | Method 'getDeviceName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'getHouseCode' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'getDeviceCode' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'getDeviceDescription' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| design | DesignForExtension | Method 'getFunctionDescription' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| design | DesignForExtension | Method 'getDeviceType' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocType | Unknown tag 'date'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | MemberName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 91 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'getHousecode' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'getDevicecode' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'getDeviceType' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| design | DesignForExtension | Method 'getMeasurementValue' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| design | DesignForExtension | Method 'getDeviceDescription' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| design | DesignForExtension | Method 'getFunctionDesciption' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocType | Unknown tag 'date'. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocType | Unknown tag 'date'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocType | Unknown tag 'date'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'animations' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| design | DesignForExtension | Method 'startAnimation' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'setDescriptionToAnimation' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocType | Unknown tag 'date'. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| design | DesignForExtension | Method 'activateSignal' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocType | Unknown tag 'date'. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| design | DesignForExtension | Method 'switchOff' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| design | DesignForExtension | Method 'switchOn' is not designed for extension - needs to be abstract, final or empty. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocType | Unknown tag 'date'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| design | DesignForExtension | Method 'getAllDeviceRegistrations' is not designed for extension - needs to be abstract, final or empty. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocType | Unknown tag 'date'. | 51 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocType | Unknown tag 'date'. | 33 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |