Checkstyle Results

The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
11 13 1812 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
LeftCurly
  • maxLineLength: "128"
  • option: "nl"
370  Warning
NeedBraces 172  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
47  Warning
coding MissingSwitchDefault 3  Warning
design DesignForExtension 179  Warning
HideUtilityClassConstructor 1  Warning
VisibilityModifier 27  Warning
imports RedundantImport 4  Warning
javadoc JavadocMethod 173  Warning
JavadocStyle 205  Warning
JavadocType 7  Warning
JavadocVariable 82  Warning
misc FinalParameters 284  Warning
TodoComment 18  Warning
modifier ModifierOrder 8  Warning
RedundantModifier 17  Warning
naming ConstantName 3  Warning
LocalVariableName 112  Warning
MemberName 2  Warning
MethodName 8  Warning
sizes LineLength
  • max: "128"
13  Info
whitespace WhitespaceAfter 37  Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
52  Warning

Details

nl/tno/imb/TByteBuffer.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 3
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 4
 Warning blocks LeftCurly '{' should be on a new line. 23
 Warning javadoc JavadocStyle First sentence should end with a period. 27
 Warning misc FinalParameters Parameter aLength should be final. 30
 Warning blocks LeftCurly '{' should be on a new line. 30
 Warning javadoc JavadocStyle First sentence should end with a period. 34
 Warning blocks LeftCurly '{' should be on a new line. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning misc FinalParameters Parameter aBuffer should be final. 43
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 43
 Warning blocks LeftCurly '{' should be on a new line. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning javadoc JavadocStyle First sentence should end with a period. 52
 Warning design DesignForExtension Method 'getLength' is not designed for extension - needs to be abstract, final or empty. 55
 Warning blocks LeftCurly '{' should be on a new line. 55
 Warning javadoc JavadocStyle First sentence should end with a period. 59
 Warning misc FinalParameters Parameter aLength should be final. 62
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning blocks LeftCurly '{' should be on a new line. 63
 Warning naming LocalVariableName Name 'NewBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
 Warning blocks NeedBraces 'if' construct must use '{}'s. 68
 Warning blocks NeedBraces 'for' construct must use '{}'s. 71
 Warning javadoc JavadocStyle First sentence should end with a period. 78
 Warning whitespace WhitespaceAround '/' is not preceded with whitespace. 79
 Warning whitespace WhitespaceAround '/' is not followed by whitespace. 79
 Warning javadoc JavadocStyle First sentence should end with a period. 80
 Warning whitespace WhitespaceAround '/' is not preceded with whitespace. 81
 Warning whitespace WhitespaceAround '/' is not followed by whitespace. 81
 Warning javadoc JavadocStyle First sentence should end with a period. 82
 Warning whitespace WhitespaceAround '/' is not preceded with whitespace. 83
 Warning whitespace WhitespaceAround '/' is not followed by whitespace. 83
 Warning javadoc JavadocStyle First sentence should end with a period. 84
 Warning whitespace WhitespaceAround '/' is not preceded with whitespace. 85
 Warning whitespace WhitespaceAround '/' is not followed by whitespace. 85
 Warning javadoc JavadocStyle First sentence should end with a period. 86
 Warning whitespace WhitespaceAround '/' is not preceded with whitespace. 87
 Warning whitespace WhitespaceAround '/' is not followed by whitespace. 87
 Warning javadoc JavadocStyle First sentence should end with a period. 88
 Warning whitespace WhitespaceAround '/' is not preceded with whitespace. 89
 Warning whitespace WhitespaceAround '/' is not followed by whitespace. 89
 Warning javadoc JavadocStyle First sentence should end with a period. 91
 Warning design DesignForExtension Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. 94
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning javadoc JavadocStyle First sentence should end with a period. 98
 Warning design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 99
 Warning blocks LeftCurly '{' should be on a new line. 99
 Warning design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 107
 Warning misc FinalParameters Parameter aLength should be final. 107
 Warning javadoc JavadocMethod Expected @param tag for 'aLength'. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning javadoc JavadocStyle First sentence should end with a period. 114
 Warning design DesignForExtension Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 117
 Warning blocks LeftCurly '{' should be on a new line. 117
 Warning javadoc JavadocStyle First sentence should end with a period. 121
 Warning design DesignForExtension Method 'getReadCursor' is not designed for extension - needs to be abstract, final or empty. 124
 Warning blocks LeftCurly '{' should be on a new line. 124
 Warning javadoc JavadocStyle First sentence should end with a period. 128
 Warning design DesignForExtension Method 'getWriteCursor' is not designed for extension - needs to be abstract, final or empty. 131
 Warning blocks LeftCurly '{' should be on a new line. 131
 Warning javadoc JavadocStyle First sentence should end with a period. 135
 Warning design DesignForExtension Method 'ReadStart' is not designed for extension - needs to be abstract, final or empty. 136
 Warning naming MethodName Name 'ReadStart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
 Warning blocks LeftCurly '{' should be on a new line. 136
 Warning javadoc JavadocStyle First sentence should end with a period. 140
 Warning design DesignForExtension Method 'getReadAvailable' is not designed for extension - needs to be abstract, final or empty. 143
 Warning blocks LeftCurly '{' should be on a new line. 143
 Warning javadoc JavadocStyle First sentence should end with a period. 147
 Warning design DesignForExtension Method 'readBoolean' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' should be on a new line. 150
 Warning javadoc JavadocStyle First sentence should end with a period. 154
 Warning design DesignForExtension Method 'readBoolean' is not designed for extension - needs to be abstract, final or empty. 158
 Warning misc FinalParameters Parameter aDefaultValue should be final. 158
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 159
 Warning blocks NeedBraces 'else' construct must use '{}'s. 161
 Warning javadoc JavadocStyle First sentence should end with a period. 165
 Warning design DesignForExtension Method 'readByte' is not designed for extension - needs to be abstract, final or empty. 168
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning javadoc JavadocStyle First sentence should end with a period. 172
 Warning design DesignForExtension Method 'readByte' is not designed for extension - needs to be abstract, final or empty. 176
 Warning misc FinalParameters Parameter aDefaultValue should be final. 176
 Warning blocks LeftCurly '{' should be on a new line. 176
 Warning blocks NeedBraces 'if' construct must use '{}'s. 177
 Warning blocks NeedBraces 'else' construct must use '{}'s. 179
 Warning javadoc JavadocStyle First sentence should end with a period. 183
 Warning design DesignForExtension Method 'readInt32' is not designed for extension - needs to be abstract, final or empty. 186
 Warning blocks LeftCurly '{' should be on a new line. 186
 Warning javadoc JavadocStyle First sentence should end with a period. 190
 Warning design DesignForExtension Method 'readInt32' is not designed for extension - needs to be abstract, final or empty. 194
 Warning misc FinalParameters Parameter aDefaultValue should be final. 194
 Warning blocks LeftCurly '{' should be on a new line. 194
 Warning blocks LeftCurly '{' should be on a new line. 195
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 197
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 198
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 199
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 200
 Warning blocks NeedBraces 'else' construct must use '{}'s. 201
 Warning blocks RightCurly '}' should be alone on a line. 201
 Warning javadoc JavadocStyle First sentence should end with a period. 205
 Warning design DesignForExtension Method 'readInt64' is not designed for extension - needs to be abstract, final or empty. 208
 Warning blocks LeftCurly '{' should be on a new line. 208
 Warning javadoc JavadocStyle First sentence should end with a period. 212
 Warning design DesignForExtension Method 'readInt64' is not designed for extension - needs to be abstract, final or empty. 216
 Warning misc FinalParameters Parameter aDefaultValue should be final. 216
 Warning blocks LeftCurly '{' should be on a new line. 216
 Warning blocks LeftCurly '{' should be on a new line. 217
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 219
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 220
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 221
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 222
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 223
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 224
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 225
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 226
 Warning blocks NeedBraces 'else' construct must use '{}'s. 227
 Warning blocks RightCurly '}' should be alone on a line. 227
 Warning javadoc JavadocStyle First sentence should end with a period. 231
 Warning design DesignForExtension Method 'readSingle' is not designed for extension - needs to be abstract, final or empty. 234
 Warning blocks LeftCurly '{' should be on a new line. 234
 Warning javadoc JavadocStyle First sentence should end with a period. 238
 Warning design DesignForExtension Method 'readSingle' is not designed for extension - needs to be abstract, final or empty. 242
 Warning misc FinalParameters Parameter aDefaultValue should be final. 242
 Warning blocks LeftCurly '{' should be on a new line. 242
 Warning blocks LeftCurly '{' should be on a new line. 243
 Warning blocks NeedBraces 'else' construct must use '{}'s. 245
 Warning blocks RightCurly '}' should be alone on a line. 245
 Warning javadoc JavadocStyle First sentence should end with a period. 249
 Warning design DesignForExtension Method 'readDouble' is not designed for extension - needs to be abstract, final or empty. 252
 Warning blocks LeftCurly '{' should be on a new line. 252
 Warning javadoc JavadocStyle First sentence should end with a period. 256
 Warning design DesignForExtension Method 'readDouble' is not designed for extension - needs to be abstract, final or empty. 260
 Warning misc FinalParameters Parameter aDefaultValue should be final. 260
 Warning blocks LeftCurly '{' should be on a new line. 260
 Warning blocks LeftCurly '{' should be on a new line. 261
 Warning blocks NeedBraces 'else' construct must use '{}'s. 264
 Warning blocks RightCurly '}' should be alone on a line. 264
 Warning design DesignForExtension Method 'readString' is not designed for extension - needs to be abstract, final or empty. 272
 Warning blocks LeftCurly '{' should be on a new line. 272
 Warning design DesignForExtension Method 'readString' is not designed for extension - needs to be abstract, final or empty. 281
 Warning misc FinalParameters Parameter aDefaultValue should be final. 281
 Warning blocks LeftCurly '{' should be on a new line. 281
 Warning blocks LeftCurly '{' should be on a new line. 283
 Warning blocks LeftCurly '{' should be on a new line. 284
 Warning blocks NeedBraces 'else' construct must use '{}'s. 287
 Warning blocks RightCurly '}' should be alone on a line. 287
 Warning blocks NeedBraces 'else' construct must use '{}'s. 289
 Warning blocks RightCurly '}' should be alone on a line. 289
 Warning design DesignForExtension Method 'readByteBuffer' is not designed for extension - needs to be abstract, final or empty. 300
 Warning blocks LeftCurly '{' should be on a new line. 300
 Warning blocks LeftCurly '{' should be on a new line. 302
 Warning blocks NeedBraces 'else' construct must use '{}'s. 305
 Warning blocks RightCurly '}' should be alone on a line. 305
 Warning javadoc JavadocStyle First sentence should end with a period. 395
 Warning design DesignForExtension Method 'readByteBuffer' is not designed for extension - needs to be abstract, final or empty. 398
 Warning misc FinalParameters Parameter aValue should be final. 398
 Warning blocks LeftCurly '{' should be on a new line. 398
 Warning blocks NeedBraces 'for' construct must use '{}'s. 405
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 405
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 405
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 405
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 405
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 406
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 406
 Warning blocks NeedBraces 'else' construct must use '{}'s. 408
 Info sizes LineLength Line is longer than 128 characters (found 140). 413
 Warning javadoc JavadocStyle First sentence should end with a period. 415
 Warning design DesignForExtension Method 'qReadBoolean' is not designed for extension - needs to be abstract, final or empty. 418
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning javadoc JavadocStyle First sentence should end with a period. 422
 Warning design DesignForExtension Method 'qReadByte' is not designed for extension - needs to be abstract, final or empty. 425
 Warning blocks LeftCurly '{' should be on a new line. 425
 Warning javadoc JavadocStyle First sentence should end with a period. 429
 Warning design DesignForExtension Method 'qReadInt32' is not designed for extension - needs to be abstract, final or empty. 432
 Warning blocks LeftCurly '{' should be on a new line. 432
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 434
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 435
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 436
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 437
 Warning javadoc JavadocStyle First sentence should end with a period. 440
 Warning design DesignForExtension Method 'qReadInt64' is not designed for extension - needs to be abstract, final or empty. 443
 Warning blocks LeftCurly '{' should be on a new line. 443
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 445
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 446
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 447
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 448
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 449
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 450
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 451
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 452
 Warning javadoc JavadocStyle First sentence should end with a period. 455
 Warning design DesignForExtension Method 'qReadSingle' is not designed for extension - needs to be abstract, final or empty. 458
 Warning blocks LeftCurly '{' should be on a new line. 458
 Warning javadoc JavadocStyle First sentence should end with a period. 463
 Warning design DesignForExtension Method 'qReadDouble' is not designed for extension - needs to be abstract, final or empty. 466
 Warning misc FinalParameters Parameter aDefaultValue should be final. 466
 Warning javadoc JavadocMethod Expected @param tag for 'aDefaultValue'. 466
 Warning blocks LeftCurly '{' should be on a new line. 466
 Warning javadoc JavadocStyle First sentence should end with a period. 471
 Warning design DesignForExtension Method 'qReadString' is not designed for extension - needs to be abstract, final or empty. 474
 Warning misc FinalParameters Parameter aDefaultValue should be final. 474
 Warning javadoc JavadocMethod Expected @param tag for 'aDefaultValue'. 474
 Warning blocks LeftCurly '{' should be on a new line. 474
 Warning blocks LeftCurly '{' should be on a new line. 476
 Warning blocks NeedBraces 'else' construct must use '{}'s. 479
 Warning blocks RightCurly '}' should be alone on a line. 479
 Warning javadoc JavadocStyle First sentence should end with a period. 483
 Warning design DesignForExtension Method 'qReadByteBuffer' is not designed for extension - needs to be abstract, final or empty. 487
 Warning blocks LeftCurly '{' should be on a new line. 487
 Warning javadoc JavadocStyle First sentence should end with a period. 493
 Warning design DesignForExtension Method 'readRestToByteBuffer' is not designed for extension - needs to be abstract, final or empty. 496
 Warning blocks LeftCurly '{' should be on a new line. 496
 Warning javadoc JavadocStyle First sentence should end with a period. 500
 Warning design DesignForExtension Method 'readRest' is not designed for extension - needs to be abstract, final or empty. 503
 Warning blocks LeftCurly '{' should be on a new line. 503
 Warning javadoc JavadocStyle First sentence should end with a period. 507
 Warning design DesignForExtension Method 'skipReading' is not designed for extension - needs to be abstract, final or empty. 511
 Warning misc FinalParameters Parameter aValueSize should be final. 511
 Warning blocks LeftCurly '{' should be on a new line. 511
 Warning design DesignForExtension Method 'peekBoolean' is not designed for extension - needs to be abstract, final or empty. 521
 Warning misc FinalParameters Parameter aOffset should be final. 521
 Warning blocks LeftCurly '{' should be on a new line. 521
 Warning design DesignForExtension Method 'peekBoolean' is not designed for extension - needs to be abstract, final or empty. 530
 Warning misc FinalParameters Parameter aOffset should be final. 530
 Warning misc FinalParameters Parameter aDefaultValue should be final. 530
 Warning blocks LeftCurly '{' should be on a new line. 530
 Warning blocks NeedBraces 'if' construct must use '{}'s. 531
 Warning blocks NeedBraces 'else' construct must use '{}'s. 533
 Warning design DesignForExtension Method 'peekByte' is not designed for extension - needs to be abstract, final or empty. 542
 Warning misc FinalParameters Parameter aOffset should be final. 542
 Warning blocks LeftCurly '{' should be on a new line. 542
 Warning design DesignForExtension Method 'peekByte' is not designed for extension - needs to be abstract, final or empty. 551
 Warning misc FinalParameters Parameter aOffset should be final. 551
 Warning misc FinalParameters Parameter aDefaultValue should be final. 551
 Warning blocks LeftCurly '{' should be on a new line. 551
 Warning blocks NeedBraces 'if' construct must use '{}'s. 552
 Warning blocks NeedBraces 'else' construct must use '{}'s. 554
 Warning design DesignForExtension Method 'peekInt32' is not designed for extension - needs to be abstract, final or empty. 563
 Warning misc FinalParameters Parameter aOffset should be final. 563
 Warning blocks LeftCurly '{' should be on a new line. 563
 Warning design DesignForExtension Method 'peekInt32' is not designed for extension - needs to be abstract, final or empty. 572
 Warning misc FinalParameters Parameter aOffset should be final. 572
 Warning misc FinalParameters Parameter aDefaultValue should be final. 572
 Warning blocks LeftCurly '{' should be on a new line. 572
 Warning blocks LeftCurly '{' should be on a new line. 573
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 574
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 575
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 576
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 577
 Warning blocks NeedBraces 'else' construct must use '{}'s. 578
 Warning blocks RightCurly '}' should be alone on a line. 578
 Warning design DesignForExtension Method 'peekInt64' is not designed for extension - needs to be abstract, final or empty. 587
 Warning misc FinalParameters Parameter aOffset should be final. 587
 Warning blocks LeftCurly '{' should be on a new line. 587
 Warning design DesignForExtension Method 'peekInt64' is not designed for extension - needs to be abstract, final or empty. 596
 Warning misc FinalParameters Parameter aOffset should be final. 596
 Warning misc FinalParameters Parameter aDefaultValue should be final. 596
 Warning blocks LeftCurly '{' should be on a new line. 596
 Warning blocks NeedBraces 'if' construct must use '{}'s. 597
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 598
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 599
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 600
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 601
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 602
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 603
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 604
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 605
 Warning blocks NeedBraces 'else' construct must use '{}'s. 606
 Warning design DesignForExtension Method 'peekSingle' is not designed for extension - needs to be abstract, final or empty. 615
 Warning misc FinalParameters Parameter aOffset should be final. 615
 Warning blocks LeftCurly '{' should be on a new line. 615
 Warning design DesignForExtension Method 'peekSingle' is not designed for extension - needs to be abstract, final or empty. 624
 Warning misc FinalParameters Parameter aOffset should be final. 624
 Warning misc FinalParameters Parameter aDefaultValue should be final. 624
 Warning blocks LeftCurly '{' should be on a new line. 624
 Warning blocks NeedBraces 'if' construct must use '{}'s. 625
 Warning blocks NeedBraces 'else' construct must use '{}'s. 627
 Warning design DesignForExtension Method 'peekDouble' is not designed for extension - needs to be abstract, final or empty. 636
 Warning misc FinalParameters Parameter aOffset should be final. 636
 Warning blocks LeftCurly '{' should be on a new line. 636
 Warning design DesignForExtension Method 'peekDouble' is not designed for extension - needs to be abstract, final or empty. 645
 Warning misc FinalParameters Parameter aOffset should be final. 645
 Warning misc FinalParameters Parameter aDefaultValue should be final. 645
 Warning blocks LeftCurly '{' should be on a new line. 645
 Warning blocks NeedBraces 'if' construct must use '{}'s. 646
 Warning blocks NeedBraces 'else' construct must use '{}'s. 648
 Warning design DesignForExtension Method 'peekString' is not designed for extension - needs to be abstract, final or empty. 657
 Warning misc FinalParameters Parameter aOffset should be final. 657
 Warning blocks LeftCurly '{' should be on a new line. 657
 Warning design DesignForExtension Method 'peekString' is not designed for extension - needs to be abstract, final or empty. 666
 Warning misc FinalParameters Parameter aOffset should be final. 666
 Warning misc FinalParameters Parameter aDefaultValue should be final. 666
 Warning blocks LeftCurly '{' should be on a new line. 666
 Warning blocks LeftCurly '{' should be on a new line. 668
 Warning blocks LeftCurly '{' should be on a new line. 669
 Warning blocks NeedBraces 'else' construct must use '{}'s. 671
 Warning blocks RightCurly '}' should be alone on a line. 671
 Warning blocks NeedBraces 'else' construct must use '{}'s. 673
 Warning blocks RightCurly '}' should be alone on a line. 673
 Warning javadoc JavadocStyle First sentence should end with a period. 677
 Warning design DesignForExtension Method 'compare' is not designed for extension - needs to be abstract, final or empty. 682
 Warning misc FinalParameters Parameter aValue should be final. 682
 Warning misc FinalParameters Parameter aOffset should be final. 682
 Warning blocks LeftCurly '{' should be on a new line. 682
 Warning blocks LeftCurly '{' should be on a new line. 683
 Warning blocks LeftCurly '{' should be on a new line. 684
 Warning blocks NeedBraces 'if' construct must use '{}'s. 685
 Warning blocks NeedBraces 'else' construct must use '{}'s. 689
 Warning blocks RightCurly '}' should be alone on a line. 689
 Warning javadoc JavadocStyle First sentence should end with a period. 693
 Warning design DesignForExtension Method 'shiftLeftOneByte' is not designed for extension - needs to be abstract, final or empty. 696
 Warning misc FinalParameters Parameter aRightByte should be final. 696
 Warning blocks LeftCurly '{' should be on a new line. 696
 Warning blocks NeedBraces 'for' construct must use '{}'s. 697
 Info sizes LineLength Line is longer than 128 characters (found 139). 704
 Warning design DesignForExtension Method 'prepareStart' is not designed for extension - needs to be abstract, final or empty. 706
 Warning blocks LeftCurly '{' should be on a new line. 706
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 715
 Warning misc FinalParameters Parameter aValue should be final. 715
 Warning blocks LeftCurly '{' should be on a new line. 715
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 723
 Warning misc FinalParameters Parameter aValue should be final. 723
 Warning blocks LeftCurly '{' should be on a new line. 723
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 731
 Warning misc FinalParameters Parameter aValue should be final. 731
 Warning blocks LeftCurly '{' should be on a new line. 731
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 739
 Warning misc FinalParameters Parameter aValue should be final. 739
 Warning blocks LeftCurly '{' should be on a new line. 739
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 747
 Warning misc FinalParameters Parameter aValue should be final. 747
 Warning blocks LeftCurly '{' should be on a new line. 747
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 755
 Warning misc FinalParameters Parameter aValue should be final. 755
 Warning blocks LeftCurly '{' should be on a new line. 755
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 763
 Warning misc FinalParameters Parameter aValue should be final. 763
 Warning blocks LeftCurly '{' should be on a new line. 763
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 771
 Warning misc FinalParameters Parameter aValue should be final. 771
 Warning blocks LeftCurly '{' should be on a new line. 771
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 779
 Warning misc FinalParameters Parameter aValue should be final. 779
 Warning blocks LeftCurly '{' should be on a new line. 779
 Warning javadoc JavadocMethod Expected an @return tag. 787
 Warning design DesignForExtension Method 'prepareSize' is not designed for extension - needs to be abstract, final or empty. 787
 Warning misc FinalParameters Parameter aValueSize should be final. 787
 Warning blocks LeftCurly '{' should be on a new line. 787
 Warning javadoc JavadocStyle First sentence should end with a period. 793
 Warning design DesignForExtension Method 'prepareApply' is not designed for extension - needs to be abstract, final or empty. 795
 Warning blocks LeftCurly '{' should be on a new line. 795
 Warning blocks NeedBraces 'if' construct must use '{}'s. 796
 Warning javadoc JavadocStyle First sentence should end with a period. 800
 Warning design DesignForExtension Method 'prepareApplyAndTrim' is not designed for extension - needs to be abstract, final or empty. 802
 Warning blocks LeftCurly '{' should be on a new line. 802
 Warning blocks NeedBraces 'if' construct must use '{}'s. 803
 Warning design DesignForExtension Method 'writeStart' is not designed for extension - needs to be abstract, final or empty. 811
 Warning misc FinalParameters Parameter aIndex should be final. 811
 Warning blocks LeftCurly '{' should be on a new line. 811
 Warning design DesignForExtension Method 'getwriteAvailable' is not designed for extension - needs to be abstract, final or empty. 818
 Warning blocks LeftCurly '{' should be on a new line. 818
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 826
 Warning misc FinalParameters Parameter aValue should be final. 826
 Warning blocks LeftCurly '{' should be on a new line. 826
 Warning blocks NeedBraces 'if' construct must use '{}'s. 827
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 837
 Warning misc FinalParameters Parameter aValue should be final. 837
 Warning blocks LeftCurly '{' should be on a new line. 837
 Warning blocks NeedBraces 'if' construct must use '{}'s. 838
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 848
 Warning misc FinalParameters Parameter aValue should be final. 848
 Warning blocks LeftCurly '{' should be on a new line. 848
 Warning blocks NeedBraces 'if' construct must use '{}'s. 849
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 862
 Warning misc FinalParameters Parameter aValue should be final. 862
 Warning blocks LeftCurly '{' should be on a new line. 862
 Warning blocks NeedBraces 'if' construct must use '{}'s. 863
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 880
 Warning misc FinalParameters Parameter aValue should be final. 880
 Warning blocks LeftCurly '{' should be on a new line. 880
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 888
 Warning misc FinalParameters Parameter aValue should be final. 888
 Warning blocks LeftCurly '{' should be on a new line. 888
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 896
 Warning misc FinalParameters Parameter aValue should be final. 896
 Warning blocks LeftCurly '{' should be on a new line. 896
 Warning blocks NeedBraces 'if' construct must use '{}'s. 899
 Warning blocks NeedBraces 'for' construct must use '{}'s. 904
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 913
 Warning misc FinalParameters Parameter aValue should be final. 913
 Warning blocks LeftCurly '{' should be on a new line. 913
 Warning blocks NeedBraces 'if' construct must use '{}'s. 914
 Warning blocks NeedBraces 'for' construct must use '{}'s. 916
 Warning design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 926
 Warning misc FinalParameters Parameter aValue should be final. 926
 Warning blocks LeftCurly '{' should be on a new line. 926
 Warning javadoc JavadocStyle First sentence should end with a period. 933
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 936
 Warning misc FinalParameters Parameter aValue should be final. 936
 Warning blocks LeftCurly '{' should be on a new line. 936
 Warning javadoc JavadocStyle First sentence should end with a period. 942
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 945
 Warning misc FinalParameters Parameter aValue should be final. 945
 Warning blocks LeftCurly '{' should be on a new line. 945
 Warning javadoc JavadocStyle First sentence should end with a period. 950
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 953
 Warning misc FinalParameters Parameter aValue should be final. 953
 Warning blocks LeftCurly '{' should be on a new line. 953
 Warning javadoc JavadocStyle First sentence should end with a period. 961
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 964
 Warning misc FinalParameters Parameter aValue should be final. 964
 Warning blocks LeftCurly '{' should be on a new line. 964
 Warning javadoc JavadocStyle First sentence should end with a period. 976
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 979
 Warning misc FinalParameters Parameter aValue should be final. 979
 Warning blocks LeftCurly '{' should be on a new line. 979
 Warning javadoc JavadocStyle First sentence should end with a period. 983
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 986
 Warning misc FinalParameters Parameter aValue should be final. 986
 Warning blocks LeftCurly '{' should be on a new line. 986
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 995
 Warning misc FinalParameters Parameter aValue should be final. 995
 Warning blocks LeftCurly '{' should be on a new line. 995
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1001
 Warning javadoc JavadocStyle First sentence should end with a period. 1006
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 1009
 Warning misc FinalParameters Parameter aValue should be final. 1009
 Warning blocks LeftCurly '{' should be on a new line. 1009
 Warning blocks NeedBraces 'for' construct must use '{}'s. 1010
 Warning javadoc JavadocStyle First sentence should end with a period. 1015
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 1018
 Warning misc FinalParameters Parameter aValue should be final. 1018
 Warning blocks LeftCurly '{' should be on a new line. 1018
 Warning javadoc JavadocStyle First sentence should end with a period. 1023
 Warning design DesignForExtension Method 'written' is not designed for extension - needs to be abstract, final or empty. 1028
 Warning misc FinalParameters Parameter aValueSize should be final. 1028
 Warning blocks LeftCurly '{' should be on a new line. 1028
 Warning javadoc JavadocStyle First sentence should end with a period. 1033
 Warning design DesignForExtension Method 'writeApply' is not designed for extension - needs to be abstract, final or empty. 1035
 Warning blocks LeftCurly '{' should be on a new line. 1035
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1036

