The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
LeftCurly
|
370 | ||
| NeedBraces | 175 | ||
RightCurly
|
47 | ||
| coding | MissingSwitchDefault | 5 | |
| design | DesignForExtension | 205 | |
| FinalClass | 2 | ||
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 55 | ||
| imports | RedundantImport | 4 | |
| javadoc | JavadocMethod | 181 | |
JavadocStyle
|
211 | ||
| JavadocType | 7 | ||
| JavadocVariable | 82 | ||
| misc | FinalParameters | 290 | |
| TodoComment | 16 | ||
| modifier | ModifierOrder | 5 | |
| RedundantModifier | 20 | ||
| naming | ConstantName | 3 | |
| LocalVariableName | 112 | ||
| MemberName | 2 | ||
| MethodName | 4 | ||
| ParameterName | 1 | ||
| sizes | LineLength
|
16 | |
| ParameterNumber | 1 | ||
| whitespace | MethodParamPad | 3 | |
| WhitespaceAfter | 37 | ||
WhitespaceAround
|
52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 3 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 4 | |
| blocks | LeftCurly | '{' should be on a new line. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| misc | FinalParameters | Parameter aLength should be final. | 30 | |
| blocks | LeftCurly | '{' should be on a new line. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| blocks | LeftCurly | '{' should be on a new line. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 43 | |
| blocks | LeftCurly | '{' should be on a new line. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| blocks | LeftCurly | '{' should be on a new line. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| misc | FinalParameters | Parameter aLength should be final. | 62 | |
| blocks | LeftCurly | '{' should be on a new line. | 62 | |
| blocks | LeftCurly | '{' should be on a new line. | 63 | |
| naming | LocalVariableName | Name 'NewBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| design | DesignForExtension | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | LeftCurly | '{' should be on a new line. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| blocks | LeftCurly | '{' should be on a new line. | 99 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter aLength should be final. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'aLength'. | 107 | |
| blocks | LeftCurly | '{' should be on a new line. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| blocks | LeftCurly | '{' should be on a new line. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| design | DesignForExtension | Method 'getReadCursor' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| blocks | LeftCurly | '{' should be on a new line. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| design | DesignForExtension | Method 'getWriteCursor' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| blocks | LeftCurly | '{' should be on a new line. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| design | DesignForExtension | Method 'ReadStart' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| naming | MethodName | Name 'ReadStart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| blocks | LeftCurly | '{' should be on a new line. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'getReadAvailable' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| blocks | LeftCurly | '{' should be on a new line. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| design | DesignForExtension | Method 'readBoolean' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| blocks | LeftCurly | '{' should be on a new line. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| design | DesignForExtension | Method 'readBoolean' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 158 | |
| blocks | LeftCurly | '{' should be on a new line. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| design | DesignForExtension | Method 'readByte' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| blocks | LeftCurly | '{' should be on a new line. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| design | DesignForExtension | Method 'readByte' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 176 | |
| blocks | LeftCurly | '{' should be on a new line. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| design | DesignForExtension | Method 'readInt32' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| blocks | LeftCurly | '{' should be on a new line. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| design | DesignForExtension | Method 'readInt32' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 194 | |
| blocks | LeftCurly | '{' should be on a new line. | 194 | |
| blocks | LeftCurly | '{' should be on a new line. | 195 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 200 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 201 | |
| blocks | RightCurly | '}' should be alone on a line. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| design | DesignForExtension | Method 'readInt64' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| blocks | LeftCurly | '{' should be on a new line. | 208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| design | DesignForExtension | Method 'readInt64' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 216 | |
| blocks | LeftCurly | '{' should be on a new line. | 216 | |
| blocks | LeftCurly | '{' should be on a new line. | 217 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 224 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 226 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 227 | |
| blocks | RightCurly | '}' should be alone on a line. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| design | DesignForExtension | Method 'readSingle' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| blocks | LeftCurly | '{' should be on a new line. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| design | DesignForExtension | Method 'readSingle' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 242 | |
| blocks | LeftCurly | '{' should be on a new line. | 242 | |
| blocks | LeftCurly | '{' should be on a new line. | 243 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 245 | |
| blocks | RightCurly | '}' should be alone on a line. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| design | DesignForExtension | Method 'readDouble' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| blocks | LeftCurly | '{' should be on a new line. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 256 | |
| design | DesignForExtension | Method 'readDouble' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 260 | |
| blocks | LeftCurly | '{' should be on a new line. | 260 | |
| blocks | LeftCurly | '{' should be on a new line. | 261 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 264 | |
| blocks | RightCurly | '}' should be alone on a line. | 264 | |
| design | DesignForExtension | Method 'readString' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| blocks | LeftCurly | '{' should be on a new line. | 272 | |
| design | DesignForExtension | Method 'readString' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 281 | |
| blocks | LeftCurly | '{' should be on a new line. | 281 | |
| blocks | LeftCurly | '{' should be on a new line. | 283 | |
| blocks | LeftCurly | '{' should be on a new line. | 284 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 287 | |
| blocks | RightCurly | '}' should be alone on a line. | 287 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 289 | |
| blocks | RightCurly | '}' should be alone on a line. | 289 | |
| design | DesignForExtension | Method 'readByteBuffer' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| blocks | LeftCurly | '{' should be on a new line. | 300 | |
| blocks | LeftCurly | '{' should be on a new line. | 302 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 305 | |
| blocks | RightCurly | '}' should be alone on a line. | 305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 395 | |
| design | DesignForExtension | Method 'readByteBuffer' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| misc | FinalParameters | Parameter aValue should be final. | 398 | |
| blocks | LeftCurly | '{' should be on a new line. | 398 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 405 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 405 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 405 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 406 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 406 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 408 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 413 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 415 | |
| design | DesignForExtension | Method 'qReadBoolean' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| blocks | LeftCurly | '{' should be on a new line. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 422 | |
| design | DesignForExtension | Method 'qReadByte' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| blocks | LeftCurly | '{' should be on a new line. | 425 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 429 | |
| design | DesignForExtension | Method 'qReadInt32' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| blocks | LeftCurly | '{' should be on a new line. | 432 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 434 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 437 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 440 | |
| design | DesignForExtension | Method 'qReadInt64' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| blocks | LeftCurly | '{' should be on a new line. | 443 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 446 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 452 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 455 | |
| design | DesignForExtension | Method 'qReadSingle' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| blocks | LeftCurly | '{' should be on a new line. | 458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 463 | |
| design | DesignForExtension | Method 'qReadDouble' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 466 | |
| javadoc | JavadocMethod | Expected @param tag for 'aDefaultValue'. | 466 | |
| blocks | LeftCurly | '{' should be on a new line. | 466 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 471 | |
| design | DesignForExtension | Method 'qReadString' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 474 | |
| javadoc | JavadocMethod | Expected @param tag for 'aDefaultValue'. | 474 | |
| blocks | LeftCurly | '{' should be on a new line. | 474 | |
| blocks | LeftCurly | '{' should be on a new line. | 476 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 479 | |
| blocks | RightCurly | '}' should be alone on a line. | 479 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 483 | |
| design | DesignForExtension | Method 'qReadByteBuffer' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| blocks | LeftCurly | '{' should be on a new line. | 487 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 493 | |
| design | DesignForExtension | Method 'readRestToByteBuffer' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| blocks | LeftCurly | '{' should be on a new line. | 496 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 500 | |
| design | DesignForExtension | Method 'readRest' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| blocks | LeftCurly | '{' should be on a new line. | 503 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 507 | |
| design | DesignForExtension | Method 'skipReading' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| misc | FinalParameters | Parameter aValueSize should be final. | 511 | |
| blocks | LeftCurly | '{' should be on a new line. | 511 | |
| design | DesignForExtension | Method 'peekBoolean' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| misc | FinalParameters | Parameter aOffset should be final. | 521 | |
| blocks | LeftCurly | '{' should be on a new line. | 521 | |
| design | DesignForExtension | Method 'peekBoolean' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| misc | FinalParameters | Parameter aOffset should be final. | 530 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 530 | |
| blocks | LeftCurly | '{' should be on a new line. | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 531 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 533 | |
| design | DesignForExtension | Method 'peekByte' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| misc | FinalParameters | Parameter aOffset should be final. | 542 | |
| blocks | LeftCurly | '{' should be on a new line. | 542 | |
| design | DesignForExtension | Method 'peekByte' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| misc | FinalParameters | Parameter aOffset should be final. | 551 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 551 | |
| blocks | LeftCurly | '{' should be on a new line. | 551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 552 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 554 | |
| design | DesignForExtension | Method 'peekInt32' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| misc | FinalParameters | Parameter aOffset should be final. | 563 | |
| blocks | LeftCurly | '{' should be on a new line. | 563 | |
| design | DesignForExtension | Method 'peekInt32' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| misc | FinalParameters | Parameter aOffset should be final. | 572 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 572 | |
| blocks | LeftCurly | '{' should be on a new line. | 572 | |
| blocks | LeftCurly | '{' should be on a new line. | 573 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 574 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 575 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 576 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 577 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 578 | |
| blocks | RightCurly | '}' should be alone on a line. | 578 | |
| design | DesignForExtension | Method 'peekInt64' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| misc | FinalParameters | Parameter aOffset should be final. | 587 | |
| blocks | LeftCurly | '{' should be on a new line. | 587 | |
| design | DesignForExtension | Method 'peekInt64' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| misc | FinalParameters | Parameter aOffset should be final. | 596 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 596 | |
| blocks | LeftCurly | '{' should be on a new line. | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 597 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 598 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 599 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 600 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 601 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 602 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 603 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 604 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 605 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 606 | |
| design | DesignForExtension | Method 'peekSingle' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| misc | FinalParameters | Parameter aOffset should be final. | 615 | |
| blocks | LeftCurly | '{' should be on a new line. | 615 | |
| design | DesignForExtension | Method 'peekSingle' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| misc | FinalParameters | Parameter aOffset should be final. | 624 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 624 | |
| blocks | LeftCurly | '{' should be on a new line. | 624 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 625 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 627 | |
| design | DesignForExtension | Method 'peekDouble' is not designed for extension - needs to be abstract, final or empty. | 636 | |
| misc | FinalParameters | Parameter aOffset should be final. | 636 | |
| blocks | LeftCurly | '{' should be on a new line. | 636 | |
| design | DesignForExtension | Method 'peekDouble' is not designed for extension - needs to be abstract, final or empty. | 645 | |
| misc | FinalParameters | Parameter aOffset should be final. | 645 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 645 | |
| blocks | LeftCurly | '{' should be on a new line. | 645 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 646 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 648 | |
| design | DesignForExtension | Method 'peekString' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| misc | FinalParameters | Parameter aOffset should be final. | 657 | |
| blocks | LeftCurly | '{' should be on a new line. | 657 | |
| design | DesignForExtension | Method 'peekString' is not designed for extension - needs to be abstract, final or empty. | 666 | |
| misc | FinalParameters | Parameter aOffset should be final. | 666 | |
| misc | FinalParameters | Parameter aDefaultValue should be final. | 666 | |
| blocks | LeftCurly | '{' should be on a new line. | 666 | |
| blocks | LeftCurly | '{' should be on a new line. | 668 | |
| blocks | LeftCurly | '{' should be on a new line. | 669 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 671 | |
| blocks | RightCurly | '}' should be alone on a line. | 671 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 673 | |
| blocks | RightCurly | '}' should be alone on a line. | 673 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 677 | |
| design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| misc | FinalParameters | Parameter aValue should be final. | 682 | |
| misc | FinalParameters | Parameter aOffset should be final. | 682 | |
| blocks | LeftCurly | '{' should be on a new line. | 682 | |
| blocks | LeftCurly | '{' should be on a new line. | 683 | |
| blocks | LeftCurly | '{' should be on a new line. | 684 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 685 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 689 | |
| blocks | RightCurly | '}' should be alone on a line. | 689 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 693 | |
| design | DesignForExtension | Method 'shiftLeftOneByte' is not designed for extension - needs to be abstract, final or empty. | 696 | |
| misc | FinalParameters | Parameter aRightByte should be final. | 696 | |
| blocks | LeftCurly | '{' should be on a new line. | 696 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 697 | |
| sizes | LineLength | Line is longer than 128 characters (found 139). | 704 | |
| design | DesignForExtension | Method 'prepareStart' is not designed for extension - needs to be abstract, final or empty. | 706 | |
| blocks | LeftCurly | '{' should be on a new line. | 706 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 715 | |
| misc | FinalParameters | Parameter aValue should be final. | 715 | |
| blocks | LeftCurly | '{' should be on a new line. | 715 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 723 | |
| misc | FinalParameters | Parameter aValue should be final. | 723 | |
| blocks | LeftCurly | '{' should be on a new line. | 723 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| misc | FinalParameters | Parameter aValue should be final. | 731 | |
| blocks | LeftCurly | '{' should be on a new line. | 731 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| misc | FinalParameters | Parameter aValue should be final. | 739 | |
| blocks | LeftCurly | '{' should be on a new line. | 739 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 747 | |
| misc | FinalParameters | Parameter aValue should be final. | 747 | |
| blocks | LeftCurly | '{' should be on a new line. | 747 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| misc | FinalParameters | Parameter aValue should be final. | 755 | |
| blocks | LeftCurly | '{' should be on a new line. | 755 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 763 | |
| misc | FinalParameters | Parameter aValue should be final. | 763 | |
| blocks | LeftCurly | '{' should be on a new line. | 763 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 771 | |
| misc | FinalParameters | Parameter aValue should be final. | 771 | |
| blocks | LeftCurly | '{' should be on a new line. | 771 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 779 | |
| misc | FinalParameters | Parameter aValue should be final. | 779 | |
| blocks | LeftCurly | '{' should be on a new line. | 779 | |
| javadoc | JavadocMethod | Expected an @return tag. | 787 | |
| design | DesignForExtension | Method 'prepareSize' is not designed for extension - needs to be abstract, final or empty. | 787 | |
| misc | FinalParameters | Parameter aValueSize should be final. | 787 | |
| blocks | LeftCurly | '{' should be on a new line. | 787 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 793 | |
| design | DesignForExtension | Method 'prepareApply' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| blocks | LeftCurly | '{' should be on a new line. | 795 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 796 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 800 | |
| design | DesignForExtension | Method 'prepareApplyAndTrim' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| blocks | LeftCurly | '{' should be on a new line. | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| design | DesignForExtension | Method 'writeStart' is not designed for extension - needs to be abstract, final or empty. | 811 | |
| misc | FinalParameters | Parameter aIndex should be final. | 811 | |
| blocks | LeftCurly | '{' should be on a new line. | 811 | |
| design | DesignForExtension | Method 'getwriteAvailable' is not designed for extension - needs to be abstract, final or empty. | 818 | |
| blocks | LeftCurly | '{' should be on a new line. | 818 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 826 | |
| misc | FinalParameters | Parameter aValue should be final. | 826 | |
| blocks | LeftCurly | '{' should be on a new line. | 826 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 827 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| misc | FinalParameters | Parameter aValue should be final. | 837 | |
| blocks | LeftCurly | '{' should be on a new line. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 838 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 848 | |
| misc | FinalParameters | Parameter aValue should be final. | 848 | |
| blocks | LeftCurly | '{' should be on a new line. | 848 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 849 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 862 | |
| misc | FinalParameters | Parameter aValue should be final. | 862 | |
| blocks | LeftCurly | '{' should be on a new line. | 862 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 863 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 880 | |
| misc | FinalParameters | Parameter aValue should be final. | 880 | |
| blocks | LeftCurly | '{' should be on a new line. | 880 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 888 | |
| misc | FinalParameters | Parameter aValue should be final. | 888 | |
| blocks | LeftCurly | '{' should be on a new line. | 888 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 896 | |
| misc | FinalParameters | Parameter aValue should be final. | 896 | |
| blocks | LeftCurly | '{' should be on a new line. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 899 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 904 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| misc | FinalParameters | Parameter aValue should be final. | 913 | |
| blocks | LeftCurly | '{' should be on a new line. | 913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 914 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 916 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 926 | |
| misc | FinalParameters | Parameter aValue should be final. | 926 | |
| blocks | LeftCurly | '{' should be on a new line. | 926 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 933 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 936 | |
| misc | FinalParameters | Parameter aValue should be final. | 936 | |
| blocks | LeftCurly | '{' should be on a new line. | 936 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 942 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 945 | |
| misc | FinalParameters | Parameter aValue should be final. | 945 | |
| blocks | LeftCurly | '{' should be on a new line. | 945 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 950 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 953 | |
| misc | FinalParameters | Parameter aValue should be final. | 953 | |
| blocks | LeftCurly | '{' should be on a new line. | 953 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 961 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 964 | |
| misc | FinalParameters | Parameter aValue should be final. | 964 | |
| blocks | LeftCurly | '{' should be on a new line. | 964 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 976 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 979 | |
| misc | FinalParameters | Parameter aValue should be final. | 979 | |
| blocks | LeftCurly | '{' should be on a new line. | 979 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 983 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 986 | |
| misc | FinalParameters | Parameter aValue should be final. | 986 | |
| blocks | LeftCurly | '{' should be on a new line. | 986 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 995 | |
| misc | FinalParameters | Parameter aValue should be final. | 995 | |
| blocks | LeftCurly | '{' should be on a new line. | 995 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1001 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1006 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 1009 | |
| misc | FinalParameters | Parameter aValue should be final. | 1009 | |
| blocks | LeftCurly | '{' should be on a new line. | 1009 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1010 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1015 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 1018 | |
| misc | FinalParameters | Parameter aValue should be final. | 1018 | |
| blocks | LeftCurly | '{' should be on a new line. | 1018 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1023 | |
| design | DesignForExtension | Method 'written' is not designed for extension - needs to be abstract, final or empty. | 1028 | |
| misc | FinalParameters | Parameter aValueSize should be final. | 1028 | |
| blocks | LeftCurly | '{' should be on a new line. | 1028 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1033 | |
| design | DesignForExtension | Method 'writeApply' is not designed for extension - needs to be abstract, final or empty. | 1035 | |
| blocks | LeftCurly | '{' should be on a new line. | 1035 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - nl.tno.imb.TEventEntry. | 3 | |
| sizes | LineLength | Line is longer than 128 characters (found 140). | 25 | |
| blocks | LeftCurly | '{' should be on a new line. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| misc | FinalParameters | Parameter aRemoteHost should be final. | 40 | |
| misc | FinalParameters | Parameter aRemotePort should be final. | 40 | |
| misc | FinalParameters | Parameter aOwnerName should be final. | 40 | |
| misc | FinalParameters | Parameter aOwnerID should be final. | 40 | |
| misc | FinalParameters | Parameter aFederation should be final. | 40 | |
| blocks | LeftCurly | '{' should be on a new line. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter aRemoteHost should be final. | 52 | |
| misc | FinalParameters | Parameter aRemotePort should be final. | 52 | |
| misc | FinalParameters | Parameter aOwnerName should be final. | 52 | |
| misc | FinalParameters | Parameter aOwnerID should be final. | 52 | |
| misc | FinalParameters | Parameter aFederation should be final. | 52 | |
| misc | FinalParameters | Parameter aStartReadingThread should be final. | 53 | |
| blocks | LeftCurly | '{' should be on a new line. | 53 | |
| design | DesignForExtension | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| blocks | LeftCurly | '{' should be on a new line. | 61 | |
| blocks | LeftCurly | '{' should be on a new line. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| blocks | LeftCurly | '{' should be on a new line. | 73 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter aRxEventID should be final. | 80 | |
| blocks | LeftCurly | '{' should be on a new line. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter aRxEventID should be final. | 87 | |
| misc | FinalParameters | Parameter aTxEventID should be final. | 87 | |
| blocks | LeftCurly | '{' should be on a new line. | 87 | |
| blocks | LeftCurly | '{' should be on a new line. | 88 | |
| blocks | LeftCurly | '{' should be on a new line. | 91 | |
| naming | LocalVariableName | Name 'FormerSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| blocks | LeftCurly | '{' should be on a new line. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter aInitialSize should be final. | 107 | |
| blocks | LeftCurly | '{' should be on a new line. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| naming | MemberName | Name 'FCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter aEventID should be final. | 115 | |
| blocks | LeftCurly | '{' should be on a new line. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter aEventID should be final. | 122 | |
| blocks | LeftCurly | '{' should be on a new line. | 122 | |
| blocks | LeftCurly | '{' should be on a new line. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 128 | |
| blocks | RightCurly | '}' should be alone on a line. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter aConnection should be final. | 132 | |
| misc | FinalParameters | Parameter aEventName should be final. | 132 | |
| blocks | LeftCurly | '{' should be on a new line. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter aEventName should be final. | 141 | |
| blocks | LeftCurly | '{' should be on a new line. | 141 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 147 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| naming | ConstantName | Name 'MODEL_Status_VAR_NAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter aEventID should be final. | 203 | |
| blocks | LeftCurly | '{' should be on a new line. | 203 | |
| blocks | LeftCurly | '{' should be on a new line. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter aEventName should be final. | 209 | |
| blocks | LeftCurly | '{' should be on a new line. | 209 | |
| naming | LocalVariableName | Name 'EventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 212 | |
| blocks | LeftCurly | '{' should be on a new line. | 214 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 218 | |
| blocks | RightCurly | '}' should be alone on a line. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter aEventName should be final. | 223 | |
| blocks | LeftCurly | '{' should be on a new line. | 223 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| blocks | LeftCurly | '{' should be on a new line. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter aEventName should be final. | 231 | |
| blocks | LeftCurly | '{' should be on a new line. | 231 | |
| blocks | LeftCurly | '{' should be on a new line. | 232 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| blocks | LeftCurly | '{' should be on a new line. | 234 | |
| naming | LocalVariableName | Name 'EventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 236 | |
| blocks | LeftCurly | '{' should be on a new line. | 238 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 241 | |
| blocks | RightCurly | '}' should be alone on a line. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| misc | FinalParameters | Parameter aEventName should be final. | 248 | |
| blocks | LeftCurly | '{' should be on a new line. | 248 | |
| blocks | LeftCurly | '{' should be on a new line. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter aEventName should be final. | 254 | |
| blocks | LeftCurly | '{' should be on a new line. | 254 | |
| naming | LocalVariableName | Name 'ParentEventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 | |
| naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| blocks | LeftCurly | '{' should be on a new line. | 259 | |
| naming | LocalVariableName | Name 'EventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 260 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 260 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 260 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter aEventName should be final. | 280 | |
| blocks | LeftCurly | '{' should be on a new line. | 280 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 287 | |
| blocks | LeftCurly | '{' should be on a new line. | 287 | |
| blocks | LeftCurly | '{' should be on a new line. | 288 | |
| naming | LocalVariableName | Name 'Count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'NumBytesRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| blocks | LeftCurly | '{' should be on a new line. | 291 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 292 | |
| blocks | RightCurly | '}' should be alone on a line. | 297 | |
| blocks | LeftCurly | '{' should be on a new line. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter aFixedCommandPart should be final. | 305 | |
| misc | FinalParameters | Parameter aPayload should be final. | 305 | |
| misc | FinalParameters | Parameter aPayloadCheck should be final. | 305 | |
| blocks | LeftCurly | '{' should be on a new line. | 306 | |
| naming | LocalVariableName | Name 'NumBytesRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 | |
| blocks | LeftCurly | '{' should be on a new line. | 308 | |
| blocks | LeftCurly | '{' should be on a new line. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 314 | |
| naming | LocalVariableName | Name 'PayloadSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
| blocks | LeftCurly | '{' should be on a new line. | 320 | |
| blocks | LeftCurly | '{' should be on a new line. | 322 | |
| naming | LocalVariableName | Name 'Len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 | |
| blocks | LeftCurly | '{' should be on a new line. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 328 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 330 | |
| blocks | RightCurly | '}' should be alone on a line. | 330 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 333 | |
| blocks | RightCurly | '}' should be alone on a line. | 333 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 335 | |
| blocks | RightCurly | '}' should be alone on a line. | 335 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 337 | |
| blocks | RightCurly | '}' should be alone on a line. | 337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 341 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 344 | |
| design | DesignForExtension | Method 'writeCommand' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter aCommand should be final. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'aCommand'. | 349 | |
| misc | FinalParameters | Parameter aPayload should be final. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'aPayload'. | 349 | |
| blocks | LeftCurly | '{' should be on a new line. | 351 | |
| naming | LocalVariableName | Name 'Buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
| blocks | LeftCurly | '{' should be on a new line. | 357 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 361 | |
| blocks | RightCurly | '}' should be alone on a line. | 361 | |
| blocks | LeftCurly | '{' should be on a new line. | 366 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 370 | |
| blocks | RightCurly | '}' should be alone on a line. | 370 | |
| blocks | LeftCurly | '{' should be on a new line. | 373 | |
| blocks | LeftCurly | '{' should be on a new line. | 374 | |
| blocks | RightCurly | '}' should be alone on a line. | 377 | |
| blocks | LeftCurly | '{' should be on a new line. | 377 | |
| blocks | RightCurly | '}' should be alone on a line. | 381 | |
| blocks | LeftCurly | '{' should be on a new line. | 381 | |
| design | DesignForExtension | Method 'prefixFederation' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| misc | FinalParameters | Parameter aName should be final. | 387 | |
| blocks | LeftCurly | '{' should be on a new line. | 387 | |
| design | DesignForExtension | Method 'prefixFederation' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| misc | FinalParameters | Parameter aName should be final. | 391 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 391 | |
| blocks | LeftCurly | '{' should be on a new line. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| misc | FinalParameters | Parameter aCommand should be final. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'aCommand'. | 402 | |
| misc | FinalParameters | Parameter aPayload should be final. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'aPayload'. | 402 | |
| blocks | LeftCurly | '{' should be on a new line. | 402 | |
| blocks | LeftCurly | '{' should be on a new line. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| misc | FinalParameters | Parameter aPayload should be final. | 444 | |
| blocks | LeftCurly | '{' should be on a new line. | 444 | |
| naming | LocalVariableName | Name 'TxEventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| misc | FinalParameters | Parameter aPayload should be final. | 450 | |
| blocks | LeftCurly | '{' should be on a new line. | 450 | |
| blocks | LeftCurly | '{' should be on a new line. | 451 | |
| naming | LocalVariableName | Name 'VarName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 452 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 454 | |
| blocks | LeftCurly | '{' should be on a new line. | 455 | |
| sizes | LineLength | Line is longer than 128 characters (found 137). | 456 | |
| naming | LocalVariableName | Name 'ModelName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
| naming | LocalVariableName | Name 'ModelUniqueClientID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 | |
| naming | LocalVariableName | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 | |
| naming | LocalVariableName | Name 'Progress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | RightCurly | '}' should be alone on a line. | 464 | |
| blocks | LeftCurly | '{' should be on a new line. | 464 | |
| naming | LocalVariableName | Name 'VarValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 | |
| naming | LocalVariableName | Name 'PrevValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| misc | FinalParameters | Parameter aPayload should be final. | 473 | |
| blocks | LeftCurly | '{' should be on a new line. | 473 | |
| blocks | LeftCurly | '{' should be on a new line. | 474 | |
| naming | LocalVariableName | Name 'EventNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 476 | |
| blocks | LeftCurly | '{' should be on a new line. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| misc | FinalParameters | Parameter aCommand should be final. | 488 | |
| misc | FinalParameters | Parameter aPayload should be final. | 488 | |
| blocks | LeftCurly | '{' should be on a new line. | 488 | |
| naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 489 | |
| naming | LocalVariableName | Name 'EE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 490 | |
| naming | LocalVariableName | Name 'EP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 492 | |
| blocks | LeftCurly | '{' should be on a new line. | 492 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 512 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| misc | FinalParameters | Parameter aCommand should be final. | 531 | |
| misc | FinalParameters | Parameter aPayload should be final. | 531 | |
| blocks | LeftCurly | '{' should be on a new line. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| blocks | LeftCurly | '{' should be on a new line. | 535 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| blocks | LeftCurly | '{' should be on a new line. | 545 | |
| blocks | LeftCurly | '{' should be on a new line. | 546 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 547 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 554 | |
| blocks | RightCurly | '}' should be alone on a line. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| blocks | LeftCurly | '{' should be on a new line. | 558 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 559 | |
| naming | LocalVariableName | Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 560 | |
| naming | LocalVariableName | Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 | |
| naming | LocalVariableName | Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| blocks | LeftCurly | '{' should be on a new line. | 567 | |
| blocks | LeftCurly | '{' should be on a new line. | 568 | |
| blocks | LeftCurly | '{' should be on a new line. | 569 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| blocks | RightCurly | '}' should be alone on a line. | 573 | |
| blocks | LeftCurly | '{' should be on a new line. | 573 | |
| blocks | RightCurly | '}' should be alone on a line. | 576 | |
| blocks | LeftCurly | '{' should be on a new line. | 576 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 587 | |
| blocks | LeftCurly | '{' should be on a new line. | 587 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 588 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 589 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 590 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 591 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 592 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 595 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 596 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 597 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 599 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| misc | FinalParameters | Parameter aValue should be final. | 601 | |
| blocks | LeftCurly | '{' should be on a new line. | 601 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| misc | FinalParameters | Parameter aState should be final. | 606 | |
| blocks | LeftCurly | '{' should be on a new line. | 606 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 607 | |
| design | DesignForExtension | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 | |
| misc | FinalParameters | Parameter aHost should be final. | 614 | |
| misc | FinalParameters | Parameter aPort should be final. | 614 | |
| blocks | LeftCurly | '{' should be on a new line. | 614 | |
| design | DesignForExtension | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 618 | |
| misc | FinalParameters | Parameter aHost should be final. | 618 | |
| misc | FinalParameters | Parameter aPort should be final. | 618 | |
| misc | FinalParameters | Parameter aStartReadingThread should be final. | 618 | |
| blocks | LeftCurly | '{' should be on a new line. | 618 | |
| blocks | LeftCurly | '{' should be on a new line. | 620 | |
| blocks | LeftCurly | '{' should be on a new line. | 624 | |
| blocks | LeftCurly | '{' should be on a new line. | 629 | |
| blocks | LeftCurly | '{' should be on a new line. | 631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 643 | |
| blocks | RightCurly | '}' should be alone on a line. | 647 | |
| blocks | LeftCurly | '{' should be on a new line. | 647 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 655 | |
| blocks | LeftCurly | '{' should be on a new line. | 656 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 657 | |
| design | VisibilityModifier | Variable 'eventName' must be private and have accessor methods. | 657 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 658 | |
| design | VisibilityModifier | Variable 'publishers' must be private and have accessor methods. | 658 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 659 | |
| design | VisibilityModifier | Variable 'subscribers' must be private and have accessor methods. | 659 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 660 | |
| design | VisibilityModifier | Variable 'timers' must be private and have accessor methods. | 660 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 663 | |
| blocks | LeftCurly | '{' should be on a new line. | 663 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 664 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 665 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 669 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 671 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 673 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 675 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 678 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 680 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 684 | |
| javadoc | JavadocMethod | Expected an @return tag. | 685 | |
| design | DesignForExtension | Method 'getFederation' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| blocks | LeftCurly | '{' should be on a new line. | 685 | |
| design | DesignForExtension | Method 'setFederation' is not designed for extension - needs to be abstract, final or empty. | 693 | |
| misc | FinalParameters | Parameter aFederation should be final. | 693 | |
| blocks | LeftCurly | '{' should be on a new line. | 693 | |
| naming | LocalVariableName | Name 'OldFederation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 694 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 695 | |
| blocks | LeftCurly | '{' should be on a new line. | 696 | |
| blocks | LeftCurly | '{' should be on a new line. | 698 | |
| naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 699 | |
| blocks | LeftCurly | '{' should be on a new line. | 700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 702 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 704 | |
| blocks | LeftCurly | '{' should be on a new line. | 710 | |
| blocks | LeftCurly | '{' should be on a new line. | 712 | |
| naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 713 | |
| blocks | LeftCurly | '{' should be on a new line. | 714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 717 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 719 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 726 | |
| design | VisibilityModifier | Variable 'autoPublish' must be private and have accessor methods. | 727 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 728 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 729 | |
| design | VisibilityModifier | Variable 'imb2Compatible' must be private and have accessor methods. | 730 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 733 | |
| javadoc | JavadocMethod | Expected an @return tag. | 734 | |
| design | DesignForExtension | Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. | 734 | |
| blocks | LeftCurly | '{' should be on a new line. | 734 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 738 | |
| javadoc | JavadocMethod | Expected an @return tag. | 739 | |
| design | DesignForExtension | Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| blocks | LeftCurly | '{' should be on a new line. | 739 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 743 | |
| design | DesignForExtension | Method 'getNoDelay' is not designed for extension - needs to be abstract, final or empty. | 747 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 747 | |
| blocks | LeftCurly | '{' should be on a new line. | 747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 748 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 750 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 754 | |
| design | DesignForExtension | Method 'setNoDelay' is not designed for extension - needs to be abstract, final or empty. | 758 | |
| misc | FinalParameters | Parameter aValue should be final. | 758 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 758 | |
| blocks | LeftCurly | '{' should be on a new line. | 758 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 759 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 763 | |
| design | DesignForExtension | Method 'getLinger' is not designed for extension - needs to be abstract, final or empty. | 767 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 767 | |
| blocks | LeftCurly | '{' should be on a new line. | 767 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 768 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 770 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 774 | |
| design | DesignForExtension | Method 'setLinger' is not designed for extension - needs to be abstract, final or empty. | 778 | |
| misc | FinalParameters | Parameter aValue should be final. | 778 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 778 | |
| blocks | LeftCurly | '{' should be on a new line. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 783 | |
| javadoc | JavadocMethod | Expected an @return tag. | 784 | |
| design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 784 | |
| blocks | LeftCurly | '{' should be on a new line. | 784 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 788 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| blocks | LeftCurly | '{' should be on a new line. | 789 | |
| blocks | LeftCurly | '{' should be on a new line. | 790 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 791 | |
| blocks | LeftCurly | '{' should be on a new line. | 794 | |
| blocks | RightCurly | '}' should be alone on a line. | 802 | |
| blocks | LeftCurly | '{' should be on a new line. | 802 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 809 | |
| blocks | LeftCurly | '{' should be on a new line. | 810 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 811 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 811 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 814 | |
| design | VisibilityModifier | Variable 'onDisconnect' must be private and have accessor methods. | 815 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 817 | |
| design | DesignForExtension | Method 'setThrottle' is not designed for extension - needs to be abstract, final or empty. | 820 | |
| misc | FinalParameters | Parameter aThrottle should be final. | 820 | |
| javadoc | JavadocMethod | Expected @param tag for 'aThrottle'. | 820 | |
| blocks | LeftCurly | '{' should be on a new line. | 820 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 821 | |
| design | DesignForExtension | Method 'readCommandsNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 832 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 832 | |
| blocks | LeftCurly | '{' should be on a new line. | 832 | |
| blocks | LeftCurly | '{' should be on a new line. | 833 | |
| naming | LocalVariableName | Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 834 | |
| naming | LocalVariableName | Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 837 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 839 | |
| naming | LocalVariableName | Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 840 | |
| blocks | LeftCurly | '{' should be on a new line. | 841 | |
| blocks | LeftCurly | '{' should be on a new line. | 842 | |
| blocks | LeftCurly | '{' should be on a new line. | 843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 845 | |
| blocks | RightCurly | '}' should be alone on a line. | 847 | |
| blocks | LeftCurly | '{' should be on a new line. | 847 | |
| blocks | RightCurly | '}' should be alone on a line. | 850 | |
| blocks | LeftCurly | '{' should be on a new line. | 850 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 851 | |
| design | DesignForExtension | Method 'readCommandsNonThreaded' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| misc | FinalParameters | Parameter aTimeOut should be final. | 863 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimeOut'. | 863 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 863 | |
| blocks | LeftCurly | '{' should be on a new line. | 863 | |
| naming | LocalVariableName | Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 865 | |
| naming | LocalVariableName | Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 868 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 870 | |
| naming | LocalVariableName | Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 871 | |
| blocks | LeftCurly | '{' should be on a new line. | 872 | |
| blocks | LeftCurly | '{' should be on a new line. | 873 | |
| blocks | LeftCurly | '{' should be on a new line. | 874 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| blocks | RightCurly | '}' should be alone on a line. | 878 | |
| blocks | LeftCurly | '{' should be on a new line. | 878 | |
| blocks | RightCurly | '}' should be alone on a line. | 881 | |
| blocks | LeftCurly | '{' should be on a new line. | 881 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 889 | |
| javadoc | JavadocMethod | Expected an @return tag. | 890 | |
| design | DesignForExtension | Method 'getOwnerID' is not designed for extension - needs to be abstract, final or empty. | 890 | |
| blocks | LeftCurly | '{' should be on a new line. | 890 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 894 | |
| design | DesignForExtension | Method 'setOwnerID' is not designed for extension - needs to be abstract, final or empty. | 897 | |
| misc | FinalParameters | Parameter aValue should be final. | 897 | |
| blocks | LeftCurly | '{' should be on a new line. | 897 | |
| blocks | LeftCurly | '{' should be on a new line. | 898 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 904 | |
| javadoc | JavadocMethod | Expected an @return tag. | 905 | |
| design | DesignForExtension | Method 'getOwnerName' is not designed for extension - needs to be abstract, final or empty. | 905 | |
| blocks | LeftCurly | '{' should be on a new line. | 905 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 909 | |
| design | DesignForExtension | Method 'setOwnerName' is not designed for extension - needs to be abstract, final or empty. | 912 | |
| misc | FinalParameters | Parameter aValue should be final. | 912 | |
| blocks | LeftCurly | '{' should be on a new line. | 912 | |
| blocks | LeftCurly | '{' should be on a new line. | 913 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 919 | |
| javadoc | JavadocMethod | Expected an @return tag. | 920 | |
| design | DesignForExtension | Method 'getUniqueClientID' is not designed for extension - needs to be abstract, final or empty. | 920 | |
| blocks | LeftCurly | '{' should be on a new line. | 920 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 924 | |
| javadoc | JavadocMethod | Expected an @return tag. | 925 | |
| design | DesignForExtension | Method 'getClientHandle' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| blocks | LeftCurly | '{' should be on a new line. | 925 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 930 | |
| design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 934 | |
| misc | FinalParameters | Parameter aEventName should be final. | 934 | |
| blocks | LeftCurly | '{' should be on a new line. | 934 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 938 | |
| design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| misc | FinalParameters | Parameter aEventName should be final. | 943 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 943 | |
| blocks | LeftCurly | '{' should be on a new line. | 943 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 945 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 950 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 954 | |
| misc | FinalParameters | Parameter aEventName should be final. | 954 | |
| blocks | LeftCurly | '{' should be on a new line. | 954 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 958 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| misc | FinalParameters | Parameter aEventName should be final. | 963 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 963 | |
| blocks | LeftCurly | '{' should be on a new line. | 963 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 965 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 970 | |
| design | DesignForExtension | Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. | 973 | |
| misc | FinalParameters | Parameter aEventName should be final. | 973 | |
| blocks | LeftCurly | '{' should be on a new line. | 973 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 977 | |
| design | DesignForExtension | Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. | 981 | |
| misc | FinalParameters | Parameter aEventName should be final. | 981 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 981 | |
| blocks | LeftCurly | '{' should be on a new line. | 981 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 982 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 983 | |
| design | DesignForExtension | Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. | 990 | |
| misc | FinalParameters | Parameter aEventName should be final. | 990 | |
| blocks | LeftCurly | '{' should be on a new line. | 990 | |
| design | DesignForExtension | Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. | 998 | |
| misc | FinalParameters | Parameter aEventName should be final. | 998 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 998 | |
| blocks | LeftCurly | '{' should be on a new line. | 998 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 999 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1000 | |
| design | DesignForExtension | Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. | 1011 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1011 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1011 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 1011 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventKind'. | 1011 | |
| misc | FinalParameters | Parameter aEventPayload should be final. | 1011 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventPayload'. | 1011 | |
| blocks | LeftCurly | '{' should be on a new line. | 1011 | |
| design | DesignForExtension | Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. | 1023 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1023 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1023 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 1023 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventKind'. | 1023 | |
| misc | FinalParameters | Parameter aEventPayload should be final. | 1023 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventPayload'. | 1023 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1023 | |
| blocks | LeftCurly | '{' should be on a new line. | 1023 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1027 | |
| design | DesignForExtension | Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1038 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1038 | |
| misc | FinalParameters | Parameter aBufferID should be final. | 1038 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBufferID'. | 1038 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 1038 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 1038 | |
| blocks | LeftCurly | '{' should be on a new line. | 1038 | |
| design | DesignForExtension | Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. | 1051 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1051 | |
| misc | FinalParameters | Parameter aBufferID should be final. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBufferID'. | 1051 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 1051 | |
| misc | FinalParameters | Parameter aEventFlags should be final. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventFlags'. | 1051 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1052 | |
| blocks | LeftCurly | '{' should be on a new line. | 1052 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1053 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1054 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1056 | |
| design | DesignForExtension | Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. | 1068 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1068 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1068 | |
| misc | FinalParameters | Parameter aAction should be final. | 1068 | |
| javadoc | JavadocMethod | Expected @param tag for 'aAction'. | 1068 | |
| misc | FinalParameters | Parameter aObjectID should be final. | 1068 | |
| javadoc | JavadocMethod | Expected @param tag for 'aObjectID'. | 1068 | |
| misc | FinalParameters | Parameter aAttribute should be final. | 1068 | |
| javadoc | JavadocMethod | Expected @param tag for 'aAttribute'. | 1068 | |
| blocks | LeftCurly | '{' should be on a new line. | 1068 | |
| design | DesignForExtension | Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1081 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1081 | |
| misc | FinalParameters | Parameter aAction should be final. | 1081 | |
| javadoc | JavadocMethod | Expected @param tag for 'aAction'. | 1081 | |
| misc | FinalParameters | Parameter aObjectID should be final. | 1081 | |
| javadoc | JavadocMethod | Expected @param tag for 'aObjectID'. | 1081 | |
| misc | FinalParameters | Parameter aAttribute should be final. | 1081 | |
| javadoc | JavadocMethod | Expected @param tag for 'aAttribute'. | 1081 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1082 | |
| blocks | LeftCurly | '{' should be on a new line. | 1082 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1084 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1086 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1090 | |
| design | DesignForExtension | Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. | 1096 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1096 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1096 | |
| misc | FinalParameters | Parameter aStreamName should be final. | 1096 | |
| misc | FinalParameters | Parameter aStream should be final. | 1096 | |
| javadoc | JavadocMethod | Expected @param tag for 'aStream'. | 1096 | |
| blocks | LeftCurly | '{' should be on a new line. | 1096 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1100 | |
| design | DesignForExtension | Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. | 1107 | |
| misc | FinalParameters | Parameter aEventName should be final. | 1107 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1107 | |
| misc | FinalParameters | Parameter aStreamName should be final. | 1107 | |
| javadoc | JavadocMethod | Expected @param tag for 'aStreamName'. | 1107 | |
| misc | FinalParameters | Parameter aStream should be final. | 1107 | |
| javadoc | JavadocMethod | Expected @param tag for 'aStream'. | 1107 | |
| misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1107 | |
| javadoc | JavadocMethod | Expected @param tag for 'aUseFederationPrefix'. | 1107 | |
| blocks | LeftCurly | '{' should be on a new line. | 1107 | |
| naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1109 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1116 | |
| blocks | LeftCurly | '{' should be on a new line. | 1117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1118 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1124 | |
| design | DesignForExtension | Method 'setOnVariable' is not designed for extension - needs to be abstract, final or empty. | 1127 | |
| misc | FinalParameters | Parameter aValue should be final. | 1127 | |
| javadoc | JavadocMethod | Expected @param tag for 'aValue'. | 1127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1133 | |
| design | DesignForExtension | Method 'requestAllVariables' is not designed for extension - needs to be abstract, final or empty. | 1134 | |
| blocks | LeftCurly | '{' should be on a new line. | 1134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1138 | |
| design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1142 | |
| misc | FinalParameters | Parameter aVarName should be final. | 1142 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1142 | |
| misc | FinalParameters | Parameter aVarValue should be final. | 1142 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1142 | |
| blocks | LeftCurly | '{' should be on a new line. | 1142 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1152 | |
| design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1156 | |
| misc | FinalParameters | Parameter aVarName should be final. | 1156 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1156 | |
| misc | FinalParameters | Parameter aVarValue should be final. | 1156 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1156 | |
| blocks | LeftCurly | '{' should be on a new line. | 1156 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1166 | |
| design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1171 | |
| misc | FinalParameters | Parameter aVarName should be final. | 1171 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1171 | |
| misc | FinalParameters | Parameter aVarValue should be final. | 1171 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1171 | |
| misc | FinalParameters | Parameter aVarPrefix should be final. | 1171 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarPrefix'. | 1171 | |
| blocks | LeftCurly | '{' should be on a new line. | 1171 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1183 | |
| design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1188 | |
| misc | FinalParameters | Parameter aVarName should be final. | 1188 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1188 | |
| misc | FinalParameters | Parameter aVarValue should be final. | 1188 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1188 | |
| misc | FinalParameters | Parameter aVarPrefix should be final. | 1188 | |
| javadoc | JavadocMethod | Expected @param tag for 'aVarPrefix'. | 1188 | |
| blocks | LeftCurly | '{' should be on a new line. | 1188 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1200 | |
| blocks | LeftCurly | '{' should be on a new line. | 1201 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 1202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1202 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1202 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1205 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1208 | |
| design | DesignForExtension | Method 'setOnStatusUpdate' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| misc | FinalParameters | Parameter aValue should be final. | 1211 | |
| javadoc | JavadocMethod | Expected @param tag for 'aValue'. | 1211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1218 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1220 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1222 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1225 | |
| design | DesignForExtension | Method 'updateStatus' is not designed for extension - needs to be abstract, final or empty. | 1230 | |
| misc | FinalParameters | Parameter aProgress should be final. | 1230 | |
| misc | FinalParameters | Parameter aStatus should be final. | 1230 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 1230 | |
| blocks | LeftCurly | '{' should be on a new line. | 1230 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1231 | |
| blocks | LeftCurly | '{' should be on a new line. | 1237 | |
| blocks | LeftCurly | '{' should be on a new line. | 1239 | |
| naming | LocalVariableName | Name 'SpinCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1240 | |
| blocks | LeftCurly | '{' should be on a new line. | 1241 | |
| sizes | LineLength | Line is longer than 128 characters (found 148). | 1247 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1249 | |
| blocks | RightCurly | '}' should be alone on a line. | 1249 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 1250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1254 | |
| design | DesignForExtension | Method 'removeStatus' is not designed for extension - needs to be abstract, final or empty. | 1255 | |
| blocks | LeftCurly | '{' should be on a new line. | 1255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1256 | |
| sizes | LineLength | Line is longer than 128 characters (found 134). | 1258 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1260 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1265 | |
| design | DesignForExtension | Method 'subscribeOnFocus' is not designed for extension - needs to be abstract, final or empty. | 1269 | |
| misc | FinalParameters | Parameter aOnFocus should be final. | 1269 | |
| blocks | LeftCurly | '{' should be on a new line. | 1269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1275 | |
| design | DesignForExtension | Method 'signalFocus' is not designed for extension - needs to be abstract, final or empty. | 1280 | |
| misc | FinalParameters | Parameter aX should be final. | 1280 | |
| javadoc | JavadocMethod | Expected @param tag for 'aX'. | 1280 | |
| misc | FinalParameters | Parameter aY should be final. | 1280 | |
| javadoc | JavadocMethod | Expected @param tag for 'aY'. | 1280 | |
| blocks | LeftCurly | '{' should be on a new line. | 1280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1281 | |
| blocks | LeftCurly | '{' should be on a new line. | 1283 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1284 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1291 | |
| blocks | RightCurly | '}' should be alone on a line. | 1291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1296 | |
| design | DesignForExtension | Method 'subscribeOnFederationChange' is not designed for extension - needs to be abstract, final or empty. | 1299 | |
| misc | FinalParameters | Parameter aOnChangeFederation should be final. | 1299 | |
| javadoc | JavadocMethod | Expected @param tag for 'aOnChangeFederation'. | 1299 | |
| blocks | LeftCurly | '{' should be on a new line. | 1299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1300 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1305 | |
| design | DesignForExtension | Method 'signalChangeFederation' is not designed for extension - needs to be abstract, final or empty. | 1310 | |
| misc | FinalParameters | Parameter aNewFederationID should be final. | 1310 | |
| javadoc | JavadocMethod | Expected @param tag for 'aNewFederationID'. | 1310 | |
| misc | FinalParameters | Parameter aNewFederation should be final. | 1310 | |
| javadoc | JavadocMethod | Expected @param tag for 'aNewFederation'. | 1310 | |
| blocks | LeftCurly | '{' should be on a new line. | 1310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1313 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1315 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1320 | |
| design | DesignForExtension | Method 'logWriteLn' is not designed for extension - needs to be abstract, final or empty. | 1326 | |
| misc | FinalParameters | Parameter aLogEventName should be final. | 1326 | |
| javadoc | JavadocMethod | Expected @param tag for 'aLogEventName'. | 1326 | |
| misc | FinalParameters | Parameter aLine should be final. | 1326 | |
| javadoc | JavadocMethod | Expected @param tag for 'aLine'. | 1326 | |
| misc | FinalParameters | Parameter aLevel should be final. | 1326 | |
| javadoc | JavadocMethod | Expected @param tag for 'aLevel'. | 1326 | |
| blocks | LeftCurly | '{' should be on a new line. | 1326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1329 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1331 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1338 | |
| blocks | LeftCurly | '{' should be on a new line. | 1339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1340 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1340 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1343 | |
| design | VisibilityModifier | Variable 'onEventNames' must be private and have accessor methods. | 1344 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1346 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 1347 | |
| blocks | LeftCurly | '{' should be on a new line. | 1347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1348 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1348 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1351 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1352 | |
| design | VisibilityModifier | Variable 'onSubAndPub' must be private and have accessor methods. | 1352 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1357 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1362 | |
| design | DesignForExtension | Method 'requestEventname' is not designed for extension - needs to be abstract, final or empty. | 1367 | |
| misc | FinalParameters | Parameter aEventNameFilter should be final. | 1367 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventNameFilter'. | 1367 | |
| misc | FinalParameters | Parameter aEventFilters should be final. | 1367 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventFilters'. | 1367 | |
| blocks | LeftCurly | '{' should be on a new line. | 1367 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - nl.tno.imb.TConnection. | 3 | |
| blocks | LeftCurly | '{' should be on a new line. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| misc | FinalParameters | Parameter aConnection should be final. | 20 | |
| misc | FinalParameters | Parameter aID should be final. | 20 | |
| misc | FinalParameters | Parameter aEventName should be final. | 20 | |
| blocks | LeftCurly | '{' should be on a new line. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| blocks | LeftCurly | '{' should be on a new line. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 153 | |
| blocks | LeftCurly | '{' should be on a new line. | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter aStreamID should be final. | 158 | |
| misc | FinalParameters | Parameter aStream should be final. | 158 | |
| misc | FinalParameters | Parameter aStreamName should be final. | 158 | |
| blocks | LeftCurly | '{' should be on a new line. | 158 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 165 | |
| blocks | LeftCurly | '{' should be on a new line. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter aStreamID should be final. | 168 | |
| blocks | LeftCurly | '{' should be on a new line. | 168 | |
| blocks | LeftCurly | '{' should be on a new line. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| misc | FinalParameters | Parameter aStreamID should be final. | 177 | |
| misc | FinalParameters | Parameter aStream should be final. | 177 | |
| misc | FinalParameters | Parameter aStreamName should be final. | 177 | |
| blocks | LeftCurly | '{' should be on a new line. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter aStreamID should be final. | 181 | |
| blocks | LeftCurly | '{' should be on a new line. | 181 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| design | VisibilityModifier | Variable 'feventName' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'fparent' must be private and have accessor methods. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 196 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 196 | |
| blocks | LeftCurly | '{' should be on a new line. | 196 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 204 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 204 | |
| misc | FinalParameters | Parameter aClientName should be final. | 204 | |
| blocks | LeftCurly | '{' should be on a new line. | 204 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| blocks | LeftCurly | '{' should be on a new line. | 214 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| blocks | LeftCurly | '{' should be on a new line. | 228 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| blocks | LeftCurly | '{' should be on a new line. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| design | DesignForExtension | Method 'subscribers' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| blocks | LeftCurly | '{' should be on a new line. | 248 | |
| design | DesignForExtension | Method 'publishers' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| blocks | LeftCurly | '{' should be on a new line. | 249 | |
| design | DesignForExtension | Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter aChangeLocalState should be final. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 | |
| design | DesignForExtension | Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter aChangeLocalState should be final. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 | |
| design | DesignForExtension | Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| misc | FinalParameters | Parameter aPayload should be final. | 276 | |
| naming | LocalVariableName | Name 'EventTick' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 | |
| naming | LocalVariableName | Name 'EventKindInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 | |
| blocks | LeftCurly | '{' should be on a new line. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| misc | FinalParameters | Parameter aPayload should be final. | 333 | |
| blocks | LeftCurly | '{' should be on a new line. | 333 | |
| blocks | LeftCurly | '{' should be on a new line. | 334 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 336 | |
| blocks | RightCurly | '}' should be alone on a line. | 340 | |
| blocks | LeftCurly | '{' should be on a new line. | 340 | |
| blocks | LeftCurly | '{' should be on a new line. | 341 | |
| naming | LocalVariableName | Name 'NewFederationID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| naming | LocalVariableName | Name 'NewFederation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| blocks | RightCurly | '}' should be alone on a line. | 346 | |
| blocks | LeftCurly | '{' should be on a new line. | 346 | |
| blocks | LeftCurly | '{' should be on a new line. | 347 | |
| naming | LocalVariableName | Name 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| naming | LocalVariableName | Name 'ObjectID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| naming | LocalVariableName | Name 'Attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| misc | FinalParameters | Parameter aPayload should be final. | 357 | |
| blocks | LeftCurly | '{' should be on a new line. | 357 | |
| blocks | LeftCurly | '{' should be on a new line. | 358 | |
| naming | LocalVariableName | Name 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 | |
| naming | LocalVariableName | Name 'ObjectID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| naming | LocalVariableName | Name 'Attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 | |
| naming | LocalVariableName | Name 'NewValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 | |
| naming | LocalVariableName | Name 'OldValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| misc | FinalParameters | Parameter aEventTick should be final. | 368 | |
| misc | FinalParameters | Parameter aPayload should be final. | 368 | |
| blocks | LeftCurly | '{' should be on a new line. | 368 | |
| blocks | LeftCurly | '{' should be on a new line. | 369 | |
| naming | LocalVariableName | Name 'BufferID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 370 | |
| naming | LocalVariableName | Name 'Buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| misc | FinalParameters | Parameter aPayload should be final. | 376 | |
| blocks | LeftCurly | '{' should be on a new line. | 376 | |
| blocks | LeftCurly | '{' should be on a new line. | 377 | |
| naming | LocalVariableName | Name 'TimerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 378 | |
| naming | LocalVariableName | Name 'Tick' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 | |
| naming | LocalVariableName | Name 'TickTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 380 | |
| naming | LocalVariableName | Name 'StartTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 386 | |
| misc | FinalParameters | Parameter aPayload should be final. | 386 | |
| blocks | LeftCurly | '{' should be on a new line. | 386 | |
| blocks | LeftCurly | '{' should be on a new line. | 387 | |
| naming | LocalVariableName | Name 'TimerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 393 | |
| misc | FinalParameters | Parameter aPayload should be final. | 393 | |
| blocks | LeftCurly | '{' should be on a new line. | 393 | |
| blocks | LeftCurly | '{' should be on a new line. | 394 | |
| naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 400 | |
| misc | FinalParameters | Parameter aPayload should be final. | 400 | |
| blocks | LeftCurly | '{' should be on a new line. | 400 | |
| naming | LocalVariableName | Name 'StreamID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 401 | |
| naming | LocalVariableName | Name 'StreamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 402 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 405 | |
| blocks | LeftCurly | '{' should be on a new line. | 405 | |
| blocks | LeftCurly | '{' should be on a new line. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 | |
| blocks | LeftCurly | '{' should be on a new line. | 418 | |
| blocks | LeftCurly | '{' should be on a new line. | 419 | |
| blocks | RightCurly | '}' should be alone on a line. | 421 | |
| blocks | LeftCurly | '{' should be on a new line. | 421 | |
| blocks | LeftCurly | '{' should be on a new line. | 430 | |
| blocks | LeftCurly | '{' should be on a new line. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| blocks | RightCurly | '}' should be alone on a line. | 436 | |
| blocks | LeftCurly | '{' should be on a new line. | 436 | |
| design | DesignForExtension | Method 'handleSubAndPub' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| misc | FinalParameters | Parameter aCommand should be final. | 446 | |
| blocks | LeftCurly | '{' should be on a new line. | 446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 447 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 457 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 476 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 478 | |
| naming | MemberName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 | |
| design | VisibilityModifier | Variable 'ID' must be private and have accessor methods. | 479 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 481 | |
| javadoc | JavadocMethod | Expected an @return tag. | 482 | |
| design | DesignForExtension | Method 'getEventName' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| blocks | LeftCurly | '{' should be on a new line. | 482 | |
| design | DesignForExtension | Method 'getShortEventName' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| blocks | LeftCurly | '{' should be on a new line. | 486 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 487 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 494 | |
| javadoc | JavadocMethod | Expected an @return tag. | 495 | |
| design | DesignForExtension | Method 'isPublished' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| blocks | LeftCurly | '{' should be on a new line. | 495 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 499 | |
| javadoc | JavadocMethod | Expected an @return tag. | 500 | |
| design | DesignForExtension | Method 'isSubscribed' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| blocks | LeftCurly | '{' should be on a new line. | 500 | |
| design | DesignForExtension | Method 'copyHandlersFrom' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| misc | FinalParameters | Parameter aEventEntry should be final. | 504 | |
| blocks | LeftCurly | '{' should be on a new line. | 504 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 520 | |
| blocks | LeftCurly | '{' should be on a new line. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 525 | |
| design | VisibilityModifier | Variable 'onChangeObject' must be private and have accessor methods. | 526 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 528 | |
| blocks | LeftCurly | '{' should be on a new line. | 529 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 530 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 533 | |
| design | VisibilityModifier | Variable 'onFocus' must be private and have accessor methods. | 534 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 537 | |
| blocks | LeftCurly | '{' should be on a new line. | 538 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 539 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 542 | |
| design | VisibilityModifier | Variable 'onNormalEvent' must be private and have accessor methods. | 543 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 545 | |
| blocks | LeftCurly | '{' should be on a new line. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 547 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 550 | |
| design | VisibilityModifier | Variable 'onBuffer' must be private and have accessor methods. | 551 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 553 | |
| blocks | LeftCurly | '{' should be on a new line. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 555 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 558 | |
| design | VisibilityModifier | Variable 'onStreamCreate' must be private and have accessor methods. | 559 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 561 | |
| blocks | LeftCurly | '{' should be on a new line. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 563 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 563 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 566 | |
| design | VisibilityModifier | Variable 'onStreamEnd' must be private and have accessor methods. | 567 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 569 | |
| blocks | LeftCurly | '{' should be on a new line. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 571 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 574 | |
| design | VisibilityModifier | Variable 'onChangeFederation' must be private and have accessor methods. | 575 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 578 | |
| blocks | LeftCurly | '{' should be on a new line. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 580 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 583 | |
| design | VisibilityModifier | Variable 'onTimerTick' must be private and have accessor methods. | 584 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 586 | |
| blocks | LeftCurly | '{' should be on a new line. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 588 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 591 | |
| design | VisibilityModifier | Variable 'onTimerCmd' must be private and have accessor methods. | 592 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 594 | |
| blocks | LeftCurly | '{' should be on a new line. | 595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 596 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 599 | |
| design | VisibilityModifier | Variable 'onChildEvent' must be private and have accessor methods. | 600 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 602 | |
| blocks | LeftCurly | '{' should be on a new line. | 603 | |
| sizes | LineLength | Line is longer than 128 characters (found 144). | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 604 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 607 | |
| design | VisibilityModifier | Variable 'onChangeObjectData' must be private and have accessor methods. | 608 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 610 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 611 | |
| blocks | LeftCurly | '{' should be on a new line. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 612 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 615 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 616 | |
| design | VisibilityModifier | Variable 'onSubAndPub' must be private and have accessor methods. | 616 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 618 | |
| blocks | LeftCurly | '{' should be on a new line. | 619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 620 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 623 | |
| design | VisibilityModifier | Variable 'onOtherEvent' must be private and have accessor methods. | 624 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 628 | |
| design | DesignForExtension | Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| misc | FinalParameters | Parameter aEventKind should be final. | 633 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventKind'. | 633 | |
| misc | FinalParameters | Parameter aEventPayload should be final. | 633 | |
| javadoc | JavadocMethod | Expected @param tag for 'aEventPayload'. | 633 | |
| blocks | LeftCurly | '{' should be on a new line. | 633 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 635 | |
| blocks | LeftCurly | '{' should be on a new line. | 637 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 648 | |
| blocks | RightCurly | '}' should be alone on a line. | 648 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 652 | |
| design | DesignForExtension | Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| misc | FinalParameters | Parameter aBufferID should be final. | 657 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 657 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 657 | |
| blocks | LeftCurly | '{' should be on a new line. | 657 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 661 | |
| design | DesignForExtension | Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| misc | FinalParameters | Parameter aBufferID should be final. | 667 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 667 | |
| javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 667 | |
| misc | FinalParameters | Parameter aEventFlags should be final. | 667 | |
| blocks | LeftCurly | '{' should be on a new line. | 667 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 669 | |
| blocks | LeftCurly | '{' should be on a new line. | 671 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 686 | |
| blocks | RightCurly | '}' should be alone on a line. | 686 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 690 | |
| misc | FinalParameters | Parameter aBuffer should be final. | 690 | |
| misc | FinalParameters | Parameter aStream should be final. | 690 | |
| blocks | LeftCurly | '{' should be on a new line. | 690 | |
| blocks | LeftCurly | '{' should be on a new line. | 691 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 692 | |
| naming | LocalVariableName | Name 'Count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 693 | |
| naming | LocalVariableName | Name 'NumBytesRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 694 | |
| blocks | LeftCurly | '{' should be on a new line. | 695 | |
| blocks | RightCurly | '}' should be alone on a line. | 704 | |
| blocks | LeftCurly | '{' should be on a new line. | 704 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 709 | |
| design | DesignForExtension | Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. | 714 | |
| misc | FinalParameters | Parameter aStreamName should be final. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'aStreamName'. | 714 | |
| misc | FinalParameters | Parameter aStream should be final. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'aStream'. | 714 | |
| blocks | LeftCurly | '{' should be on a new line. | 714 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
| naming | LocalVariableName | Name 'ReadSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 716 | |
| naming | LocalVariableName | Name 'BodyIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 717 | |
| naming | LocalVariableName | Name 'EventKindIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 718 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 719 | |
| blocks | LeftCurly | '{' should be on a new line. | 721 | |
| naming | LocalVariableName | Name 'StreamNameUTF8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 723 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 724 | |
| naming | LocalVariableName | Name 'StreamID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 725 | |
| blocks | LeftCurly | '{' should be on a new line. | 740 | |
| blocks | LeftCurly | '{' should be on a new line. | 753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| blocks | LeftCurly | '{' should be on a new line. | 761 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 774 | |
| blocks | RightCurly | '}' should be alone on a line. | 774 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 778 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 780 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 782 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 785 | |
| design | DesignForExtension | Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. | 791 | |
| misc | FinalParameters | Parameter aAction should be final. | 791 | |
| misc | FinalParameters | Parameter aObjectID should be final. | 791 | |
| misc | FinalParameters | Parameter aAttribute should be final. | 791 | |
| blocks | LeftCurly | '{' should be on a new line. | 791 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 792 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 793 | |
| blocks | LeftCurly | '{' should be on a new line. | 795 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 810 | |
| blocks | RightCurly | '}' should be alone on a line. | 810 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 815 | |
| sizes | LineLength | Line is longer than 128 characters (found 151). | 817 | |
| design | DesignForExtension | Method 'timerCreate' is not designed for extension - needs to be abstract, final or empty. | 822 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 822 | |
| misc | FinalParameters | Parameter aStartTimeUTCorRelFT should be final. | 822 | |
| misc | FinalParameters | Parameter aResolutionms should be final. | 822 | |
| misc | FinalParameters | Parameter aSpeedFactor should be final. | 822 | |
| blocks | LeftCurly | '{' should be on a new line. | 822 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 826 | |
| sizes | LineLength | Line is longer than 128 characters (found 150). | 828 | |
| design | DesignForExtension | Method 'timerCreate' is not designed for extension - needs to be abstract, final or empty. | 834 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 834 | |
| misc | FinalParameters | Parameter aStartTimeUTCorRelFT should be final. | 834 | |
| misc | FinalParameters | Parameter aResolutionms should be final. | 834 | |
| misc | FinalParameters | Parameter aSpeedFactor should be final. | 834 | |
| misc | FinalParameters | Parameter aRepeatCount should be final. | 835 | |
| blocks | LeftCurly | '{' should be on a new line. | 835 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| blocks | LeftCurly | '{' should be on a new line. | 839 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 854 | |
| blocks | RightCurly | '}' should be alone on a line. | 854 | |
| design | DesignForExtension | Method 'timerCancel' is not designed for extension - needs to be abstract, final or empty. | 862 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 862 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 862 | |
| blocks | LeftCurly | '{' should be on a new line. | 862 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 866 | |
| design | DesignForExtension | Method 'timerPrepare' is not designed for extension - needs to be abstract, final or empty. | 870 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 870 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 870 | |
| blocks | LeftCurly | '{' should be on a new line. | 870 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 874 | |
| design | DesignForExtension | Method 'timerStart' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 878 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 878 | |
| blocks | LeftCurly | '{' should be on a new line. | 878 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 882 | |
| design | DesignForExtension | Method 'timerStop' is not designed for extension - needs to be abstract, final or empty. | 886 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 886 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 886 | |
| blocks | LeftCurly | '{' should be on a new line. | 886 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 890 | |
| design | DesignForExtension | Method 'timerSetSpeed' is not designed for extension - needs to be abstract, final or empty. | 895 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 895 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 895 | |
| misc | FinalParameters | Parameter aSpeedFactor should be final. | 895 | |
| blocks | LeftCurly | '{' should be on a new line. | 895 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 896 | |
| design | DesignForExtension | Method 'timerAcknowledgeAdd' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 911 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 911 | |
| misc | FinalParameters | Parameter aClientName should be final. | 911 | |
| javadoc | JavadocMethod | Expected @param tag for 'aClientName'. | 911 | |
| blocks | LeftCurly | '{' should be on a new line. | 911 | |
| design | DesignForExtension | Method 'timerAcknowledgeRemove' is not designed for extension - needs to be abstract, final or empty. | 921 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 921 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 921 | |
| misc | FinalParameters | Parameter aClientName should be final. | 921 | |
| javadoc | JavadocMethod | Expected @param tag for 'aClientName'. | 921 | |
| blocks | LeftCurly | '{' should be on a new line. | 921 | |
| sizes | LineLength | Line is longer than 128 characters (found 159). | 929 | |
| design | DesignForExtension | Method 'timerAcknowledge' is not designed for extension - needs to be abstract, final or empty. | 932 | |
| misc | FinalParameters | Parameter aTimerName should be final. | 932 | |
| javadoc | JavadocMethod | Expected @param tag for 'aTimerName'. | 932 | |
| misc | FinalParameters | Parameter aClientName should be final. | 932 | |
| javadoc | JavadocMethod | Expected @param tag for 'aClientName'. | 932 | |
| misc | FinalParameters | Parameter aProposedTimeStep should be final. | 932 | |
| blocks | LeftCurly | '{' should be on a new line. | 932 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 933 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 945 | |
| design | DesignForExtension | Method 'logWriteLn' is not designed for extension - needs to be abstract, final or empty. | 950 | |
| misc | FinalParameters | Parameter aLine should be final. | 950 | |
| misc | FinalParameters | Parameter aLevel should be final. | 950 | |
| blocks | LeftCurly | '{' should be on a new line. | 950 | |
| naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 951 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 952 | |
| blocks | LeftCurly | '{' should be on a new line. | 954 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 963 | |
| blocks | RightCurly | '}' should be alone on a line. | 963 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - nl.tno.imb.TByteBuffer. | 3 | |
| imports | RedundantImport | Redundant import from the same package - nl.tno.imb.TConnection. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 15 | |
| blocks | LeftCurly | '{' should be on a new line. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| naming | ConstantName | Name 'MaxUDPCommandBufferSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| naming | ConstantName | Name 'ProtocolSep' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| naming | MethodName | Name 'DecodeServerURIServer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| misc | FinalParameters | Parameter aServerURI should be final. | 18 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 27 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 30 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 32 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 35 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| naming | MethodName | Name 'DecodeServerURIPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter aServerURI should be final. | 41 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'LocateServerURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter aIPv4 should be final. | 64 | |
| misc | FinalParameters | Parameter aPort should be final. | 64 | |
| misc | FinalParameters | Parameter aTimeout should be final. | 64 | |
| blocks | LeftCurly | '{' should be on a new line. | 66 | |
| naming | LocalVariableName | Name 'Buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 70 | |
| blocks | LeftCurly | '{' should be on a new line. | 77 | |
| blocks | LeftCurly | '{' should be on a new line. | 78 | |
| blocks | LeftCurly | '{' should be on a new line. | 82 | |
| sizes | LineLength | Line is longer than 128 characters (found 146). | 83 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 93 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 93 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 102 | |
| blocks | LeftCurly | '{' should be on a new line. | 104 | |
| blocks | LeftCurly | '{' should be on a new line. | 108 | |
| blocks | EmptyBlock | Must have at least one statement. | 108 | |
| blocks | LeftCurly | '{' should be on a new line. | 112 | |
| blocks | LeftCurly | '{' should be on a new line. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ConfigurationManager should be declared as final. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| misc | FinalParameters | Parameter settingName should be final. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'settingName'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'uid' must be private and have accessor methods. | 42 | |
| misc | FinalParameters | Parameter payload should be final. | 48 | |
| misc | FinalParameters | Parameter payload should be final. | 55 | |
| misc | FinalParameters | Parameter payload should be final. | 62 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 75 | |
| design | VisibilityModifier | Variable 'uid' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'federation' must be private and have accessor methods. | 81 | |
| misc | FinalParameters | Parameter payload should be final. | 87 | |
| design | VisibilityModifier | Variable 'commandMap' must be private and have accessor methods. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 193 | |
| design | VisibilityModifier | Variable 'uid' must be private and have accessor methods. | 228 | |
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 231 | |
| design | VisibilityModifier | Variable 'federation' must be private and have accessor methods. | 234 | |
| misc | FinalParameters | Parameter payload should be final. | 240 | |
| misc | FinalParameters | Parameter payload should be final. | 262 | |
| misc | FinalParameters | Parameter payload should be final. | 271 | |
| design | VisibilityModifier | Variable 'linkId' must be private and have accessor methods. | 286 | |
| design | VisibilityModifier | Variable 'uid' must be private and have accessor methods. | 289 | |
| design | VisibilityModifier | Variable 'modelName' must be private and have accessor methods. | 292 | |
| design | VisibilityModifier | Variable 'modelPrivateEventName' must be private and have accessor methods. | 295 | |
| design | VisibilityModifier | Variable 'uid' must be private and have accessor methods. | 352 | |
| design | VisibilityModifier | Variable 'modelName' must be private and have accessor methods. | 355 | |
| design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 358 | |
| design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 361 | |
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 364 | |
| design | VisibilityModifier | Variable 'federation' must be private and have accessor methods. | 367 | |
| design | VisibilityModifier | Variable 'privateEventName' must be private and have accessor methods. | 370 | |
| design | VisibilityModifier | Variable 'controllerPrivateEventName' must be private and have accessor methods. | 373 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 402 | |
| misc | FinalParameters | Parameter payload should be final. | 417 | |
| misc | FinalParameters | Parameter payload should be final. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| misc | FinalParameters | Parameter payload should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'payload'. | 39 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IMBException'. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| design | DesignForExtension | Method 'getParameterByName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| design | DesignForExtension | Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'parameterExists' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| design | DesignForExtension | Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| design | DesignForExtension | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| misc | FinalParameters | Parameter payload should be final. | 143 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter payload should be final. | 154 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 95 | |
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 131 | |
| design | VisibilityModifier | Variable 'progress' must be private and have accessor methods. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IMBException'. | 166 | |
| design | DesignForExtension | Method 'doStartModel' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter parameters should be final. | 279 | |
| design | DesignForExtension | Method 'doStopModel' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| design | DesignForExtension | Method 'doQuitApplication' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| design | DesignForExtension | Method 'handleControlEvents' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| misc | FinalParameters | Parameter event should be final. | 333 | |
| misc | FinalParameters | Parameter payload should be final. | 333 | |
| design | DesignForExtension | Method 'signalModelProgress' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| misc | FinalParameters | Parameter currentProgress should be final. | 497 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IMBException'. | 497 | |
| design | DesignForExtension | Method 'signalModelState' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| design | DesignForExtension | Method 'signalModelState' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| design | DesignForExtension | Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| design | DesignForExtension | Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'commandMap' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 136 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 140 | |
| design | DesignForExtension | Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 180 | |
| design | DesignForExtension | Method 'setValueList' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| design | DesignForExtension | Method 'getValueList' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 275 | |
| sizes | LineLength | Line is longer than 128 characters (found 131). | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'switches' must be private and have accessor methods. | 21 | |
| design | VisibilityModifier | Variable 'arguments' must be private and have accessor methods. | 24 | |
| design | DesignForExtension | Method 'testSwitch' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'getSwitch' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'firstArgument' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| design | DesignForExtension | Method 'nextArgument' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| design | DesignForExtension | Method 'getSetting' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ObjectArrayToIMB should be declared as final. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IMBException'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Name 'IMBEventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'eventEntry'. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'imbTransceiverMap' must be private and have accessor methods. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| misc | FinalParameters | Parameter aEvent should be final. | 90 | |
| misc | FinalParameters | Parameter aPayload should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 130). | 2 |