The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
nl/tno/imb/TByteBuffer.java | 2 | 442 | 0 |
nl/tno/imb/TConnection.java | 5 | 781 | 0 |
nl/tno/imb/TEventEntry.java | 4 | 486 | 0 |
nl/tno/imb/TLocator.java | 1 | 64 | 0 |
nl/tno/imb/package-info.java | 0 | 1 | 0 |
org/opentrafficsim/imb/demo/IMBChat.java | 0 | 37 | 0 |
org/opentrafficsim/imb/observers/IMBObserver.java | 1 | 0 | 0 |
org/opentrafficsim/imb/observers/IMBTransmitter.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
LeftCurly
|
370 | ![]() | |
NeedBraces | 172 | ![]() | |
RightCurly
|
47 | ![]() | |
coding | MissingSwitchDefault | 3 | ![]() |
design | DesignForExtension | 179 | ![]() |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 27 | ![]() | |
imports | RedundantImport | 4 | ![]() |
javadoc | JavadocMethod | 173 | ![]() |
JavadocStyle | 205 | ![]() | |
JavadocType | 7 | ![]() | |
JavadocVariable | 82 | ![]() | |
misc | FinalParameters | 284 | ![]() |
TodoComment | 18 | ![]() | |
modifier | ModifierOrder | 8 | ![]() |
RedundantModifier | 17 | ![]() | |
naming | ConstantName | 3 | ![]() |
LocalVariableName | 112 | ![]() | |
MemberName | 2 | ![]() | |
MethodName | 8 | ![]() | |
sizes | LineLength
|
13 | ![]() |
whitespace | 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 |
![]() |
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 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 584 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 584 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 585 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 587 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 588 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 589 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 592 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 593 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 594 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 596 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 596 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 598 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 598 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 598 |
![]() |
design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 603 |
![]() |
misc | FinalParameters | Parameter aState should be final. | 603 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 603 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 604 |
![]() |
design | DesignForExtension | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 611 |
![]() |
misc | FinalParameters | Parameter aHost should be final. | 611 |
![]() |
misc | FinalParameters | Parameter aPort should be final. | 611 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 611 |
![]() |
design | DesignForExtension | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 615 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 615 |
![]() |
misc | FinalParameters | Parameter aHost should be final. | 615 |
![]() |
misc | FinalParameters | Parameter aPort should be final. | 615 |
![]() |
misc | FinalParameters | Parameter aStartReadingThread should be final. | 615 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 615 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 617 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 621 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 626 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 628 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 635 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 640 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 644 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 644 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 652 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 653 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 654 |
![]() |
design | VisibilityModifier | Variable 'eventName' must be private and have accessor methods. | 654 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 655 |
![]() |
design | VisibilityModifier | Variable 'publishers' must be private and have accessor methods. | 655 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 656 |
![]() |
design | VisibilityModifier | Variable 'subscribers' must be private and have accessor methods. | 656 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 657 |
![]() |
design | VisibilityModifier | Variable 'timers' must be private and have accessor methods. | 657 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 660 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 660 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 661 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 662 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 666 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 668 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 670 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 672 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 675 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 677 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 681 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 682 |
![]() |
design | DesignForExtension | Method 'getFederation' is not designed for extension - needs to be abstract, final or empty. | 682 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 682 |
![]() |
design | DesignForExtension | Method 'setFederation' is not designed for extension - needs to be abstract, final or empty. | 690 |
![]() |
misc | FinalParameters | Parameter aFederation should be final. | 690 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 690 |
![]() |
naming | LocalVariableName | Name 'OldFederation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 692 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 693 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 695 |
![]() |
naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 696 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 697 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 699 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 701 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 707 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 709 |
![]() |
naming | LocalVariableName | Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 710 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 711 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 714 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 716 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 723 |
![]() |
design | VisibilityModifier | Variable 'autoPublish' must be private and have accessor methods. | 724 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 725 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 726 |
![]() |
design | VisibilityModifier | Variable 'imb2Compatible' must be private and have accessor methods. | 727 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 730 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 731 |
![]() |
design | DesignForExtension | Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. | 731 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 731 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 735 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 736 |
![]() |
design | DesignForExtension | Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. | 736 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 736 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 740 |
![]() |
design | DesignForExtension | Method 'getNoDelay' is not designed for extension - needs to be abstract, final or empty. | 744 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 744 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 744 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 745 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 747 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 751 |
![]() |
design | DesignForExtension | Method 'setNoDelay' is not designed for extension - needs to be abstract, final or empty. | 755 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 755 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 755 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 755 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 756 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 760 |
![]() |
design | DesignForExtension | Method 'getLinger' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 764 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 764 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 765 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 767 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 771 |
![]() |
design | DesignForExtension | Method 'setLinger' is not designed for extension - needs to be abstract, final or empty. | 775 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 775 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 775 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 775 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 776 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 780 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 781 |
![]() |
design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 781 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 781 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 785 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 786 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 786 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 787 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 788 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 791 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 799 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 799 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 806 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 807 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 808 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 808 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 811 |
![]() |
design | VisibilityModifier | Variable 'onDisconnect' must be private and have accessor methods. | 812 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 814 |
![]() |
design | DesignForExtension | Method 'setThrottle' is not designed for extension - needs to be abstract, final or empty. | 817 |
![]() |
misc | FinalParameters | Parameter aThrottle should be final. | 817 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aThrottle'. | 817 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 817 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 818 |
![]() |
design | DesignForExtension | Method 'readCommandsNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 829 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 829 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 829 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 830 |
![]() |
naming | LocalVariableName | Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 831 |
![]() |
naming | LocalVariableName | Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 834 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 836 |
![]() |
naming | LocalVariableName | Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 837 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 838 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 839 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 840 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 842 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 844 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 844 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 847 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 847 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 848 |
![]() |
design | DesignForExtension | Method 'readCommandsNonThreaded' is not designed for extension - needs to be abstract, final or empty. | 860 |
![]() |
misc | FinalParameters | Parameter aTimeOut should be final. | 860 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aTimeOut'. | 860 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SocketException'. | 860 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 860 |
![]() |
naming | LocalVariableName | Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 862 |
![]() |
naming | LocalVariableName | Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 865 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 867 |
![]() |
naming | LocalVariableName | Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 868 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 869 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 870 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 871 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 873 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 875 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 875 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 878 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 878 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 879 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 886 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 887 |
![]() |
design | DesignForExtension | Method 'getOwnerID' is not designed for extension - needs to be abstract, final or empty. | 887 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 887 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 891 |
![]() |
design | DesignForExtension | Method 'setOwnerID' is not designed for extension - needs to be abstract, final or empty. | 894 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 894 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 894 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 895 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 901 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 902 |
![]() |
design | DesignForExtension | Method 'getOwnerName' is not designed for extension - needs to be abstract, final or empty. | 902 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 902 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 906 |
![]() |
design | DesignForExtension | Method 'setOwnerName' is not designed for extension - needs to be abstract, final or empty. | 909 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 909 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 909 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 910 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 916 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 917 |
![]() |
design | DesignForExtension | Method 'getUniqueClientID' is not designed for extension - needs to be abstract, final or empty. | 917 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 917 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 921 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 922 |
![]() |
design | DesignForExtension | Method 'getClientHandle' is not designed for extension - needs to be abstract, final or empty. | 922 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 922 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 927 |
![]() |
design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 931 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 931 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 931 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 935 |
![]() |
design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 940 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 940 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 940 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 940 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 941 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 942 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 947 |
![]() |
design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 951 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 951 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 951 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 955 |
![]() |
design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 960 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 960 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 960 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 960 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 961 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 962 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 967 |
![]() |
design | DesignForExtension | Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. | 970 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 970 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 970 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 974 |
![]() |
design | DesignForExtension | Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. | 978 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 978 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 978 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 978 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 979 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 980 |
![]() |
design | DesignForExtension | Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. | 987 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 987 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 987 |
![]() |
design | DesignForExtension | Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. | 995 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 995 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 995 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 995 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 996 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 997 |
![]() |
design | DesignForExtension | Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. | 1008 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1008 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1008 |
![]() |
misc | FinalParameters | Parameter aEventKind should be final. | 1008 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventKind'. | 1008 |
![]() |
misc | FinalParameters | Parameter aEventPayload should be final. | 1008 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventPayload'. | 1008 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1008 |
![]() |
design | DesignForExtension | Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. | 1020 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1020 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1020 |
![]() |
misc | FinalParameters | Parameter aEventKind should be final. | 1020 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventKind'. | 1020 |
![]() |
misc | FinalParameters | Parameter aEventPayload should be final. | 1020 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventPayload'. | 1020 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1020 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1020 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1021 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1024 |
![]() |
design | DesignForExtension | Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. | 1035 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1035 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1035 |
![]() |
misc | FinalParameters | Parameter aBufferID should be final. | 1035 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aBufferID'. | 1035 |
![]() |
misc | FinalParameters | Parameter aBuffer should be final. | 1035 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 1035 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1035 |
![]() |
design | DesignForExtension | Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. | 1048 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1048 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1048 |
![]() |
misc | FinalParameters | Parameter aBufferID should be final. | 1048 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aBufferID'. | 1048 |
![]() |
misc | FinalParameters | Parameter aBuffer should be final. | 1048 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aBuffer'. | 1048 |
![]() |
misc | FinalParameters | Parameter aEventFlags should be final. | 1048 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventFlags'. | 1048 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1049 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1049 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1050 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1051 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1053 |
![]() |
design | DesignForExtension | Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. | 1065 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1065 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1065 |
![]() |
misc | FinalParameters | Parameter aAction should be final. | 1065 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aAction'. | 1065 |
![]() |
misc | FinalParameters | Parameter aObjectID should be final. | 1065 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aObjectID'. | 1065 |
![]() |
misc | FinalParameters | Parameter aAttribute should be final. | 1065 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aAttribute'. | 1065 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1065 |
![]() |
design | DesignForExtension | Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. | 1078 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1078 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1078 |
![]() |
misc | FinalParameters | Parameter aAction should be final. | 1078 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aAction'. | 1078 |
![]() |
misc | FinalParameters | Parameter aObjectID should be final. | 1078 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aObjectID'. | 1078 |
![]() |
misc | FinalParameters | Parameter aAttribute should be final. | 1078 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aAttribute'. | 1078 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1079 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1079 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1080 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1081 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1083 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1087 |
![]() |
design | DesignForExtension | Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. | 1093 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1093 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1093 |
![]() |
misc | FinalParameters | Parameter aStreamName should be final. | 1093 |
![]() |
misc | FinalParameters | Parameter aStream should be final. | 1093 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aStream'. | 1093 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1093 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1097 |
![]() |
design | DesignForExtension | Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. | 1104 |
![]() |
misc | FinalParameters | Parameter aEventName should be final. | 1104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventName'. | 1104 |
![]() |
misc | FinalParameters | Parameter aStreamName should be final. | 1104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aStreamName'. | 1104 |
![]() |
misc | FinalParameters | Parameter aStream should be final. | 1104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aStream'. | 1104 |
![]() |
misc | FinalParameters | Parameter aUseFederationPrefix should be final. | 1104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aUseFederationPrefix'. | 1104 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1104 |
![]() |
naming | LocalVariableName | Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1113 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1115 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1121 |
![]() |
design | DesignForExtension | Method 'setOnVariable' is not designed for extension - needs to be abstract, final or empty. | 1124 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 1124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aValue'. | 1124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1130 |
![]() |
design | DesignForExtension | Method 'requestAllVariables' is not designed for extension - needs to be abstract, final or empty. | 1131 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1135 |
![]() |
design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1139 |
![]() |
misc | FinalParameters | Parameter aVarName should be final. | 1139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1139 |
![]() |
misc | FinalParameters | Parameter aVarValue should be final. | 1139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1139 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1139 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1149 |
![]() |
design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1153 |
![]() |
misc | FinalParameters | Parameter aVarName should be final. | 1153 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1153 |
![]() |
misc | FinalParameters | Parameter aVarValue should be final. | 1153 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1153 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1153 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1154 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1163 |
![]() |
design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1168 |
![]() |
misc | FinalParameters | Parameter aVarName should be final. | 1168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1168 |
![]() |
misc | FinalParameters | Parameter aVarValue should be final. | 1168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1168 |
![]() |
misc | FinalParameters | Parameter aVarPrefix should be final. | 1168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarPrefix'. | 1168 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1168 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1169 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1180 |
![]() |
design | DesignForExtension | Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. | 1185 |
![]() |
misc | FinalParameters | Parameter aVarName should be final. | 1185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarName'. | 1185 |
![]() |
misc | FinalParameters | Parameter aVarValue should be final. | 1185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarValue'. | 1185 |
![]() |
misc | FinalParameters | Parameter aVarPrefix should be final. | 1185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aVarPrefix'. | 1185 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1185 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1186 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1197 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1198 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 130). | 1199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1199 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1199 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1202 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1205 |
![]() |
design | DesignForExtension | Method 'setOnStatusUpdate' is not designed for extension - needs to be abstract, final or empty. | 1208 |
![]() |
misc | FinalParameters | Parameter aValue should be final. | 1208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aValue'. | 1208 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1215 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1217 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1218 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1219 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1220 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1222 |
![]() |
design | DesignForExtension | Method 'updateStatus' is not designed for extension - needs to be abstract, final or empty. | 1227 |
![]() |
misc | FinalParameters | Parameter aProgress should be final. | 1227 |
![]() |
misc | FinalParameters | Parameter aStatus should be final. | 1227 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 1227 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1227 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1228 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1234 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1236 |
![]() |
naming | LocalVariableName | Name 'SpinCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1237 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1238 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 138). | 1244 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1246 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 1246 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 1247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1251 |
![]() |
design | DesignForExtension | Method 'removeStatus' is not designed for extension - needs to be abstract, final or empty. | 1252 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1252 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1253 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1257 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1262 |
![]() |
design | DesignForExtension | Method 'subscribeOnFocus' is not designed for extension - needs to be abstract, final or empty. | 1266 |
![]() |
misc | FinalParameters | Parameter aOnFocus should be final. | 1266 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1266 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1267 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1272 |
![]() |
design | DesignForExtension | Method 'signalFocus' is not designed for extension - needs to be abstract, final or empty. | 1277 |
![]() |
misc | FinalParameters | Parameter aX should be final. | 1277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aX'. | 1277 |
![]() |
misc | FinalParameters | Parameter aY should be final. | 1277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aY'. | 1277 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1277 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1278 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1280 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1281 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1288 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 1288 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1293 |
![]() |
design | DesignForExtension | Method 'subscribeOnFederationChange' is not designed for extension - needs to be abstract, final or empty. | 1296 |
![]() |
misc | FinalParameters | Parameter aOnChangeFederation should be final. | 1296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aOnChangeFederation'. | 1296 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1296 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1297 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1302 |
![]() |
design | DesignForExtension | Method 'signalChangeFederation' is not designed for extension - needs to be abstract, final or empty. | 1307 |
![]() |
misc | FinalParameters | Parameter aNewFederationID should be final. | 1307 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aNewFederationID'. | 1307 |
![]() |
misc | FinalParameters | Parameter aNewFederation should be final. | 1307 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aNewFederation'. | 1307 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1307 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1310 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1312 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1317 |
![]() |
design | DesignForExtension | Method 'logWriteLn' is not designed for extension - needs to be abstract, final or empty. | 1323 |
![]() |
misc | FinalParameters | Parameter aLogEventName should be final. | 1323 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aLogEventName'. | 1323 |
![]() |
misc | FinalParameters | Parameter aLine should be final. | 1323 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aLine'. | 1323 |
![]() |
misc | FinalParameters | Parameter aLevel should be final. | 1323 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aLevel'. | 1323 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1323 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1326 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1328 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1334 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1335 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1336 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1337 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1337 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1340 |
![]() |
design | VisibilityModifier | Variable 'onEventNames' must be private and have accessor methods. | 1341 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1343 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 1344 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1345 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 1345 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1348 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1349 |
![]() |
design | VisibilityModifier | Variable 'onSubAndPub' must be private and have accessor methods. | 1349 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1352 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1354 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1356 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1359 |
![]() |
design | DesignForExtension | Method 'requestEventname' is not designed for extension - needs to be abstract, final or empty. | 1364 |
![]() |
misc | FinalParameters | Parameter aEventNameFilter should be final. | 1364 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventNameFilter'. | 1364 |
![]() |
misc | FinalParameters | Parameter aEventFilters should be final. | 1364 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aEventFilters'. | 1364 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1364 |
![]() |
naming | LocalVariableName | Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1365 |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'btnConnect' must be private and have accessor methods. | 56 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 69 |
![]() |
misc | FinalParameters | Parameter comTime should be final. | 69 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 79 |
![]() |
misc | FinalParameters | Parameter comTime should be final. | 79 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 97 |
![]() |
misc | FinalParameters | Parameter javaDate should be final. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 111 |
![]() |
misc | FinalParameters | Parameter milliseconds should be final. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
design | DesignForExtension | Method 'AddMessage' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
naming | MethodName | Name 'AddMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 151 |
![]() |
design | DesignForExtension | Method 'Connect' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
naming | MethodName | Name 'Connect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 163 |
![]() |
misc | FinalParameters | Parameter aEvent should be final. | 183 |
![]() |
misc | FinalParameters | Parameter aPayload should be final. | 183 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 199 |
![]() |
design | DesignForExtension | Method 'Disconnect' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
naming | MethodName | Name 'Disconnect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
![]() |
design | DesignForExtension | Method 'Send' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
naming | MethodName | Name 'Send' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
![]() |
misc | FinalParameters | Parameter args should be final. | 253 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 253 |
![]() |
misc | FinalParameters | Parameter windowEvent should be final. | 289 |
![]() |
misc | FinalParameters | Parameter e should be final. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 326 |
![]() |
misc | FinalParameters | Parameter e should be final. | 342 |
![]() |
misc | FinalParameters | Parameter e should be final. | 351 |
![]() |
misc | FinalParameters | Parameter e should be final. | 357 |
![]() |
misc | FinalParameters | Parameter e should be final. | 369 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 142). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 43 |