nl/tno/imb/TConnection.java

Severity Category Rule Message Line
 Warning imports RedundantImport Redundant import from the same package - nl.tno.imb.TEventEntry. 3
 Info sizes LineLength Line is longer than 128 characters (found 140). 25
 Warning blocks LeftCurly '{' should be on a new line. 30
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning misc FinalParameters Parameter aRemoteHost should be final. 40
 Warning misc FinalParameters Parameter aRemotePort should be final. 40
 Warning misc FinalParameters Parameter aOwnerName should be final. 40
 Warning misc FinalParameters Parameter aOwnerID should be final. 40
 Warning misc FinalParameters Parameter aFederation should be final. 40
 Warning blocks LeftCurly '{' should be on a new line. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning misc FinalParameters Parameter aRemoteHost should be final. 52
 Warning misc FinalParameters Parameter aRemotePort should be final. 52
 Warning misc FinalParameters Parameter aOwnerName should be final. 52
 Warning misc FinalParameters Parameter aOwnerID should be final. 52
 Warning misc FinalParameters Parameter aFederation should be final. 52
 Warning misc FinalParameters Parameter aStartReadingThread should be final. 53
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning design DesignForExtension Method 'finalize' is not designed for extension - needs to be abstract, final or empty. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks LeftCurly '{' should be on a new line. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning blocks NeedBraces 'for' construct must use '{}'s. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter aRxEventID should be final. 80
 Warning blocks LeftCurly '{' should be on a new line. 80
 Warning blocks NeedBraces 'if' construct must use '{}'s. 81
 Warning blocks NeedBraces 'else' construct must use '{}'s. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning misc FinalParameters Parameter aRxEventID should be final. 87
 Warning misc FinalParameters Parameter aTxEventID should be final. 87
 Warning blocks LeftCurly '{' should be on a new line. 87
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 91
 Warning naming LocalVariableName Name 'FormerSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
 Warning blocks NeedBraces 'for' construct must use '{}'s. 96
 Warning javadoc JavadocStyle First sentence should end with a period. 104
 Warning blocks LeftCurly '{' should be on a new line. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning misc FinalParameters Parameter aInitialSize should be final. 107
 Warning blocks LeftCurly '{' should be on a new line. 107
 Warning javadoc JavadocVariable Missing a Javadoc comment. 112
 Warning javadoc JavadocVariable Missing a Javadoc comment. 113
 Warning naming MemberName Name 'FCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 115
 Warning misc FinalParameters Parameter aEventID should be final. 115
 Warning blocks LeftCurly '{' should be on a new line. 115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 116
 Warning blocks NeedBraces 'else' construct must use '{}'s. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning misc FinalParameters Parameter aEventID should be final. 122
 Warning blocks LeftCurly '{' should be on a new line. 122
 Warning blocks LeftCurly '{' should be on a new line. 123
 Warning blocks NeedBraces 'if' construct must use '{}'s. 124
 Warning blocks NeedBraces 'else' construct must use '{}'s. 126
 Warning blocks NeedBraces 'else' construct must use '{}'s. 128
 Warning blocks RightCurly '}' should be alone on a line. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning misc FinalParameters Parameter aConnection should be final. 132
 Warning misc FinalParameters Parameter aEventName should be final. 132
 Warning blocks LeftCurly '{' should be on a new line. 132
 Warning blocks NeedBraces 'if' construct must use '{}'s. 134
 Warning whitespace WhitespaceAround '>' is not preceded with whitespace. 134
 Warning whitespace WhitespaceAround '>' is not followed by whitespace. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning misc FinalParameters Parameter aEventName should be final. 141
 Warning blocks LeftCurly '{' should be on a new line. 141
 Warning blocks NeedBraces 'while' construct must use '{}'s. 143
 Warning blocks NeedBraces 'if' construct must use '{}'s. 145
 Warning blocks NeedBraces 'else' construct must use '{}'s. 147
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 151
 Warning javadoc JavadocVariable Missing a Javadoc comment. 152
 Warning javadoc JavadocStyle First sentence should end with a period. 153
 Warning naming ConstantName Name 'MODEL_Status_VAR_NAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 154
 Warning javadoc JavadocStyle First sentence should end with a period. 155
 Warning javadoc JavadocStyle First sentence should end with a period. 158
 Warning javadoc JavadocStyle First sentence should end with a period. 163
 Warning javadoc JavadocStyle First sentence should end with a period. 165
 Warning javadoc JavadocStyle First sentence should end with a period. 170
 Warning javadoc JavadocStyle First sentence should end with a period. 172
 Warning javadoc JavadocStyle First sentence should end with a period. 174
 Warning javadoc JavadocStyle First sentence should end with a period. 176
 Warning javadoc JavadocStyle First sentence should end with a period. 178
 Warning javadoc JavadocStyle First sentence should end with a period. 180
 Warning javadoc JavadocStyle First sentence should end with a period. 184
 Warning javadoc JavadocStyle First sentence should end with a period. 186
 Warning javadoc JavadocVariable Missing a Javadoc comment. 189
 Warning javadoc JavadocVariable Missing a Javadoc comment. 190
 Warning javadoc JavadocVariable Missing a Javadoc comment. 191
 Warning javadoc JavadocVariable Missing a Javadoc comment. 192
 Warning javadoc JavadocVariable Missing a Javadoc comment. 193
 Warning javadoc JavadocVariable Missing a Javadoc comment. 198
 Warning javadoc JavadocVariable Missing a Javadoc comment. 199
 Warning javadoc JavadocVariable Missing a Javadoc comment. 200
 Warning javadoc JavadocVariable Missing a Javadoc comment. 201
 Warning javadoc JavadocMethod Missing a Javadoc comment. 203
 Warning misc FinalParameters Parameter aEventID should be final. 203
 Warning blocks LeftCurly '{' should be on a new line. 203
 Warning blocks LeftCurly '{' should be on a new line. 204
 Warning javadoc JavadocMethod Missing a Javadoc comment. 209
 Warning misc FinalParameters Parameter aEventName should be final. 209
 Warning blocks LeftCurly '{' should be on a new line. 209
 Warning naming LocalVariableName Name 'EventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 210
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 211
 Warning blocks NeedBraces 'while' construct must use '{}'s. 212
 Warning blocks LeftCurly '{' should be on a new line. 214
 Warning blocks NeedBraces 'else' construct must use '{}'s. 218
 Warning blocks RightCurly '}' should be alone on a line. 218
 Warning javadoc JavadocMethod Missing a Javadoc comment. 223
 Warning misc FinalParameters Parameter aEventName should be final. 223
 Warning blocks LeftCurly '{' should be on a new line. 223
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 224
 Warning blocks LeftCurly '{' should be on a new line. 225
 Warning javadoc JavadocMethod Missing a Javadoc comment. 231
 Warning misc FinalParameters Parameter aEventName should be final. 231
 Warning blocks LeftCurly '{' should be on a new line. 231
 Warning blocks LeftCurly '{' should be on a new line. 232
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 233
 Warning blocks LeftCurly '{' should be on a new line. 234
 Warning naming LocalVariableName Name 'EventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 235
 Warning blocks NeedBraces 'while' construct must use '{}'s. 236
 Warning blocks LeftCurly '{' should be on a new line. 238
 Warning blocks NeedBraces 'else' construct must use '{}'s. 241
 Warning blocks RightCurly '}' should be alone on a line. 241
 Warning javadoc JavadocMethod Missing a Javadoc comment. 248
 Warning misc FinalParameters Parameter aEventName should be final. 248
 Warning blocks LeftCurly '{' should be on a new line. 248
 Warning blocks LeftCurly '{' should be on a new line. 249
 Warning javadoc JavadocMethod Missing a Javadoc comment. 254
 Warning misc FinalParameters Parameter aEventName should be final. 254
 Warning blocks LeftCurly '{' should be on a new line. 254
 Warning naming LocalVariableName Name 'ParentEventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 255
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 256
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 258
 Warning blocks LeftCurly '{' should be on a new line. 259
 Warning naming LocalVariableName Name 'EventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 260
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 260
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 260
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 265
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 265
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 268
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 268
 Warning javadoc JavadocMethod Missing a Javadoc comment. 280
 Warning misc FinalParameters Parameter aEventName should be final. 280
 Warning blocks LeftCurly '{' should be on a new line. 280
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 281
 Warning blocks NeedBraces 'if' construct must use '{}'s. 282
 Warning javadoc JavadocMethod Missing a Javadoc comment. 287
 Warning misc FinalParameters Parameter aBuffer should be final. 287
 Warning blocks LeftCurly '{' should be on a new line. 287
 Warning blocks LeftCurly '{' should be on a new line. 288
 Warning naming LocalVariableName Name 'Count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 289
 Warning naming LocalVariableName Name 'NumBytesRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 290
 Warning blocks LeftCurly '{' should be on a new line. 291
 Warning blocks RightCurly '}' should be alone on a line. 297
 Warning blocks LeftCurly '{' should be on a new line. 297
 Warning javadoc JavadocMethod Missing a Javadoc comment. 305
 Warning misc FinalParameters Parameter aFixedCommandPart should be final. 305
 Warning misc FinalParameters Parameter aPayload should be final. 305
 Warning misc FinalParameters Parameter aPayloadCheck should be final. 305
 Warning blocks LeftCurly '{' should be on a new line. 306
 Warning naming LocalVariableName Name 'NumBytesRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 307
 Warning blocks LeftCurly '{' should be on a new line. 308
 Warning blocks LeftCurly '{' should be on a new line. 309
 Warning blocks NeedBraces 'if' construct must use '{}'s. 312
 Warning blocks NeedBraces 'else' construct must use '{}'s. 314
 Warning naming LocalVariableName Name 'PayloadSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 319
 Warning blocks LeftCurly '{' should be on a new line. 320
 Warning blocks LeftCurly '{' should be on a new line. 322
 Warning naming LocalVariableName Name 'Len' must match pattern '^[a-z][a-zA-Z0-9]*$'. 323
 Warning blocks LeftCurly '{' should be on a new line. 324
 Warning blocks NeedBraces 'if' construct must use '{}'s. 326
 Warning blocks NeedBraces 'else' construct must use '{}'s. 328
 Warning blocks NeedBraces 'else' construct must use '{}'s. 330
 Warning blocks RightCurly '}' should be alone on a line. 330
 Warning blocks NeedBraces 'else' construct must use '{}'s. 333
 Warning blocks RightCurly '}' should be alone on a line. 333
 Warning blocks NeedBraces 'else' construct must use '{}'s. 335
 Warning blocks RightCurly '}' should be alone on a line. 335
 Warning blocks NeedBraces 'else' construct must use '{}'s. 337
 Warning blocks RightCurly '}' should be alone on a line. 337
 Warning javadoc JavadocStyle First sentence should end with a period. 341
 Warning javadoc JavadocStyle First sentence should end with a period. 344
 Warning design DesignForExtension Method 'writeCommand' is not designed for extension - needs to be abstract, final or empty. 349
 Warning misc FinalParameters Parameter aCommand should be final. 349
 Warning javadoc JavadocMethod Expected @param tag for 'aCommand'. 349
 Warning misc FinalParameters Parameter aPayload should be final. 349
 Warning javadoc JavadocMethod Expected @param tag for 'aPayload'. 349
 Warning blocks LeftCurly '{' should be on a new line. 351
 Warning naming LocalVariableName Name 'Buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 352
 Warning blocks LeftCurly '{' should be on a new line. 357
 Warning blocks NeedBraces 'else' construct must use '{}'s. 361
 Warning blocks RightCurly '}' should be alone on a line. 361
 Warning blocks LeftCurly '{' should be on a new line. 366
 Warning blocks NeedBraces 'else' construct must use '{}'s. 370
 Warning blocks RightCurly '}' should be alone on a line. 370
 Warning blocks LeftCurly '{' should be on a new line. 373
 Warning blocks LeftCurly '{' should be on a new line. 374
 Warning blocks RightCurly '}' should be alone on a line. 377
 Warning blocks LeftCurly '{' should be on a new line. 377
 Warning blocks RightCurly '}' should be alone on a line. 381
 Warning blocks LeftCurly '{' should be on a new line. 381
 Warning design DesignForExtension Method 'prefixFederation' is not designed for extension - needs to be abstract, final or empty. 387
 Warning javadoc JavadocMethod Missing a Javadoc comment. 387
 Warning misc FinalParameters Parameter aName should be final. 387
 Warning blocks LeftCurly '{' should be on a new line. 387
 Warning design DesignForExtension Method 'prefixFederation' is not designed for extension - needs to be abstract, final or empty. 391
 Warning javadoc JavadocMethod Missing a Javadoc comment. 391
 Warning misc FinalParameters Parameter aName should be final. 391
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 391
 Warning blocks LeftCurly '{' should be on a new line. 391
 Warning blocks NeedBraces 'if' construct must use '{}'s. 392
 Warning blocks NeedBraces 'else' construct must use '{}'s. 394
 Warning javadoc JavadocStyle First sentence should end with a period. 398
 Warning misc FinalParameters Parameter aCommand should be final. 402
 Warning javadoc JavadocMethod Expected @param tag for 'aCommand'. 402
 Warning misc FinalParameters Parameter aPayload should be final. 402
 Warning javadoc JavadocMethod Expected @param tag for 'aPayload'. 402
 Warning blocks LeftCurly '{' should be on a new line. 402
 Warning blocks LeftCurly '{' should be on a new line. 403
 Warning javadoc JavadocMethod Missing a Javadoc comment. 444
 Warning misc FinalParameters Parameter aPayload should be final. 444
 Warning blocks LeftCurly '{' should be on a new line. 444
 Warning naming LocalVariableName Name 'TxEventID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 445
 Warning blocks NeedBraces 'if' construct must use '{}'s. 446
 Warning javadoc JavadocMethod Missing a Javadoc comment. 450
 Warning misc FinalParameters Parameter aPayload should be final. 450
 Warning blocks LeftCurly '{' should be on a new line. 450
 Warning blocks LeftCurly '{' should be on a new line. 451
 Warning naming LocalVariableName Name 'VarName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 452
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 454
 Warning blocks LeftCurly '{' should be on a new line. 455
 Info sizes LineLength Line is longer than 128 characters (found 137). 456
 Warning naming LocalVariableName Name 'ModelName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 457
 Warning naming LocalVariableName Name 'ModelUniqueClientID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 458
 Warning naming LocalVariableName Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. 460
 Warning naming LocalVariableName Name 'Progress' must match pattern '^[a-z][a-zA-Z0-9]*$'. 461
 Warning blocks NeedBraces 'if' construct must use '{}'s. 462
 Warning blocks RightCurly '}' should be alone on a line. 464
 Warning blocks LeftCurly '{' should be on a new line. 464
 Warning naming LocalVariableName Name 'VarValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 465
 Warning naming LocalVariableName Name 'PrevValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 466
 Warning blocks NeedBraces 'if' construct must use '{}'s. 467
 Warning javadoc JavadocMethod Missing a Javadoc comment. 473
 Warning misc FinalParameters Parameter aPayload should be final. 473
 Warning blocks LeftCurly '{' should be on a new line. 473
 Warning blocks LeftCurly '{' should be on a new line. 474
 Warning naming LocalVariableName Name 'EventNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 476
 Warning blocks LeftCurly '{' should be on a new line. 477
 Warning javadoc JavadocMethod Missing a Javadoc comment. 488
 Warning misc FinalParameters Parameter aCommand should be final. 488
 Warning misc FinalParameters Parameter aPayload should be final. 488
 Warning blocks LeftCurly '{' should be on a new line. 488
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 489
 Warning naming LocalVariableName Name 'EE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 490
 Warning naming LocalVariableName Name 'EP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 491
 Warning coding MissingSwitchDefault switch without "default" clause. 492
 Warning blocks LeftCurly '{' should be on a new line. 492
 Warning blocks NeedBraces 'if' construct must use '{}'s. 512
 Warning whitespace WhitespaceAround '!=' is not followed by whitespace. 512
 Warning blocks NeedBraces 'if' construct must use '{}'s. 516
 Warning blocks NeedBraces 'if' construct must use '{}'s. 522
 Warning whitespace WhitespaceAround '!=' is not followed by whitespace. 522
 Warning blocks NeedBraces 'if' construct must use '{}'s. 525
 Warning javadoc JavadocMethod Missing a Javadoc comment. 531
 Warning misc FinalParameters Parameter aCommand should be final. 531
 Warning misc FinalParameters Parameter aPayload should be final. 531
 Warning blocks LeftCurly '{' should be on a new line. 531
 Warning javadoc JavadocMethod Missing a Javadoc comment. 535
 Warning blocks LeftCurly '{' should be on a new line. 535
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 536
 Warning javadoc JavadocMethod Missing a Javadoc comment. 545
 Warning blocks LeftCurly '{' should be on a new line. 545
 Warning blocks LeftCurly '{' should be on a new line. 546
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 547
 Warning blocks NeedBraces 'else' construct must use '{}'s. 554
 Warning blocks RightCurly '}' should be alone on a line. 554
 Warning javadoc JavadocMethod Missing a Javadoc comment. 558
 Warning blocks LeftCurly '{' should be on a new line. 558
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 559
 Warning naming LocalVariableName Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. 560
 Warning naming LocalVariableName Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 563
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 565
 Warning naming LocalVariableName Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. 566
 Warning blocks LeftCurly '{' should be on a new line. 567
 Warning blocks LeftCurly '{' should be on a new line. 568
 Warning blocks LeftCurly '{' should be on a new line. 569
 Warning blocks NeedBraces 'if' construct must use '{}'s. 571
 Warning blocks RightCurly '}' should be alone on a line. 573
 Warning blocks LeftCurly '{' should be on a new line. 573
 Warning blocks RightCurly '}' should be alone on a line. 576
 Warning blocks LeftCurly '{' should be on a new line. 576
 Warning blocks NeedBraces 'if' construct must use '{}'s. 577
 Warning javadoc JavadocType Missing a Javadoc comment. 584
 Warning blocks LeftCurly '{' should be on a new line. 584
 Warning javadoc JavadocVariable Missing a Javadoc comment. 585
 Warning javadoc JavadocVariable Missing a Javadoc comment. 586
 Warning javadoc JavadocVariable Missing a Javadoc comment. 587
 Warning javadoc JavadocVariable Missing a Javadoc comment. 588
 Warning javadoc JavadocVariable Missing a Javadoc comment. 589
 Warning javadoc JavadocVariable Missing a Javadoc comment. 592
 Warning javadoc JavadocVariable Missing a Javadoc comment. 593
 Warning javadoc JavadocVariable Missing a Javadoc comment. 594
 Warning javadoc JavadocVariable Missing a Javadoc comment. 596
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 596
 Warning javadoc JavadocMethod Missing a Javadoc comment. 598
 Warning misc FinalParameters Parameter aValue should be final. 598
 Warning blocks LeftCurly '{' should be on a new line. 598
 Warning design DesignForExtension Method 'setState' is not designed for extension - needs to be abstract, final or empty. 603
 Warning javadoc JavadocMethod Missing a Javadoc comment. 603
 Warning misc FinalParameters Parameter aState should be final. 603
 Warning blocks LeftCurly '{' should be on a new line. 603
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 604
 Warning design DesignForExtension Method 'open' is not designed for extension - needs to be abstract, final or empty. 611
 Warning javadoc JavadocMethod Missing a Javadoc comment. 611
 Warning misc FinalParameters Parameter aHost should be final. 611
 Warning misc FinalParameters Parameter aPort should be final. 611
 Warning blocks LeftCurly '{' should be on a new line. 611
 Warning design DesignForExtension Method 'open' is not designed for extension - needs to be abstract, final or empty. 615
 Warning javadoc JavadocMethod Missing a Javadoc comment. 615
 Warning misc FinalParameters Parameter aHost should be final. 615
 Warning misc FinalParameters Parameter aPort should be final. 615
 Warning misc FinalParameters Parameter aStartReadingThread should be final. 615
 Warning blocks LeftCurly '{' should be on a new line. 615
 Warning blocks LeftCurly '{' should be on a new line. 617
 Warning blocks LeftCurly '{' should be on a new line. 621
 Warning blocks LeftCurly '{' should be on a new line. 626
 Warning blocks LeftCurly '{' should be on a new line. 628
 Warning blocks NeedBraces 'if' construct must use '{}'s. 635
 Warning blocks NeedBraces 'if' construct must use '{}'s. 640
 Warning blocks RightCurly '}' should be alone on a line. 644
 Warning blocks LeftCurly '{' should be on a new line. 644
 Warning javadoc JavadocStyle First sentence should end with a period. 652
 Warning blocks LeftCurly '{' should be on a new line. 653
 Warning javadoc JavadocVariable Missing a Javadoc comment. 654
 Warning design VisibilityModifier Variable 'eventName' must be private and have accessor methods. 654
 Warning javadoc JavadocVariable Missing a Javadoc comment. 655
 Warning design VisibilityModifier Variable 'publishers' must be private and have accessor methods. 655
 Warning javadoc JavadocVariable Missing a Javadoc comment. 656
 Warning design VisibilityModifier Variable 'subscribers' must be private and have accessor methods. 656
 Warning javadoc JavadocVariable Missing a Javadoc comment. 657
 Warning design VisibilityModifier Variable 'timers' must be private and have accessor methods. 657
 Warning javadoc JavadocType Missing a Javadoc comment. 660
 Warning blocks LeftCurly '{' should be on a new line. 660
 Warning javadoc JavadocVariable Missing a Javadoc comment. 661
 Warning javadoc JavadocVariable Missing a Javadoc comment. 662
 Warning javadoc JavadocStyle First sentence should end with a period. 666
 Warning javadoc JavadocStyle First sentence should end with a period. 668
 Warning javadoc JavadocStyle First sentence should end with a period. 670
 Warning javadoc JavadocStyle First sentence should end with a period. 672
 Warning javadoc JavadocStyle First sentence should end with a period. 675
 Warning javadoc JavadocStyle First sentence should end with a period. 677
 Warning javadoc JavadocStyle First sentence should end with a period. 681
 Warning javadoc JavadocMethod Expected an @return tag. 682
 Warning design DesignForExtension Method 'getFederation' is not designed for extension - needs to be abstract, final or empty. 682
 Warning blocks LeftCurly '{' should be on a new line. 682
 Warning design DesignForExtension Method 'setFederation' is not designed for extension - needs to be abstract, final or empty. 690
 Warning misc FinalParameters Parameter aFederation should be final. 690
 Warning blocks LeftCurly '{' should be on a new line. 690
 Warning naming LocalVariableName Name 'OldFederation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 691
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 692
 Warning blocks LeftCurly '{' should be on a new line. 693
 Warning blocks LeftCurly '{' should be on a new line. 695
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 696
 Warning blocks LeftCurly '{' should be on a new line. 697
 Warning blocks NeedBraces 'if' construct must use '{}'s. 699
 Warning blocks NeedBraces 'if' construct must use '{}'s. 701
 Warning blocks LeftCurly '{' should be on a new line. 707
 Warning blocks LeftCurly '{' should be on a new line. 709
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 710
 Warning blocks LeftCurly '{' should be on a new line. 711
 Warning blocks NeedBraces 'if' construct must use '{}'s. 714
 Warning blocks NeedBraces 'if' construct must use '{}'s. 716
 Warning javadoc JavadocStyle First sentence should end with a period. 723
 Warning design VisibilityModifier Variable 'autoPublish' must be private and have accessor methods. 724
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 725
 Warning javadoc JavadocStyle First sentence should end with a period. 726
 Warning design VisibilityModifier Variable 'imb2Compatible' must be private and have accessor methods. 727
 Warning javadoc JavadocStyle First sentence should end with a period. 730
 Warning javadoc JavadocMethod Expected an @return tag. 731
 Warning design DesignForExtension Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. 731
 Warning blocks LeftCurly '{' should be on a new line. 731
 Warning javadoc JavadocStyle First sentence should end with a period. 735
 Warning javadoc JavadocMethod Expected an @return tag. 736
 Warning design DesignForExtension Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. 736
 Warning blocks LeftCurly '{' should be on a new line. 736
 Warning javadoc JavadocStyle First sentence should end with a period. 740
 Warning design DesignForExtension Method 'getNoDelay' is not designed for extension - needs to be abstract, final or empty. 744
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 744
 Warning blocks LeftCurly '{' should be on a new line. 744
 Warning blocks NeedBraces 'if' construct must use '{}'s. 745
 Warning blocks NeedBraces 'else' construct must use '{}'s. 747
 Warning javadoc JavadocStyle First sentence should end with a period. 751
 Warning design DesignForExtension Method 'setNoDelay' is not designed for extension - needs to be abstract, final or empty. 755
 Warning misc FinalParameters Parameter aValue should be final. 755
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 755
 Warning blocks LeftCurly '{' should be on a new line. 755
 Warning blocks NeedBraces 'if' construct must use '{}'s. 756
 Warning javadoc JavadocStyle First sentence should end with a period. 760
 Warning design DesignForExtension Method 'getLinger' is not designed for extension - needs to be abstract, final or empty. 764
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 764
 Warning blocks LeftCurly '{' should be on a new line. 764
 Warning blocks NeedBraces 'if' construct must use '{}'s. 765
 Warning blocks NeedBraces 'else' construct must use '{}'s. 767
 Warning javadoc JavadocStyle First sentence should end with a period. 771
 Warning design DesignForExtension Method 'setLinger' is not designed for extension - needs to be abstract, final or empty. 775
 Warning misc FinalParameters Parameter aValue should be final. 775
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 775
 Warning blocks LeftCurly '{' should be on a new line. 775
 Warning blocks NeedBraces 'if' construct must use '{}'s. 776
 Warning javadoc JavadocStyle First sentence should end with a period. 780
 Warning javadoc JavadocMethod Expected an @return tag. 781
 Warning design DesignForExtension Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. 781
 Warning blocks LeftCurly '{' should be on a new line. 781
 Warning javadoc JavadocStyle First sentence should end with a period. 785
 Warning design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 786
 Warning blocks LeftCurly '{' should be on a new line. 786
 Warning blocks LeftCurly '{' should be on a new line. 787
 Warning blocks NeedBraces 'if' construct must use '{}'s. 788
 Warning blocks LeftCurly '{' should be on a new line. 791
 Warning blocks RightCurly '}' should be alone on a line. 799
 Warning blocks LeftCurly '{' should be on a new line. 799
 Warning javadoc JavadocStyle First sentence should end with a period. 806
 Warning blocks LeftCurly '{' should be on a new line. 807
 Warning javadoc JavadocMethod Missing a Javadoc comment. 808
 Warning modifier RedundantModifier Redundant 'public' modifier. 808
 Warning javadoc JavadocStyle First sentence should end with a period. 811
 Warning design VisibilityModifier Variable 'onDisconnect' must be private and have accessor methods. 812
 Warning javadoc JavadocStyle First sentence should end with a period. 814
 Warning design DesignForExtension Method 'setThrottle' is not designed for extension - needs to be abstract, final or empty. 817
 Warning misc FinalParameters Parameter aThrottle should be final. 817
 Warning javadoc JavadocMethod Expected @param tag for 'aThrottle'. 817
 Warning blocks LeftCurly '{' should be on a new line. 817
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 818
 Warning design DesignForExtension Method 'readCommandsNonBlocking' is not designed for extension - needs to be abstract, final or empty. 829
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 829
 Warning blocks LeftCurly '{' should be on a new line. 829
 Warning blocks LeftCurly '{' should be on a new line. 830
 Warning naming LocalVariableName Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. 831
 Warning naming LocalVariableName Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 834
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 836
 Warning naming LocalVariableName Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. 837
 Warning blocks LeftCurly '{' should be on a new line. 838
 Warning blocks LeftCurly '{' should be on a new line. 839
 Warning blocks LeftCurly '{' should be on a new line. 840
 Warning blocks NeedBraces 'if' construct must use '{}'s. 842
 Warning blocks RightCurly '}' should be alone on a line. 844
 Warning blocks LeftCurly '{' should be on a new line. 844
 Warning blocks RightCurly '}' should be alone on a line. 847
 Warning blocks LeftCurly '{' should be on a new line. 847
 Warning blocks NeedBraces 'if' construct must use '{}'s. 848
 Warning design DesignForExtension Method 'readCommandsNonThreaded' is not designed for extension - needs to be abstract, final or empty. 860
 Warning misc FinalParameters Parameter aTimeOut should be final. 860
 Warning javadoc JavadocMethod Expected @param tag for 'aTimeOut'. 860
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 860
 Warning blocks LeftCurly '{' should be on a new line. 860
 Warning naming LocalVariableName Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. 862
 Warning naming LocalVariableName Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 865
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 867
 Warning naming LocalVariableName Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. 868
 Warning blocks LeftCurly '{' should be on a new line. 869
 Warning blocks LeftCurly '{' should be on a new line. 870
 Warning blocks LeftCurly '{' should be on a new line. 871
 Warning blocks NeedBraces 'if' construct must use '{}'s. 873
 Warning blocks RightCurly '}' should be alone on a line. 875
 Warning blocks LeftCurly '{' should be on a new line. 875
 Warning blocks RightCurly '}' should be alone on a line. 878
 Warning blocks LeftCurly '{' should be on a new line. 878
 Warning blocks NeedBraces 'if' construct must use '{}'s. 879
 Warning javadoc JavadocStyle First sentence should end with a period. 886
 Warning javadoc JavadocMethod Expected an @return tag. 887
 Warning design DesignForExtension Method 'getOwnerID' is not designed for extension - needs to be abstract, final or empty. 887
 Warning blocks LeftCurly '{' should be on a new line. 887
 Warning javadoc JavadocStyle First sentence should end with a period. 891
 Warning design DesignForExtension Method 'setOwnerID' is not designed for extension - needs to be abstract, final or empty. 894
 Warning misc FinalParameters Parameter aValue should be final. 894
 Warning blocks LeftCurly '{' should be on a new line. 894
 Warning blocks LeftCurly '{' should be on a new line. 895
 Warning javadoc JavadocStyle First sentence should end with a period. 901
 Warning javadoc JavadocMethod Expected an @return tag. 902
 Warning design DesignForExtension Method 'getOwnerName' is not designed for extension - needs to be abstract, final or empty. 902
 Warning blocks LeftCurly '{' should be on a new line. 902
 Warning javadoc JavadocStyle First sentence should end with a period. 906
 Warning design DesignForExtension Method 'setOwnerName' is not designed for extension - needs to be abstract, final or empty. 909
 Warning misc FinalParameters Parameter aValue should be final. 909
 Warning blocks LeftCurly '{' should be on a new line. 909
 Warning blocks LeftCurly '{' should be on a new line. 910
 Warning javadoc JavadocStyle First sentence should end with a period. 916
 Warning javadoc JavadocMethod Expected an @return tag. 917
 Warning design DesignForExtension Method 'getUniqueClientID' is not designed for extension - needs to be abstract, final or empty. 917
 Warning blocks LeftCurly '{' should be on a new line. 917
 Warning javadoc JavadocStyle First sentence should end with a period. 921
 Warning javadoc JavadocMethod Expected an @return tag. 922
 Warning design DesignForExtension Method 'getClientHandle' is not designed for extension - needs to be abstract, final or empty. 922
 Warning blocks LeftCurly '{' should be on a new line. 922
 Warning javadoc JavadocStyle First sentence should end with a period. 927
 Warning design DesignForExtension Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. 931
 Warning misc FinalParameters Parameter aEventName should be final. 931
 Warning blocks LeftCurly '{' should be on a new line. 931
 Warning javadoc JavadocStyle First sentence should end with a period. 935
 Warning design DesignForExtension Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. 940
 Warning misc FinalParameters Parameter aEventName should be final. 940
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 940
 Warning blocks LeftCurly '{' should be on a new line. 940
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 941
 Warning blocks NeedBraces 'if' construct must use '{}'s. 942
 Warning javadoc JavadocStyle First sentence should end with a period. 947
 Warning design DesignForExtension Method 'publish' is not designed for extension - needs to be abstract, final or empty. 951
 Warning misc FinalParameters Parameter aEventName should be final. 951
 Warning blocks LeftCurly '{' should be on a new line. 951
 Warning javadoc JavadocStyle First sentence should end with a period. 955
 Warning design DesignForExtension Method 'publish' is not designed for extension - needs to be abstract, final or empty. 960
 Warning misc FinalParameters Parameter aEventName should be final. 960
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 960
 Warning blocks LeftCurly '{' should be on a new line. 960
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 961
 Warning blocks NeedBraces 'if' construct must use '{}'s. 962
 Warning javadoc JavadocStyle First sentence should end with a period. 967
 Warning design DesignForExtension Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. 970
 Warning misc FinalParameters Parameter aEventName should be final. 970
 Warning blocks LeftCurly '{' should be on a new line. 970
 Warning javadoc JavadocStyle First sentence should end with a period. 974
 Warning design DesignForExtension Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. 978
 Warning misc FinalParameters Parameter aEventName should be final. 978
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 978
 Warning blocks LeftCurly '{' should be on a new line. 978
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 979
 Warning blocks NeedBraces 'if' construct must use '{}'s. 980
 Warning design DesignForExtension Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. 987
 Warning misc FinalParameters Parameter aEventName should be final. 987
 Warning blocks LeftCurly '{' should be on a new line. 987
 Warning design DesignForExtension Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. 995
 Warning misc FinalParameters Parameter aEventName should be final. 995
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 995
 Warning blocks LeftCurly '{' should be on a new line. 995
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 996
 Warning blocks NeedBraces 'if' construct must use '{}'s. 997
 Warning design DesignForExtension Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. 1008
 Warning misc FinalParameters Parameter aEventName should be final. 1008
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1008
 Warning misc FinalParameters Parameter aEventKind should be final. 1008
 Warning javadoc JavadocMethod Expected @param tag for 'aEventKind'. 1008
 Warning misc FinalParameters Parameter aEventPayload should be final. 1008
 Warning javadoc JavadocMethod Expected @param tag for 'aEventPayload'. 1008
 Warning blocks LeftCurly '{' should be on a new line. 1008
 Warning design DesignForExtension Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. 1020
 Warning misc FinalParameters Parameter aEventName should be final. 1020
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1020
 Warning misc FinalParameters Parameter aEventKind should be final. 1020
 Warning javadoc JavadocMethod Expected @param tag for 'aEventKind'. 1020
 Warning misc FinalParameters Parameter aEventPayload should be final. 1020
 Warning javadoc JavadocMethod Expected @param tag for 'aEventPayload'. 1020
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1020
 Warning blocks LeftCurly '{' should be on a new line. 1020
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1021
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1022
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1024
 Warning design DesignForExtension Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. 1035
 Warning misc FinalParameters Parameter aEventName should be final. 1035
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1035
 Warning misc FinalParameters Parameter aBufferID should be final. 1035
 Warning javadoc JavadocMethod Expected @param tag for 'aBufferID'. 1035
 Warning misc FinalParameters Parameter aBuffer should be final. 1035
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 1035
 Warning blocks LeftCurly '{' should be on a new line. 1035
 Warning design DesignForExtension Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. 1048
 Warning misc FinalParameters Parameter aEventName should be final. 1048
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1048
 Warning misc FinalParameters Parameter aBufferID should be final. 1048
 Warning javadoc JavadocMethod Expected @param tag for 'aBufferID'. 1048
 Warning misc FinalParameters Parameter aBuffer should be final. 1048
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 1048
 Warning misc FinalParameters Parameter aEventFlags should be final. 1048
 Warning javadoc JavadocMethod Expected @param tag for 'aEventFlags'. 1048
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1049
 Warning blocks LeftCurly '{' should be on a new line. 1049
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1050
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1051
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1053
 Warning design DesignForExtension Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. 1065
 Warning misc FinalParameters Parameter aEventName should be final. 1065
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1065
 Warning misc FinalParameters Parameter aAction should be final. 1065
 Warning javadoc JavadocMethod Expected @param tag for 'aAction'. 1065
 Warning misc FinalParameters Parameter aObjectID should be final. 1065
 Warning javadoc JavadocMethod Expected @param tag for 'aObjectID'. 1065
 Warning misc FinalParameters Parameter aAttribute should be final. 1065
 Warning javadoc JavadocMethod Expected @param tag for 'aAttribute'. 1065
 Warning blocks LeftCurly '{' should be on a new line. 1065
 Warning design DesignForExtension Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. 1078
 Warning misc FinalParameters Parameter aEventName should be final. 1078
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1078
 Warning misc FinalParameters Parameter aAction should be final. 1078
 Warning javadoc JavadocMethod Expected @param tag for 'aAction'. 1078
 Warning misc FinalParameters Parameter aObjectID should be final. 1078
 Warning javadoc JavadocMethod Expected @param tag for 'aObjectID'. 1078
 Warning misc FinalParameters Parameter aAttribute should be final. 1078
 Warning javadoc JavadocMethod Expected @param tag for 'aAttribute'. 1078
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1079
 Warning blocks LeftCurly '{' should be on a new line. 1079
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1080
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1081
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1083
 Warning javadoc JavadocStyle First sentence should end with a period. 1087
 Warning design DesignForExtension Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. 1093
 Warning misc FinalParameters Parameter aEventName should be final. 1093
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1093
 Warning misc FinalParameters Parameter aStreamName should be final. 1093
 Warning misc FinalParameters Parameter aStream should be final. 1093
 Warning javadoc JavadocMethod Expected @param tag for 'aStream'. 1093
 Warning blocks LeftCurly '{' should be on a new line. 1093
 Warning javadoc JavadocStyle First sentence should end with a period. 1097
 Warning design DesignForExtension Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. 1104
 Warning misc FinalParameters Parameter aEventName should be final. 1104
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1104
 Warning misc FinalParameters Parameter aStreamName should be final. 1104
 Warning javadoc JavadocMethod Expected @param tag for 'aStreamName'. 1104
 Warning misc FinalParameters Parameter aStream should be final. 1104
 Warning javadoc JavadocMethod Expected @param tag for 'aStream'. 1104
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1104
 Warning javadoc JavadocMethod Expected @param tag for 'aUseFederationPrefix'. 1104
 Warning blocks LeftCurly '{' should be on a new line. 1104
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1106
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1108
 Warning javadoc JavadocStyle First sentence should end with a period. 1113
 Warning blocks LeftCurly '{' should be on a new line. 1114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1115
 Warning modifier RedundantModifier Redundant 'public' modifier. 1115
 Warning javadoc JavadocStyle First sentence should end with a period. 1119
 Warning javadoc JavadocStyle First sentence should end with a period. 1121
 Warning design DesignForExtension Method 'setOnVariable' is not designed for extension - needs to be abstract, final or empty. 1124
 Warning misc FinalParameters Parameter aValue should be final. 1124
 Warning javadoc JavadocMethod Expected @param tag for 'aValue'. 1124
 Warning javadoc JavadocStyle First sentence should end with a period. 1130
 Warning design DesignForExtension Method 'requestAllVariables' is not designed for extension - needs to be abstract, final or empty. 1131
 Warning blocks LeftCurly '{' should be on a new line. 1131
 Warning javadoc JavadocStyle First sentence should end with a period. 1135
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1139
 Warning misc FinalParameters Parameter aVarName should be final. 1139
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1139
 Warning misc FinalParameters Parameter aVarValue should be final. 1139
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1139
 Warning blocks LeftCurly '{' should be on a new line. 1139
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1140
 Warning javadoc JavadocStyle First sentence should end with a period. 1149
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1153
 Warning misc FinalParameters Parameter aVarName should be final. 1153
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1153
 Warning misc FinalParameters Parameter aVarValue should be final. 1153
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1153
 Warning blocks LeftCurly '{' should be on a new line. 1153
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1154
 Warning javadoc JavadocStyle First sentence should end with a period. 1163
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1168
 Warning misc FinalParameters Parameter aVarName should be final. 1168
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1168
 Warning misc FinalParameters Parameter aVarValue should be final. 1168
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1168
 Warning misc FinalParameters Parameter aVarPrefix should be final. 1168
 Warning javadoc JavadocMethod Expected @param tag for 'aVarPrefix'. 1168
 Warning blocks LeftCurly '{' should be on a new line. 1168
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1169
 Warning javadoc JavadocStyle First sentence should end with a period. 1180
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1185
 Warning misc FinalParameters Parameter aVarName should be final. 1185
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1185
 Warning misc FinalParameters Parameter aVarValue should be final. 1185
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1185
 Warning misc FinalParameters Parameter aVarPrefix should be final. 1185
 Warning javadoc JavadocMethod Expected @param tag for 'aVarPrefix'. 1185
 Warning blocks LeftCurly '{' should be on a new line. 1185
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1186
 Warning javadoc JavadocStyle First sentence should end with a period. 1197
 Warning blocks LeftCurly '{' should be on a new line. 1198
 Info sizes LineLength Line is longer than 128 characters (found 130). 1199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1199
 Warning modifier RedundantModifier Redundant 'public' modifier. 1199
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1202
 Warning javadoc JavadocStyle First sentence should end with a period. 1203
 Warning javadoc JavadocStyle First sentence should end with a period. 1205
 Warning design DesignForExtension Method 'setOnStatusUpdate' is not designed for extension - needs to be abstract, final or empty. 1208
 Warning misc FinalParameters Parameter aValue should be final. 1208
 Warning javadoc JavadocMethod Expected @param tag for 'aValue'. 1208
 Warning javadoc JavadocStyle First sentence should end with a period. 1215
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1216
 Warning javadoc JavadocStyle First sentence should end with a period. 1217
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1218
 Warning javadoc JavadocStyle First sentence should end with a period. 1219
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1220
 Warning javadoc JavadocStyle First sentence should end with a period. 1222
 Warning design DesignForExtension Method 'updateStatus' is not designed for extension - needs to be abstract, final or empty. 1227
 Warning misc FinalParameters Parameter aProgress should be final. 1227
 Warning misc FinalParameters Parameter aStatus should be final. 1227
 Warning javadoc JavadocMethod Expected @throws tag for 'InterruptedException'. 1227
 Warning blocks LeftCurly '{' should be on a new line. 1227
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1228
 Warning blocks LeftCurly '{' should be on a new line. 1234
 Warning blocks LeftCurly '{' should be on a new line. 1236
 Warning naming LocalVariableName Name 'SpinCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1237
 Warning blocks LeftCurly '{' should be on a new line. 1238
 Info sizes LineLength Line is longer than 128 characters (found 138). 1244
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1246
 Warning blocks RightCurly '}' should be alone on a line. 1246
 Info sizes LineLength Line is longer than 128 characters (found 133). 1247
 Warning javadoc JavadocStyle First sentence should end with a period. 1251
 Warning design DesignForExtension Method 'removeStatus' is not designed for extension - needs to be abstract, final or empty. 1252
 Warning blocks LeftCurly '{' should be on a new line. 1252
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1253
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1257
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1262
 Warning design DesignForExtension Method 'subscribeOnFocus' is not designed for extension - needs to be abstract, final or empty. 1266
 Warning misc FinalParameters Parameter aOnFocus should be final. 1266
 Warning blocks LeftCurly '{' should be on a new line. 1266
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1267
 Warning javadoc JavadocStyle First sentence should end with a period. 1272
 Warning design DesignForExtension Method 'signalFocus' is not designed for extension - needs to be abstract, final or empty. 1277
 Warning misc FinalParameters Parameter aX should be final. 1277
 Warning javadoc JavadocMethod Expected @param tag for 'aX'. 1277
 Warning misc FinalParameters Parameter aY should be final. 1277
 Warning javadoc JavadocMethod Expected @param tag for 'aY'. 1277
 Warning blocks LeftCurly '{' should be on a new line. 1277
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1278
 Warning blocks LeftCurly '{' should be on a new line. 1280
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1281
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1288
 Warning blocks RightCurly '}' should be alone on a line. 1288
 Warning javadoc JavadocStyle First sentence should end with a period. 1293
 Warning design DesignForExtension Method 'subscribeOnFederationChange' is not designed for extension - needs to be abstract, final or empty. 1296
 Warning misc FinalParameters Parameter aOnChangeFederation should be final. 1296
 Warning javadoc JavadocMethod Expected @param tag for 'aOnChangeFederation'. 1296
 Warning blocks LeftCurly '{' should be on a new line. 1296
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1297
 Warning javadoc JavadocStyle First sentence should end with a period. 1302
 Warning design DesignForExtension Method 'signalChangeFederation' is not designed for extension - needs to be abstract, final or empty. 1307
 Warning misc FinalParameters Parameter aNewFederationID should be final. 1307
 Warning javadoc JavadocMethod Expected @param tag for 'aNewFederationID'. 1307
 Warning misc FinalParameters Parameter aNewFederation should be final. 1307
 Warning javadoc JavadocMethod Expected @param tag for 'aNewFederation'. 1307
 Warning blocks LeftCurly '{' should be on a new line. 1307
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1308
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1310
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1312
 Warning javadoc JavadocStyle First sentence should end with a period. 1317
 Warning design DesignForExtension Method 'logWriteLn' is not designed for extension - needs to be abstract, final or empty. 1323
 Warning misc FinalParameters Parameter aLogEventName should be final. 1323
 Warning javadoc JavadocMethod Expected @param tag for 'aLogEventName'. 1323
 Warning misc FinalParameters Parameter aLine should be final. 1323
 Warning javadoc JavadocMethod Expected @param tag for 'aLine'. 1323
 Warning misc FinalParameters Parameter aLevel should be final. 1323
 Warning javadoc JavadocMethod Expected @param tag for 'aLevel'. 1323
 Warning blocks LeftCurly '{' should be on a new line. 1323
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1324
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1326
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1328
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1334
 Warning javadoc JavadocStyle First sentence should end with a period. 1335
 Warning blocks LeftCurly '{' should be on a new line. 1336
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1337
 Warning modifier RedundantModifier Redundant 'public' modifier. 1337
 Warning javadoc JavadocStyle First sentence should end with a period. 1340
 Warning design VisibilityModifier Variable 'onEventNames' must be private and have accessor methods. 1341
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1343
 Warning javadoc JavadocType Missing a Javadoc comment. 1344
 Warning blocks LeftCurly '{' should be on a new line. 1344
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1345
 Warning modifier RedundantModifier Redundant 'public' modifier. 1345
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1348
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1349
 Warning design VisibilityModifier Variable 'onSubAndPub' must be private and have accessor methods. 1349
 Warning javadoc JavadocStyle First sentence should end with a period. 1352
 Warning javadoc JavadocStyle First sentence should end with a period. 1354
 Warning javadoc JavadocStyle First sentence should end with a period. 1356
 Warning javadoc JavadocStyle First sentence should end with a period. 1359
 Warning design DesignForExtension Method 'requestEventname' is not designed for extension - needs to be abstract, final or empty. 1364
 Warning misc FinalParameters Parameter aEventNameFilter should be final. 1364
 Warning javadoc JavadocMethod Expected @param tag for 'aEventNameFilter'. 1364
 Warning misc FinalParameters Parameter aEventFilters should be final. 1364
 Warning javadoc JavadocMethod Expected @param tag for 'aEventFilters'. 1364
 Warning blocks LeftCurly '{' should be on a new line. 1364
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1365

nl/tno/imb/TEventEntry.java

Severity Category Rule Message Line
 Warning imports RedundantImport Redundant import from the same package - nl.tno.imb.TConnection. 3
 Warning blocks LeftCurly '{' should be on a new line. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning misc FinalParameters Parameter aConnection should be final. 20
 Warning misc FinalParameters Parameter aID should be final. 20
 Warning misc FinalParameters Parameter aEventName should be final. 20
 Warning blocks LeftCurly '{' should be on a new line. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning javadoc JavadocStyle First sentence should end with a period. 86
 Warning javadoc JavadocStyle First sentence should end with a period. 89
 Warning javadoc JavadocStyle First sentence should end with a period. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 93
 Warning javadoc JavadocStyle First sentence should end with a period. 95
 Warning javadoc JavadocStyle First sentence should end with a period. 97
 Warning javadoc JavadocStyle First sentence should end with a period. 100
 Warning javadoc JavadocStyle First sentence should end with a period. 102
 Warning javadoc JavadocStyle First sentence should end with a period. 104
 Warning javadoc JavadocStyle First sentence should end with a period. 106
 Warning javadoc JavadocStyle First sentence should end with a period. 108
 Warning javadoc JavadocStyle First sentence should end with a period. 110
 Warning javadoc JavadocStyle First sentence should end with a period. 112
 Warning javadoc JavadocStyle First sentence should end with a period. 114
 Warning javadoc JavadocStyle First sentence should end with a period. 116
 Warning javadoc JavadocStyle First sentence should end with a period. 118
 Warning javadoc JavadocStyle First sentence should end with a period. 120
 Warning javadoc JavadocStyle First sentence should end with a period. 122
 Warning javadoc JavadocStyle First sentence should end with a period. 124
 Warning javadoc JavadocStyle First sentence should end with a period. 126
 Warning javadoc JavadocStyle First sentence should end with a period. 129
 Warning blocks LeftCurly '{' should be on a new line. 130
 Warning javadoc JavadocVariable Missing a Javadoc comment. 131
 Warning javadoc JavadocVariable Missing a Javadoc comment. 132
 Warning javadoc JavadocVariable Missing a Javadoc comment. 133
 Warning javadoc JavadocVariable Missing a Javadoc comment. 134
 Warning javadoc JavadocVariable Missing a Javadoc comment. 135
 Warning javadoc JavadocVariable Missing a Javadoc comment. 136
 Warning javadoc JavadocVariable Missing a Javadoc comment. 137
 Warning javadoc JavadocVariable Missing a Javadoc comment. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 139
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning javadoc JavadocVariable Missing a Javadoc comment. 141
 Warning javadoc JavadocStyle First sentence should end with a period. 144
 Warning javadoc JavadocStyle First sentence should end with a period. 146
 Warning javadoc JavadocVariable Missing a Javadoc comment. 150
 Warning javadoc JavadocVariable Missing a Javadoc comment. 151
 Warning javadoc JavadocType Missing a Javadoc comment. 153
 Warning blocks LeftCurly '{' should be on a new line. 153
 Warning javadoc JavadocVariable Missing a Javadoc comment. 154
 Warning javadoc JavadocVariable Missing a Javadoc comment. 155
 Warning javadoc JavadocVariable Missing a Javadoc comment. 156
 Warning javadoc JavadocMethod Missing a Javadoc comment. 158
 Warning misc FinalParameters Parameter aStreamID should be final. 158
 Warning misc FinalParameters Parameter aStream should be final. 158
 Warning misc FinalParameters Parameter aStreamName should be final. 158
 Warning blocks LeftCurly '{' should be on a new line. 158
 Warning javadoc JavadocType Missing a Javadoc comment. 165
 Warning blocks LeftCurly '{' should be on a new line. 165
 Warning javadoc JavadocVariable Missing a Javadoc comment. 166
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning misc FinalParameters Parameter aStreamID should be final. 168
 Warning blocks LeftCurly '{' should be on a new line. 168
 Warning blocks LeftCurly '{' should be on a new line. 169
 Warning blocks NeedBraces 'if' construct must use '{}'s. 171
 Warning javadoc JavadocMethod Missing a Javadoc comment. 177
 Warning misc FinalParameters Parameter aStreamID should be final. 177
 Warning misc FinalParameters Parameter aStream should be final. 177
 Warning misc FinalParameters Parameter aStreamName should be final. 177
 Warning blocks LeftCurly '{' should be on a new line. 177
 Warning javadoc JavadocMethod Missing a Javadoc comment. 181
 Warning misc FinalParameters Parameter aStreamID should be final. 181
 Warning blocks LeftCurly '{' should be on a new line. 181
 Warning blocks NeedBraces 'while' construct must use '{}'s. 183
 Warning blocks NeedBraces 'if' construct must use '{}'s. 185
 Warning javadoc JavadocVariable Missing a Javadoc comment. 190
 Warning javadoc JavadocVariable Missing a Javadoc comment. 191
 Warning javadoc JavadocVariable Missing a Javadoc comment. 192
 Warning design VisibilityModifier Variable 'feventName' must be private and have accessor methods. 192
 Warning javadoc JavadocVariable Missing a Javadoc comment. 193
 Warning design VisibilityModifier Variable 'fparent' must be private and have accessor methods. 193
 Warning javadoc JavadocVariable Missing a Javadoc comment. 194
 Warning javadoc JavadocMethod Missing a Javadoc comment. 196
 Warning misc FinalParameters Parameter aEventKind should be final. 196
 Warning misc FinalParameters Parameter aTimerName should be final. 196
 Warning blocks LeftCurly '{' should be on a new line. 196
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 197
 Warning javadoc JavadocMethod Missing a Javadoc comment. 204
 Warning misc FinalParameters Parameter aEventKind should be final. 204
 Warning misc FinalParameters Parameter aTimerName should be final. 204
 Warning misc FinalParameters Parameter aClientName should be final. 204
 Warning blocks LeftCurly '{' should be on a new line. 204
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 205
 Warning design DesignForExtension Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. 214
 Warning javadoc JavadocMethod Missing a Javadoc comment. 214
 Warning blocks LeftCurly '{' should be on a new line. 214
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 217
 Warning design DesignForExtension Method 'publish' is not designed for extension - needs to be abstract, final or empty. 228
 Warning javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning blocks LeftCurly '{' should be on a new line. 228
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 231
 Warning design DesignForExtension Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 242
 Warning javadoc JavadocMethod Missing a Javadoc comment. 242
 Warning blocks LeftCurly '{' should be on a new line. 242
 Warning javadoc JavadocVariable Missing a Javadoc comment. 246
 Warning javadoc JavadocVariable Missing a Javadoc comment. 247
 Warning design DesignForExtension Method 'subscribers' is not designed for extension - needs to be abstract, final or empty. 248
 Warning blocks LeftCurly '{' should be on a new line. 248
 Warning design DesignForExtension Method 'publishers' is not designed for extension - needs to be abstract, final or empty. 249
 Warning blocks LeftCurly '{' should be on a new line. 249
 Warning design DesignForExtension Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. 251
 Warning javadoc JavadocMethod Missing a Javadoc comment. 251
 Warning misc FinalParameters Parameter aChangeLocalState should be final. 251
 Warning blocks NeedBraces 'if' construct must use '{}'s. 253
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 256
 Warning design DesignForExtension Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. 263
 Warning javadoc JavadocMethod Missing a Javadoc comment. 263
 Warning misc FinalParameters Parameter aChangeLocalState should be final. 263
 Warning blocks NeedBraces 'if' construct must use '{}'s. 265
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 268
 Warning design DesignForExtension Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. 276
 Warning javadoc JavadocMethod Missing a Javadoc comment. 276
 Warning misc FinalParameters Parameter aPayload should be final. 276
 Warning naming LocalVariableName Name 'EventTick' must match pattern '^[a-z][a-zA-Z0-9]*$'. 278
 Warning naming LocalVariableName Name 'EventKindInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 279
 Warning blocks LeftCurly '{' should be on a new line. 283
 Warning blocks NeedBraces 'if' construct must use '{}'s. 294
 Warning blocks NeedBraces 'if' construct must use '{}'s. 325
 Warning javadoc JavadocMethod Missing a Javadoc comment. 333
 Warning misc FinalParameters Parameter aPayload should be final. 333
 Warning blocks LeftCurly '{' should be on a new line. 333
 Warning blocks LeftCurly '{' should be on a new line. 334
 Warning naming LocalVariableName Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. 335
 Warning naming LocalVariableName Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. 336
 Warning blocks RightCurly '}' should be alone on a line. 340
 Warning blocks LeftCurly '{' should be on a new line. 340
 Warning blocks LeftCurly '{' should be on a new line. 341
 Warning naming LocalVariableName Name 'NewFederationID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 343
 Warning naming LocalVariableName Name 'NewFederation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 344
 Warning blocks RightCurly '}' should be alone on a line. 346
 Warning blocks LeftCurly '{' should be on a new line. 346
 Warning blocks LeftCurly '{' should be on a new line. 347
 Warning naming LocalVariableName Name 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'. 348
 Warning naming LocalVariableName Name 'ObjectID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 349
 Warning naming LocalVariableName Name 'Attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. 350
 Warning javadoc JavadocMethod Missing a Javadoc comment. 357
 Warning misc FinalParameters Parameter aPayload should be final. 357
 Warning blocks LeftCurly '{' should be on a new line. 357
 Warning blocks LeftCurly '{' should be on a new line. 358
 Warning naming LocalVariableName Name 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'. 359
 Warning naming LocalVariableName Name 'ObjectID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 360
 Warning naming LocalVariableName Name 'Attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. 361
 Warning naming LocalVariableName Name 'NewValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. 362
 Warning naming LocalVariableName Name 'OldValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. 363
 Warning javadoc JavadocMethod Missing a Javadoc comment. 368
 Warning misc FinalParameters Parameter aEventTick should be final. 368
 Warning misc FinalParameters Parameter aPayload should be final. 368
 Warning blocks LeftCurly '{' should be on a new line. 368
 Warning blocks LeftCurly '{' should be on a new line. 369
 Warning naming LocalVariableName Name 'BufferID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 370
 Warning naming LocalVariableName Name 'Buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 371
 Warning javadoc JavadocMethod Missing a Javadoc comment. 376
 Warning misc FinalParameters Parameter aPayload should be final. 376
 Warning blocks LeftCurly '{' should be on a new line. 376
 Warning blocks LeftCurly '{' should be on a new line. 377
 Warning naming LocalVariableName Name 'TimerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 378
 Warning naming LocalVariableName Name 'Tick' must match pattern '^[a-z][a-zA-Z0-9]*$'. 379
 Warning naming LocalVariableName Name 'TickTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 380
 Warning naming LocalVariableName Name 'StartTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 381
 Warning javadoc JavadocMethod Missing a Javadoc comment. 386
 Warning misc FinalParameters Parameter aEventKind should be final. 386
 Warning misc FinalParameters Parameter aPayload should be final. 386
 Warning blocks LeftCurly '{' should be on a new line. 386
 Warning blocks LeftCurly '{' should be on a new line. 387
 Warning naming LocalVariableName Name 'TimerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 388
 Warning javadoc JavadocMethod Missing a Javadoc comment. 393
 Warning misc FinalParameters Parameter aEventKind should be final. 393
 Warning misc FinalParameters Parameter aPayload should be final. 393
 Warning blocks LeftCurly '{' should be on a new line. 393
 Warning blocks LeftCurly '{' should be on a new line. 394
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 395
 Warning javadoc JavadocMethod Missing a Javadoc comment. 400
 Warning misc FinalParameters Parameter aEventKind should be final. 400
 Warning misc FinalParameters Parameter aPayload should be final. 400
 Warning blocks LeftCurly '{' should be on a new line. 400
 Warning naming LocalVariableName Name 'StreamID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 401
 Warning naming LocalVariableName Name 'StreamName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 402
 Warning coding MissingSwitchDefault switch without "default" clause. 405
 Warning blocks LeftCurly '{' should be on a new line. 405
 Warning blocks LeftCurly '{' should be on a new line. 407
 Warning blocks NeedBraces 'if' construct must use '{}'s. 411
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning blocks LeftCurly '{' should be on a new line. 419
 Warning blocks RightCurly '}' should be alone on a line. 421
 Warning blocks LeftCurly '{' should be on a new line. 421
 Warning blocks LeftCurly '{' should be on a new line. 430
 Warning blocks LeftCurly '{' should be on a new line. 431
 Warning blocks NeedBraces 'if' construct must use '{}'s. 433
 Warning blocks RightCurly '}' should be alone on a line. 436
 Warning blocks LeftCurly '{' should be on a new line. 436
 Warning design DesignForExtension Method 'handleSubAndPub' is not designed for extension - needs to be abstract, final or empty. 446
 Warning javadoc JavadocMethod Missing a Javadoc comment. 446
 Warning misc FinalParameters Parameter aCommand should be final. 446
 Warning blocks LeftCurly '{' should be on a new line. 446
 Warning blocks NeedBraces 'if' construct must use '{}'s. 447
 Warning coding MissingSwitchDefault switch without "default" clause. 449
 Warning blocks NeedBraces 'if' construct must use '{}'s. 452
 Warning blocks NeedBraces 'if' construct must use '{}'s. 457
 Warning blocks NeedBraces 'if' construct must use '{}'s. 462
 Warning blocks NeedBraces 'if' construct must use '{}'s. 467
 Warning javadoc JavadocVariable Missing a Javadoc comment. 476
 Warning javadoc JavadocStyle First sentence should end with a period. 478
 Warning naming MemberName Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 479
 Warning design VisibilityModifier Variable 'ID' must be private and have accessor methods. 479
 Warning javadoc JavadocStyle First sentence should end with a period. 481
 Warning javadoc JavadocMethod Expected an @return tag. 482
 Warning design DesignForExtension Method 'getEventName' is not designed for extension - needs to be abstract, final or empty. 482
 Warning blocks LeftCurly '{' should be on a new line. 482
 Warning design DesignForExtension Method 'getShortEventName' is not designed for extension - needs to be abstract, final or empty. 486
 Warning javadoc JavadocMethod Missing a Javadoc comment. 486
 Warning blocks LeftCurly '{' should be on a new line. 486
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 487
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 487
 Warning blocks NeedBraces 'if' construct must use '{}'s. 488
 Warning blocks NeedBraces 'else' construct must use '{}'s. 490
 Warning javadoc JavadocStyle First sentence should end with a period. 494
 Warning javadoc JavadocMethod Expected an @return tag. 495
 Warning design DesignForExtension Method 'isPublished' is not designed for extension - needs to be abstract, final or empty. 495
 Warning blocks LeftCurly '{' should be on a new line. 495
 Warning javadoc JavadocStyle First sentence should end with a period. 499
 Warning javadoc JavadocMethod Expected an @return tag. 500
 Warning design DesignForExtension Method 'isSubscribed' is not designed for extension - needs to be abstract, final or empty. 500
 Warning blocks LeftCurly '{' should be on a new line. 500
 Warning design DesignForExtension Method 'copyHandlersFrom' is not designed for extension - needs to be abstract, final or empty. 504
 Warning javadoc JavadocMethod Missing a Javadoc comment. 504
 Warning misc FinalParameters Parameter aEventEntry should be final. 504
 Warning blocks LeftCurly '{' should be on a new line. 504
 Warning javadoc JavadocStyle First sentence should end with a period. 520
 Warning blocks LeftCurly '{' should be on a new line. 521
 Warning javadoc JavadocMethod Missing a Javadoc comment. 522
 Warning javadoc JavadocStyle First sentence should end with a period. 525
 Warning design VisibilityModifier Variable 'onChangeObject' must be private and have accessor methods. 526
 Warning javadoc JavadocStyle First sentence should end with a period. 528
 Warning blocks LeftCurly '{' should be on a new line. 529
 Warning javadoc JavadocMethod Missing a Javadoc comment. 530
 Warning modifier RedundantModifier Redundant 'public' modifier. 530
 Warning javadoc JavadocStyle First sentence should end with a period. 533
 Warning design VisibilityModifier Variable 'onFocus' must be private and have accessor methods. 534
 Warning javadoc JavadocStyle First sentence should end with a period. 537
 Warning blocks LeftCurly '{' should be on a new line. 538
 Warning javadoc JavadocMethod Missing a Javadoc comment. 539
 Warning modifier RedundantModifier Redundant 'public' modifier. 539
 Warning javadoc JavadocStyle First sentence should end with a period. 542
 Warning design VisibilityModifier Variable 'onNormalEvent' must be private and have accessor methods. 543
 Warning javadoc JavadocStyle First sentence should end with a period. 545
 Warning blocks LeftCurly '{' should be on a new line. 546
 Warning javadoc JavadocMethod Missing a Javadoc comment. 547
 Warning modifier RedundantModifier Redundant 'public' modifier. 547
 Warning javadoc JavadocStyle First sentence should end with a period. 550
 Warning design VisibilityModifier Variable 'onBuffer' must be private and have accessor methods. 551
 Warning javadoc JavadocStyle First sentence should end with a period. 553
 Warning blocks LeftCurly '{' should be on a new line. 554
 Warning javadoc JavadocMethod Missing a Javadoc comment. 555
 Warning modifier RedundantModifier Redundant 'public' modifier. 555
 Warning javadoc JavadocStyle First sentence should end with a period. 558
 Warning design VisibilityModifier Variable 'onStreamCreate' must be private and have accessor methods. 559
 Warning javadoc JavadocStyle First sentence should end with a period. 561
 Warning blocks LeftCurly '{' should be on a new line. 562
 Warning javadoc JavadocMethod Missing a Javadoc comment. 563
 Warning modifier RedundantModifier Redundant 'public' modifier. 563
 Warning javadoc JavadocStyle First sentence should end with a period. 566
 Warning design VisibilityModifier Variable 'onStreamEnd' must be private and have accessor methods. 567
 Warning javadoc JavadocStyle First sentence should end with a period. 569
 Warning blocks LeftCurly '{' should be on a new line. 570
 Warning javadoc JavadocMethod Missing a Javadoc comment. 571
 Warning modifier RedundantModifier Redundant 'public' modifier. 571
 Warning javadoc JavadocStyle First sentence should end with a period. 574
 Warning design VisibilityModifier Variable 'onChangeFederation' must be private and have accessor methods. 575
 Warning javadoc JavadocStyle First sentence should end with a period. 578
 Warning blocks LeftCurly '{' should be on a new line. 579
 Warning javadoc JavadocMethod Missing a Javadoc comment. 580
 Warning modifier RedundantModifier Redundant 'public' modifier. 580
 Warning javadoc JavadocStyle First sentence should end with a period. 583
 Warning design VisibilityModifier Variable 'onTimerTick' must be private and have accessor methods. 584
 Warning javadoc JavadocStyle First sentence should end with a period. 586
 Warning blocks LeftCurly '{' should be on a new line. 587
 Warning javadoc JavadocMethod Missing a Javadoc comment. 588
 Warning modifier RedundantModifier Redundant 'public' modifier. 588
 Warning javadoc JavadocStyle First sentence should end with a period. 591
 Warning design VisibilityModifier Variable 'onTimerCmd' must be private and have accessor methods. 592
 Warning javadoc JavadocStyle First sentence should end with a period. 594
 Warning blocks LeftCurly '{' should be on a new line. 595
 Warning javadoc JavadocMethod Missing a Javadoc comment. 596
 Warning modifier RedundantModifier Redundant 'public' modifier. 596
 Warning javadoc JavadocStyle First sentence should end with a period. 599
 Warning design VisibilityModifier Variable 'onChildEvent' must be private and have accessor methods. 600
 Warning javadoc JavadocStyle First sentence should end with a period. 602
 Warning blocks LeftCurly '{' should be on a new line. 603
 Info sizes LineLength Line is longer than 128 characters (found 144). 604
 Warning javadoc JavadocMethod Missing a Javadoc comment. 604
 Warning modifier RedundantModifier Redundant 'public' modifier. 604
 Warning javadoc JavadocStyle First sentence should end with a period. 607
 Warning design VisibilityModifier Variable 'onChangeObjectData' must be private and have accessor methods. 608
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 610
 Warning javadoc JavadocType Missing a Javadoc comment. 611
 Warning blocks LeftCurly '{' should be on a new line. 611
 Warning javadoc JavadocMethod Missing a Javadoc comment. 612
 Warning modifier RedundantModifier Redundant 'public' modifier. 612
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 615
 Warning javadoc JavadocVariable Missing a Javadoc comment. 616
 Warning design VisibilityModifier Variable 'onSubAndPub' must be private and have accessor methods. 616
 Warning javadoc JavadocStyle First sentence should end with a period. 618
 Warning blocks LeftCurly '{' should be on a new line. 619
 Warning javadoc JavadocMethod Missing a Javadoc comment. 620
 Warning modifier RedundantModifier Redundant 'public' modifier. 620
 Warning javadoc JavadocStyle First sentence should end with a period. 623
 Warning design VisibilityModifier Variable 'onOtherEvent' must be private and have accessor methods. 624
 Warning javadoc JavadocStyle First sentence should end with a period. 628
 Warning design DesignForExtension Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. 633
 Warning misc FinalParameters Parameter aEventKind should be final. 633
 Warning javadoc JavadocMethod Expected @param tag for 'aEventKind'. 633
 Warning misc FinalParameters Parameter aEventPayload should be final. 633
 Warning javadoc JavadocMethod Expected @param tag for 'aEventPayload'. 633
 Warning blocks LeftCurly '{' should be on a new line. 633
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 634
 Warning blocks NeedBraces 'if' construct must use '{}'s. 635
 Warning blocks LeftCurly '{' should be on a new line. 637
 Warning blocks NeedBraces 'else' construct must use '{}'s. 648
 Warning blocks RightCurly '}' should be alone on a line. 648
 Warning javadoc JavadocStyle First sentence should end with a period. 652
 Warning design DesignForExtension Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. 657
 Warning misc FinalParameters Parameter aBufferID should be final. 657
 Warning misc FinalParameters Parameter aBuffer should be final. 657
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 657
 Warning blocks LeftCurly '{' should be on a new line. 657
 Warning javadoc JavadocStyle First sentence should end with a period. 661
 Warning design DesignForExtension Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. 667
 Warning misc FinalParameters Parameter aBufferID should be final. 667
 Warning misc FinalParameters Parameter aBuffer should be final. 667
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 667
 Warning misc FinalParameters Parameter aEventFlags should be final. 667
 Warning blocks LeftCurly '{' should be on a new line. 667
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 668
 Warning blocks NeedBraces 'if' construct must use '{}'s. 669
 Warning blocks LeftCurly '{' should be on a new line. 671
 Warning blocks NeedBraces 'else' construct must use '{}'s. 686
 Warning blocks RightCurly '}' should be alone on a line. 686
 Warning javadoc JavadocMethod Missing a Javadoc comment. 690
 Warning misc FinalParameters Parameter aBuffer should be final. 690
 Warning misc FinalParameters Parameter aStream should be final. 690
 Warning blocks LeftCurly '{' should be on a new line. 690
 Warning blocks LeftCurly '{' should be on a new line. 691
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 692
 Warning naming LocalVariableName Name 'Count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 693
 Warning naming LocalVariableName Name 'NumBytesRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 694
 Warning blocks LeftCurly '{' should be on a new line. 695
 Warning blocks RightCurly '}' should be alone on a line. 704
 Warning blocks LeftCurly '{' should be on a new line. 704
 Warning javadoc JavadocStyle First sentence should end with a period. 709
 Warning design DesignForExtension Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. 714
 Warning misc FinalParameters Parameter aStreamName should be final. 714
 Warning javadoc JavadocMethod Expected @param tag for 'aStreamName'. 714
 Warning misc FinalParameters Parameter aStream should be final. 714
 Warning javadoc JavadocMethod Expected @param tag for 'aStream'. 714
 Warning blocks LeftCurly '{' should be on a new line. 714
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 715
 Warning naming LocalVariableName Name 'ReadSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 716
 Warning naming LocalVariableName Name 'BodyIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 717
 Warning naming LocalVariableName Name 'EventKindIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 718
 Warning blocks NeedBraces 'if' construct must use '{}'s. 719
 Warning blocks LeftCurly '{' should be on a new line. 721
 Warning naming LocalVariableName Name 'StreamNameUTF8' must match pattern '^[a-z][a-zA-Z0-9]*$'. 723
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 724
 Warning naming LocalVariableName Name 'StreamID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 725
 Warning blocks LeftCurly '{' should be on a new line. 740
 Warning blocks LeftCurly '{' should be on a new line. 753
 Warning blocks NeedBraces 'if' construct must use '{}'s. 756
 Warning blocks LeftCurly '{' should be on a new line. 761
 Warning blocks NeedBraces 'else' construct must use '{}'s. 774
 Warning blocks RightCurly '}' should be alone on a line. 774
 Warning javadoc JavadocStyle First sentence should end with a period. 778
 Warning javadoc JavadocStyle First sentence should end with a period. 780
 Warning javadoc JavadocStyle First sentence should end with a period. 782
 Warning javadoc JavadocStyle First sentence should end with a period. 785
 Warning design DesignForExtension Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. 791
 Warning misc FinalParameters Parameter aAction should be final. 791
 Warning misc FinalParameters Parameter aObjectID should be final. 791
 Warning misc FinalParameters Parameter aAttribute should be final. 791
 Warning blocks LeftCurly '{' should be on a new line. 791
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 792
 Warning blocks NeedBraces 'if' construct must use '{}'s. 793
 Warning blocks LeftCurly '{' should be on a new line. 795
 Warning blocks NeedBraces 'else' construct must use '{}'s. 810
 Warning blocks RightCurly '}' should be alone on a line. 810
 Warning javadoc JavadocStyle First sentence should end with a period. 815
 Info sizes LineLength Line is longer than 128 characters (found 151). 817
 Warning design DesignForExtension Method 'timerCreate' is not designed for extension - needs to be abstract, final or empty. 822
 Warning misc FinalParameters Parameter aTimerName should be final. 822
 Warning misc FinalParameters Parameter aStartTimeUTCorRelFT should be final. 822
 Warning misc FinalParameters Parameter aResolutionms should be final. 822
 Warning misc FinalParameters Parameter aSpeedFactor should be final. 822
 Warning blocks LeftCurly '{' should be on a new line. 822
 Warning javadoc JavadocStyle First sentence should end with a period. 826
 Info sizes LineLength Line is longer than 128 characters (found 150). 828
 Warning design DesignForExtension Method 'timerCreate' is not designed for extension - needs to be abstract, final or empty. 834
 Warning misc FinalParameters Parameter aTimerName should be final. 834
 Warning misc FinalParameters Parameter aStartTimeUTCorRelFT should be final. 834
 Warning misc FinalParameters Parameter aResolutionms should be final. 834
 Warning misc FinalParameters Parameter aSpeedFactor should be final. 834
 Warning misc FinalParameters Parameter aRepeatCount should be final. 835
 Warning blocks LeftCurly '{' should be on a new line. 835
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 836
 Warning blocks NeedBraces 'if' construct must use '{}'s. 837
 Warning blocks LeftCurly '{' should be on a new line. 839
 Warning blocks NeedBraces 'else' construct must use '{}'s. 854
 Warning blocks RightCurly '}' should be alone on a line. 854
 Warning design DesignForExtension Method 'timerCancel' is not designed for extension - needs to be abstract, final or empty. 862
 Warning misc FinalParameters Parameter aTimerName should be final. 862
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 862
 Warning blocks LeftCurly '{' should be on a new line. 862
 Warning javadoc JavadocStyle First sentence should end with a period. 866
 Warning design DesignForExtension Method 'timerPrepare' is not designed for extension - needs to be abstract, final or empty. 870
 Warning misc FinalParameters Parameter aTimerName should be final. 870
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 870
 Warning blocks LeftCurly '{' should be on a new line. 870
 Warning javadoc JavadocStyle First sentence should end with a period. 874
 Warning design DesignForExtension Method 'timerStart' is not designed for extension - needs to be abstract, final or empty. 878
 Warning misc FinalParameters Parameter aTimerName should be final. 878
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 878
 Warning blocks LeftCurly '{' should be on a new line. 878
 Warning javadoc JavadocStyle First sentence should end with a period. 882
 Warning design DesignForExtension Method 'timerStop' is not designed for extension - needs to be abstract, final or empty. 886
 Warning misc FinalParameters Parameter aTimerName should be final. 886
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 886
 Warning blocks LeftCurly '{' should be on a new line. 886
 Warning javadoc JavadocStyle First sentence should end with a period. 890
 Warning design DesignForExtension Method 'timerSetSpeed' is not designed for extension - needs to be abstract, final or empty. 895
 Warning misc FinalParameters Parameter aTimerName should be final. 895
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 895
 Warning misc FinalParameters Parameter aSpeedFactor should be final. 895
 Warning blocks LeftCurly '{' should be on a new line. 895
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 896
 Warning design DesignForExtension Method 'timerAcknowledgeAdd' is not designed for extension - needs to be abstract, final or empty. 911
 Warning misc FinalParameters Parameter aTimerName should be final. 911
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 911
 Warning misc FinalParameters Parameter aClientName should be final. 911
 Warning javadoc JavadocMethod Expected @param tag for 'aClientName'. 911
 Warning blocks LeftCurly '{' should be on a new line. 911
 Warning design DesignForExtension Method 'timerAcknowledgeRemove' is not designed for extension - needs to be abstract, final or empty. 921
 Warning misc FinalParameters Parameter aTimerName should be final. 921
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 921
 Warning misc FinalParameters Parameter aClientName should be final. 921
 Warning javadoc JavadocMethod Expected @param tag for 'aClientName'. 921
 Warning blocks LeftCurly '{' should be on a new line. 921
 Info sizes LineLength Line is longer than 128 characters (found 159). 929
 Warning design DesignForExtension Method 'timerAcknowledge' is not designed for extension - needs to be abstract, final or empty. 932
 Warning misc FinalParameters Parameter aTimerName should be final. 932
 Warning javadoc JavadocMethod Expected @param tag for 'aTimerName'. 932
 Warning misc FinalParameters Parameter aClientName should be final. 932
 Warning javadoc JavadocMethod Expected @param tag for 'aClientName'. 932
 Warning misc FinalParameters Parameter aProposedTimeStep should be final. 932
 Warning blocks LeftCurly '{' should be on a new line. 932
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 933
 Warning javadoc JavadocStyle First sentence should end with a period. 945
 Warning design DesignForExtension Method 'logWriteLn' is not designed for extension - needs to be abstract, final or empty. 950
 Warning misc FinalParameters Parameter aLine should be final. 950
 Warning misc FinalParameters Parameter aLevel should be final. 950
 Warning blocks LeftCurly '{' should be on a new line. 950
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 951
 Warning blocks NeedBraces 'if' construct must use '{}'s. 952
 Warning blocks LeftCurly '{' should be on a new line. 954
 Warning blocks NeedBraces 'else' construct must use '{}'s. 963
 Warning blocks RightCurly '}' should be alone on a line. 963

nl/tno/imb/TLocator.java

Severity Category Rule Message Line
 Warning imports RedundantImport Redundant import from the same package - nl.tno.imb.TByteBuffer. 3
 Warning imports RedundantImport Redundant import from the same package - nl.tno.imb.TConnection. 4
 Warning javadoc JavadocType Missing a Javadoc comment. 15
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 15
 Warning blocks LeftCurly '{' should be on a new line. 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning naming ConstantName Name 'MaxUDPCommandBufferSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 16
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 17
 Warning naming ConstantName Name 'ProtocolSep' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning naming MethodName Name 'DecodeServerURIServer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
 Warning misc FinalParameters Parameter aServerURI should be final. 18
 Warning whitespace WhitespaceAround '>=' is not preceded with whitespace. 23
 Warning whitespace WhitespaceAround '>=' is not followed by whitespace. 23
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 25
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 25
 Warning blocks NeedBraces 'if' construct must use '{}'s. 27
 Warning whitespace WhitespaceAround '>=' is not preceded with whitespace. 27
 Warning whitespace WhitespaceAround '>=' is not followed by whitespace. 27
 Warning blocks NeedBraces 'if' construct must use '{}'s. 30
 Warning whitespace WhitespaceAround '>=' is not preceded with whitespace. 30
 Warning whitespace WhitespaceAround '>=' is not followed by whitespace. 30
 Warning blocks NeedBraces 'else' construct must use '{}'s. 32
 Warning blocks NeedBraces 'else' construct must use '{}'s. 35
 Warning blocks NeedBraces 'else' construct must use '{}'s. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning naming MethodName Name 'DecodeServerURIPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
 Warning misc FinalParameters Parameter aServerURI should be final. 41
 Warning whitespace WhitespaceAround '>=' is not preceded with whitespace. 46
 Warning whitespace WhitespaceAround '>=' is not followed by whitespace. 46
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 48
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 48
 Warning blocks NeedBraces 'if' construct must use '{}'s. 50
 Warning whitespace WhitespaceAround '>=' is not preceded with whitespace. 50
 Warning whitespace WhitespaceAround '>=' is not followed by whitespace. 50
 Warning blocks NeedBraces 'if' construct must use '{}'s. 53
 Warning whitespace WhitespaceAround '>=' is not preceded with whitespace. 53
 Warning whitespace WhitespaceAround '>=' is not followed by whitespace. 53
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 54
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 54
 Warning blocks NeedBraces 'else' construct must use '{}'s. 55
 Warning blocks NeedBraces 'else' construct must use '{}'s. 58
 Warning blocks NeedBraces 'else' construct must use '{}'s. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning naming MethodName Name 'LocateServerURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
 Warning misc FinalParameters Parameter aIPv4 should be final. 64
 Warning misc FinalParameters Parameter aPort should be final. 64
 Warning misc FinalParameters Parameter aTimeout should be final. 64
 Warning blocks LeftCurly '{' should be on a new line. 66
 Warning naming LocalVariableName Name 'Buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 70
 Warning blocks LeftCurly '{' should be on a new line. 77
 Warning blocks LeftCurly '{' should be on a new line. 78
 Warning blocks LeftCurly '{' should be on a new line. 82
 Info sizes LineLength Line is longer than 128 characters (found 146). 83
 Warning whitespace WhitespaceAround '==' is not preceded with whitespace. 93
 Warning whitespace WhitespaceAround '==' is not followed by whitespace. 93
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 102
 Warning blocks LeftCurly '{' should be on a new line. 104
 Warning blocks LeftCurly '{' should be on a new line. 108
 Warning blocks EmptyBlock Must have at least one statement. 108
 Warning blocks LeftCurly '{' should be on a new line. 112
 Warning blocks LeftCurly '{' should be on a new line. 117

nl/tno/imb/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 1

org/opentrafficsim/imb/demo/IMBChat.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'btnConnect' must be private and have accessor methods. 56
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 69
 Warning misc FinalParameters Parameter comTime should be final. 69
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 79
 Warning misc FinalParameters Parameter comTime should be final. 79
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 97
 Warning misc FinalParameters Parameter javaDate should be final. 97
 Warning javadoc JavadocStyle First sentence should end with a period. 106
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 111
 Warning misc FinalParameters Parameter milliseconds should be final. 111
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning design DesignForExtension Method 'AddMessage' is not designed for extension - needs to be abstract, final or empty. 129
 Warning naming MethodName Name 'AddMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 129
 Warning blocks NeedBraces 'if' construct must use '{}'s. 149
 Warning blocks NeedBraces 'else' construct must use '{}'s. 151
 Warning design DesignForExtension Method 'Connect' is not designed for extension - needs to be abstract, final or empty. 158
 Warning naming MethodName Name 'Connect' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 163
 Warning misc FinalParameters Parameter aEvent should be final. 183
 Warning misc FinalParameters Parameter aPayload should be final. 183
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 196
 Warning blocks NeedBraces 'if' construct must use '{}'s. 197
 Warning blocks NeedBraces 'else' construct must use '{}'s. 199
 Warning design DesignForExtension Method 'Disconnect' is not designed for extension - needs to be abstract, final or empty. 208
 Warning naming MethodName Name 'Disconnect' must match pattern '^[a-z][a-zA-Z0-9]*$'. 208
 Warning design DesignForExtension Method 'Send' is not designed for extension - needs to be abstract, final or empty. 220
 Warning naming MethodName Name 'Send' must match pattern '^[a-z][a-zA-Z0-9]*$'. 220
 Warning misc FinalParameters Parameter args should be final. 253
 Warning javadoc JavadocMethod Expected @param tag for 'args'. 253
 Warning misc FinalParameters Parameter windowEvent should be final. 289
 Warning misc FinalParameters Parameter e should be final. 322
 Warning blocks NeedBraces 'if' construct must use '{}'s. 324
 Warning blocks NeedBraces 'else' construct must use '{}'s. 326
 Warning misc FinalParameters Parameter e should be final. 342
 Warning misc FinalParameters Parameter e should be final. 351
 Warning misc FinalParameters Parameter e should be final. 357
 Warning misc FinalParameters Parameter e should be final. 369

org/opentrafficsim/imb/observers/IMBObserver.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 142). 31

org/opentrafficsim/imb/observers/IMBTransmitter.java

Severity Category Rule Message Line
 Warning design DesignForExtension Method 'notify' is not designed for extension - needs to be abstract, final or empty. 43