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
27 17 1891 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
LeftCurly
  • maxLineLength: "128"
  • option: "nl"
370  Warning
NeedBraces 175  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
47  Warning
coding MissingSwitchDefault 5  Warning
design DesignForExtension 205  Warning
FinalClass 2  Warning
HideUtilityClassConstructor 1  Warning
VisibilityModifier 55  Warning
imports RedundantImport 4  Warning
javadoc JavadocMethod 181  Warning
JavadocStyle
  • checkHtml: "false"
211  Warning
JavadocType 7  Warning
JavadocVariable 82  Warning
misc FinalParameters 290  Warning
TodoComment 16  Warning
modifier ModifierOrder 5  Warning
RedundantModifier 20  Warning
naming ConstantName 3  Warning
LocalVariableName 112  Warning
MemberName 2  Warning
MethodName 4  Warning
ParameterName 1  Warning
sizes LineLength
  • max: "128"
16  Info
ParameterNumber 1  Info
whitespace MethodParamPad 3  Warning
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
 Info sizes LineLength Line is longer than 128 characters (found 130). 292
 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 javadoc JavadocType Missing a Javadoc comment. 587
 Warning blocks LeftCurly '{' should be on a new line. 587
 Warning javadoc JavadocVariable Missing a Javadoc comment. 588
 Warning javadoc JavadocVariable Missing a Javadoc comment. 589
 Warning javadoc JavadocVariable Missing a Javadoc comment. 590
 Warning javadoc JavadocVariable Missing a Javadoc comment. 591
 Warning javadoc JavadocVariable Missing a Javadoc comment. 592
 Warning javadoc JavadocVariable Missing a Javadoc comment. 595
 Warning javadoc JavadocVariable Missing a Javadoc comment. 596
 Warning javadoc JavadocVariable Missing a Javadoc comment. 597
 Warning javadoc JavadocVariable Missing a Javadoc comment. 599
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 599
 Warning javadoc JavadocMethod Missing a Javadoc comment. 601
 Warning misc FinalParameters Parameter aValue should be final. 601
 Warning blocks LeftCurly '{' should be on a new line. 601
 Warning design DesignForExtension Method 'setState' is not designed for extension - needs to be abstract, final or empty. 606
 Warning javadoc JavadocMethod Missing a Javadoc comment. 606
 Warning misc FinalParameters Parameter aState should be final. 606
 Warning blocks LeftCurly '{' should be on a new line. 606
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 607
 Warning design DesignForExtension Method 'open' is not designed for extension - needs to be abstract, final or empty. 614
 Warning javadoc JavadocMethod Missing a Javadoc comment. 614
 Warning misc FinalParameters Parameter aHost should be final. 614
 Warning misc FinalParameters Parameter aPort should be final. 614
 Warning blocks LeftCurly '{' should be on a new line. 614
 Warning design DesignForExtension Method 'open' is not designed for extension - needs to be abstract, final or empty. 618
 Warning javadoc JavadocMethod Missing a Javadoc comment. 618
 Warning misc FinalParameters Parameter aHost should be final. 618
 Warning misc FinalParameters Parameter aPort should be final. 618
 Warning misc FinalParameters Parameter aStartReadingThread should be final. 618
 Warning blocks LeftCurly '{' should be on a new line. 618
 Warning blocks LeftCurly '{' should be on a new line. 620
 Warning blocks LeftCurly '{' should be on a new line. 624
 Warning blocks LeftCurly '{' should be on a new line. 629
 Warning blocks LeftCurly '{' should be on a new line. 631
 Warning blocks NeedBraces 'if' construct must use '{}'s. 638
 Warning blocks NeedBraces 'if' construct must use '{}'s. 643
 Warning blocks RightCurly '}' should be alone on a line. 647
 Warning blocks LeftCurly '{' should be on a new line. 647
 Warning javadoc JavadocStyle First sentence should end with a period. 655
 Warning blocks LeftCurly '{' should be on a new line. 656
 Warning javadoc JavadocVariable Missing a Javadoc comment. 657
 Warning design VisibilityModifier Variable 'eventName' must be private and have accessor methods. 657
 Warning javadoc JavadocVariable Missing a Javadoc comment. 658
 Warning design VisibilityModifier Variable 'publishers' must be private and have accessor methods. 658
 Warning javadoc JavadocVariable Missing a Javadoc comment. 659
 Warning design VisibilityModifier Variable 'subscribers' must be private and have accessor methods. 659
 Warning javadoc JavadocVariable Missing a Javadoc comment. 660
 Warning design VisibilityModifier Variable 'timers' must be private and have accessor methods. 660
 Warning javadoc JavadocType Missing a Javadoc comment. 663
 Warning blocks LeftCurly '{' should be on a new line. 663
 Warning javadoc JavadocVariable Missing a Javadoc comment. 664
 Warning javadoc JavadocVariable Missing a Javadoc comment. 665
 Warning javadoc JavadocStyle First sentence should end with a period. 669
 Warning javadoc JavadocStyle First sentence should end with a period. 671
 Warning javadoc JavadocStyle First sentence should end with a period. 673
 Warning javadoc JavadocStyle First sentence should end with a period. 675
 Warning javadoc JavadocStyle First sentence should end with a period. 678
 Warning javadoc JavadocStyle First sentence should end with a period. 680
 Warning javadoc JavadocStyle First sentence should end with a period. 684
 Warning javadoc JavadocMethod Expected an @return tag. 685
 Warning design DesignForExtension Method 'getFederation' is not designed for extension - needs to be abstract, final or empty. 685
 Warning blocks LeftCurly '{' should be on a new line. 685
 Warning design DesignForExtension Method 'setFederation' is not designed for extension - needs to be abstract, final or empty. 693
 Warning misc FinalParameters Parameter aFederation should be final. 693
 Warning blocks LeftCurly '{' should be on a new line. 693
 Warning naming LocalVariableName Name 'OldFederation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 694
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 695
 Warning blocks LeftCurly '{' should be on a new line. 696
 Warning blocks LeftCurly '{' should be on a new line. 698
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 699
 Warning blocks LeftCurly '{' should be on a new line. 700
 Warning blocks NeedBraces 'if' construct must use '{}'s. 702
 Warning blocks NeedBraces 'if' construct must use '{}'s. 704
 Warning blocks LeftCurly '{' should be on a new line. 710
 Warning blocks LeftCurly '{' should be on a new line. 712
 Warning naming LocalVariableName Name 'EventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 713
 Warning blocks LeftCurly '{' should be on a new line. 714
 Warning blocks NeedBraces 'if' construct must use '{}'s. 717
 Warning blocks NeedBraces 'if' construct must use '{}'s. 719
 Warning javadoc JavadocStyle First sentence should end with a period. 726
 Warning design VisibilityModifier Variable 'autoPublish' must be private and have accessor methods. 727
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 728
 Warning javadoc JavadocStyle First sentence should end with a period. 729
 Warning design VisibilityModifier Variable 'imb2Compatible' must be private and have accessor methods. 730
 Warning javadoc JavadocStyle First sentence should end with a period. 733
 Warning javadoc JavadocMethod Expected an @return tag. 734
 Warning design DesignForExtension Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. 734
 Warning blocks LeftCurly '{' should be on a new line. 734
 Warning javadoc JavadocStyle First sentence should end with a period. 738
 Warning javadoc JavadocMethod Expected an @return tag. 739
 Warning design DesignForExtension Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. 739
 Warning blocks LeftCurly '{' should be on a new line. 739
 Warning javadoc JavadocStyle First sentence should end with a period. 743
 Warning design DesignForExtension Method 'getNoDelay' is not designed for extension - needs to be abstract, final or empty. 747
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 747
 Warning blocks LeftCurly '{' should be on a new line. 747
 Warning blocks NeedBraces 'if' construct must use '{}'s. 748
 Warning blocks NeedBraces 'else' construct must use '{}'s. 750
 Warning javadoc JavadocStyle First sentence should end with a period. 754
 Warning design DesignForExtension Method 'setNoDelay' is not designed for extension - needs to be abstract, final or empty. 758
 Warning misc FinalParameters Parameter aValue should be final. 758
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 758
 Warning blocks LeftCurly '{' should be on a new line. 758
 Warning blocks NeedBraces 'if' construct must use '{}'s. 759
 Warning javadoc JavadocStyle First sentence should end with a period. 763
 Warning design DesignForExtension Method 'getLinger' is not designed for extension - needs to be abstract, final or empty. 767
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 767
 Warning blocks LeftCurly '{' should be on a new line. 767
 Warning blocks NeedBraces 'if' construct must use '{}'s. 768
 Warning blocks NeedBraces 'else' construct must use '{}'s. 770
 Warning javadoc JavadocStyle First sentence should end with a period. 774
 Warning design DesignForExtension Method 'setLinger' is not designed for extension - needs to be abstract, final or empty. 778
 Warning misc FinalParameters Parameter aValue should be final. 778
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 778
 Warning blocks LeftCurly '{' should be on a new line. 778
 Warning blocks NeedBraces 'if' construct must use '{}'s. 779
 Warning javadoc JavadocStyle First sentence should end with a period. 783
 Warning javadoc JavadocMethod Expected an @return tag. 784
 Warning design DesignForExtension Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. 784
 Warning blocks LeftCurly '{' should be on a new line. 784
 Warning javadoc JavadocStyle First sentence should end with a period. 788
 Warning design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 789
 Warning blocks LeftCurly '{' should be on a new line. 789
 Warning blocks LeftCurly '{' should be on a new line. 790
 Warning blocks NeedBraces 'if' construct must use '{}'s. 791
 Warning blocks LeftCurly '{' should be on a new line. 794
 Warning blocks RightCurly '}' should be alone on a line. 802
 Warning blocks LeftCurly '{' should be on a new line. 802
 Warning javadoc JavadocStyle First sentence should end with a period. 809
 Warning blocks LeftCurly '{' should be on a new line. 810
 Warning javadoc JavadocMethod Missing a Javadoc comment. 811
 Warning modifier RedundantModifier Redundant 'public' modifier. 811
 Warning javadoc JavadocStyle First sentence should end with a period. 814
 Warning design VisibilityModifier Variable 'onDisconnect' must be private and have accessor methods. 815
 Warning javadoc JavadocStyle First sentence should end with a period. 817
 Warning design DesignForExtension Method 'setThrottle' is not designed for extension - needs to be abstract, final or empty. 820
 Warning misc FinalParameters Parameter aThrottle should be final. 820
 Warning javadoc JavadocMethod Expected @param tag for 'aThrottle'. 820
 Warning blocks LeftCurly '{' should be on a new line. 820
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 821
 Warning design DesignForExtension Method 'readCommandsNonBlocking' is not designed for extension - needs to be abstract, final or empty. 832
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 832
 Warning blocks LeftCurly '{' should be on a new line. 832
 Warning blocks LeftCurly '{' should be on a new line. 833
 Warning naming LocalVariableName Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. 834
 Warning naming LocalVariableName Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 837
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 839
 Warning naming LocalVariableName Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. 840
 Warning blocks LeftCurly '{' should be on a new line. 841
 Warning blocks LeftCurly '{' should be on a new line. 842
 Warning blocks LeftCurly '{' should be on a new line. 843
 Warning blocks NeedBraces 'if' construct must use '{}'s. 845
 Warning blocks RightCurly '}' should be alone on a line. 847
 Warning blocks LeftCurly '{' should be on a new line. 847
 Warning blocks RightCurly '}' should be alone on a line. 850
 Warning blocks LeftCurly '{' should be on a new line. 850
 Warning blocks NeedBraces 'if' construct must use '{}'s. 851
 Warning design DesignForExtension Method 'readCommandsNonThreaded' is not designed for extension - needs to be abstract, final or empty. 863
 Warning misc FinalParameters Parameter aTimeOut should be final. 863
 Warning javadoc JavadocMethod Expected @param tag for 'aTimeOut'. 863
 Warning javadoc JavadocMethod Expected @throws tag for 'SocketException'. 863
 Warning blocks LeftCurly '{' should be on a new line. 863
 Warning naming LocalVariableName Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. 865
 Warning naming LocalVariableName Name 'FixedCommandPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 868
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 870
 Warning naming LocalVariableName Name 'PayloadCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. 871
 Warning blocks LeftCurly '{' should be on a new line. 872
 Warning blocks LeftCurly '{' should be on a new line. 873
 Warning blocks LeftCurly '{' should be on a new line. 874
 Warning blocks NeedBraces 'if' construct must use '{}'s. 876
 Warning blocks RightCurly '}' should be alone on a line. 878
 Warning blocks LeftCurly '{' should be on a new line. 878
 Warning blocks RightCurly '}' should be alone on a line. 881
 Warning blocks LeftCurly '{' should be on a new line. 881
 Warning blocks NeedBraces 'if' construct must use '{}'s. 882
 Warning javadoc JavadocStyle First sentence should end with a period. 889
 Warning javadoc JavadocMethod Expected an @return tag. 890
 Warning design DesignForExtension Method 'getOwnerID' is not designed for extension - needs to be abstract, final or empty. 890
 Warning blocks LeftCurly '{' should be on a new line. 890
 Warning javadoc JavadocStyle First sentence should end with a period. 894
 Warning design DesignForExtension Method 'setOwnerID' is not designed for extension - needs to be abstract, final or empty. 897
 Warning misc FinalParameters Parameter aValue should be final. 897
 Warning blocks LeftCurly '{' should be on a new line. 897
 Warning blocks LeftCurly '{' should be on a new line. 898
 Warning javadoc JavadocStyle First sentence should end with a period. 904
 Warning javadoc JavadocMethod Expected an @return tag. 905
 Warning design DesignForExtension Method 'getOwnerName' is not designed for extension - needs to be abstract, final or empty. 905
 Warning blocks LeftCurly '{' should be on a new line. 905
 Warning javadoc JavadocStyle First sentence should end with a period. 909
 Warning design DesignForExtension Method 'setOwnerName' is not designed for extension - needs to be abstract, final or empty. 912
 Warning misc FinalParameters Parameter aValue should be final. 912
 Warning blocks LeftCurly '{' should be on a new line. 912
 Warning blocks LeftCurly '{' should be on a new line. 913
 Warning javadoc JavadocStyle First sentence should end with a period. 919
 Warning javadoc JavadocMethod Expected an @return tag. 920
 Warning design DesignForExtension Method 'getUniqueClientID' is not designed for extension - needs to be abstract, final or empty. 920
 Warning blocks LeftCurly '{' should be on a new line. 920
 Warning javadoc JavadocStyle First sentence should end with a period. 924
 Warning javadoc JavadocMethod Expected an @return tag. 925
 Warning design DesignForExtension Method 'getClientHandle' is not designed for extension - needs to be abstract, final or empty. 925
 Warning blocks LeftCurly '{' should be on a new line. 925
 Warning javadoc JavadocStyle First sentence should end with a period. 930
 Warning design DesignForExtension Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. 934
 Warning misc FinalParameters Parameter aEventName should be final. 934
 Warning blocks LeftCurly '{' should be on a new line. 934
 Warning javadoc JavadocStyle First sentence should end with a period. 938
 Warning design DesignForExtension Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. 943
 Warning misc FinalParameters Parameter aEventName should be final. 943
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 943
 Warning blocks LeftCurly '{' should be on a new line. 943
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 944
 Warning blocks NeedBraces 'if' construct must use '{}'s. 945
 Warning javadoc JavadocStyle First sentence should end with a period. 950
 Warning design DesignForExtension Method 'publish' is not designed for extension - needs to be abstract, final or empty. 954
 Warning misc FinalParameters Parameter aEventName should be final. 954
 Warning blocks LeftCurly '{' should be on a new line. 954
 Warning javadoc JavadocStyle First sentence should end with a period. 958
 Warning design DesignForExtension Method 'publish' is not designed for extension - needs to be abstract, final or empty. 963
 Warning misc FinalParameters Parameter aEventName should be final. 963
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 963
 Warning blocks LeftCurly '{' should be on a new line. 963
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 964
 Warning blocks NeedBraces 'if' construct must use '{}'s. 965
 Warning javadoc JavadocStyle First sentence should end with a period. 970
 Warning design DesignForExtension Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. 973
 Warning misc FinalParameters Parameter aEventName should be final. 973
 Warning blocks LeftCurly '{' should be on a new line. 973
 Warning javadoc JavadocStyle First sentence should end with a period. 977
 Warning design DesignForExtension Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. 981
 Warning misc FinalParameters Parameter aEventName should be final. 981
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 981
 Warning blocks LeftCurly '{' should be on a new line. 981
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 982
 Warning blocks NeedBraces 'if' construct must use '{}'s. 983
 Warning design DesignForExtension Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. 990
 Warning misc FinalParameters Parameter aEventName should be final. 990
 Warning blocks LeftCurly '{' should be on a new line. 990
 Warning design DesignForExtension Method 'unPublish' is not designed for extension - needs to be abstract, final or empty. 998
 Warning misc FinalParameters Parameter aEventName should be final. 998
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 998
 Warning blocks LeftCurly '{' should be on a new line. 998
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 999
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1000
 Warning design DesignForExtension Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. 1011
 Warning misc FinalParameters Parameter aEventName should be final. 1011
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1011
 Warning misc FinalParameters Parameter aEventKind should be final. 1011
 Warning javadoc JavadocMethod Expected @param tag for 'aEventKind'. 1011
 Warning misc FinalParameters Parameter aEventPayload should be final. 1011
 Warning javadoc JavadocMethod Expected @param tag for 'aEventPayload'. 1011
 Warning blocks LeftCurly '{' should be on a new line. 1011
 Warning design DesignForExtension Method 'signalEvent' is not designed for extension - needs to be abstract, final or empty. 1023
 Warning misc FinalParameters Parameter aEventName should be final. 1023
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1023
 Warning misc FinalParameters Parameter aEventKind should be final. 1023
 Warning javadoc JavadocMethod Expected @param tag for 'aEventKind'. 1023
 Warning misc FinalParameters Parameter aEventPayload should be final. 1023
 Warning javadoc JavadocMethod Expected @param tag for 'aEventPayload'. 1023
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1023
 Warning blocks LeftCurly '{' should be on a new line. 1023
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1024
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1025
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1027
 Warning design DesignForExtension Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. 1038
 Warning misc FinalParameters Parameter aEventName should be final. 1038
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1038
 Warning misc FinalParameters Parameter aBufferID should be final. 1038
 Warning javadoc JavadocMethod Expected @param tag for 'aBufferID'. 1038
 Warning misc FinalParameters Parameter aBuffer should be final. 1038
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 1038
 Warning blocks LeftCurly '{' should be on a new line. 1038
 Warning design DesignForExtension Method 'signalBuffer' is not designed for extension - needs to be abstract, final or empty. 1051
 Warning misc FinalParameters Parameter aEventName should be final. 1051
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1051
 Warning misc FinalParameters Parameter aBufferID should be final. 1051
 Warning javadoc JavadocMethod Expected @param tag for 'aBufferID'. 1051
 Warning misc FinalParameters Parameter aBuffer should be final. 1051
 Warning javadoc JavadocMethod Expected @param tag for 'aBuffer'. 1051
 Warning misc FinalParameters Parameter aEventFlags should be final. 1051
 Warning javadoc JavadocMethod Expected @param tag for 'aEventFlags'. 1051
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1052
 Warning blocks LeftCurly '{' should be on a new line. 1052
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1053
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1054
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1056
 Warning design DesignForExtension Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. 1068
 Warning misc FinalParameters Parameter aEventName should be final. 1068
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1068
 Warning misc FinalParameters Parameter aAction should be final. 1068
 Warning javadoc JavadocMethod Expected @param tag for 'aAction'. 1068
 Warning misc FinalParameters Parameter aObjectID should be final. 1068
 Warning javadoc JavadocMethod Expected @param tag for 'aObjectID'. 1068
 Warning misc FinalParameters Parameter aAttribute should be final. 1068
 Warning javadoc JavadocMethod Expected @param tag for 'aAttribute'. 1068
 Warning blocks LeftCurly '{' should be on a new line. 1068
 Warning design DesignForExtension Method 'signalChangeObject' is not designed for extension - needs to be abstract, final or empty. 1081
 Warning misc FinalParameters Parameter aEventName should be final. 1081
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1081
 Warning misc FinalParameters Parameter aAction should be final. 1081
 Warning javadoc JavadocMethod Expected @param tag for 'aAction'. 1081
 Warning misc FinalParameters Parameter aObjectID should be final. 1081
 Warning javadoc JavadocMethod Expected @param tag for 'aObjectID'. 1081
 Warning misc FinalParameters Parameter aAttribute should be final. 1081
 Warning javadoc JavadocMethod Expected @param tag for 'aAttribute'. 1081
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1082
 Warning blocks LeftCurly '{' should be on a new line. 1082
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1083
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1084
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1086
 Warning javadoc JavadocStyle First sentence should end with a period. 1090
 Warning design DesignForExtension Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. 1096
 Warning misc FinalParameters Parameter aEventName should be final. 1096
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1096
 Warning misc FinalParameters Parameter aStreamName should be final. 1096
 Warning misc FinalParameters Parameter aStream should be final. 1096
 Warning javadoc JavadocMethod Expected @param tag for 'aStream'. 1096
 Warning blocks LeftCurly '{' should be on a new line. 1096
 Warning javadoc JavadocStyle First sentence should end with a period. 1100
 Warning design DesignForExtension Method 'signalStream' is not designed for extension - needs to be abstract, final or empty. 1107
 Warning misc FinalParameters Parameter aEventName should be final. 1107
 Warning javadoc JavadocMethod Expected @param tag for 'aEventName'. 1107
 Warning misc FinalParameters Parameter aStreamName should be final. 1107
 Warning javadoc JavadocMethod Expected @param tag for 'aStreamName'. 1107
 Warning misc FinalParameters Parameter aStream should be final. 1107
 Warning javadoc JavadocMethod Expected @param tag for 'aStream'. 1107
 Warning misc FinalParameters Parameter aUseFederationPrefix should be final. 1107
 Warning javadoc JavadocMethod Expected @param tag for 'aUseFederationPrefix'. 1107
 Warning blocks LeftCurly '{' should be on a new line. 1107
 Warning naming LocalVariableName Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1108
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1109
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1111
 Warning javadoc JavadocStyle First sentence should end with a period. 1116
 Warning blocks LeftCurly '{' should be on a new line. 1117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1118
 Warning modifier RedundantModifier Redundant 'public' modifier. 1118
 Warning javadoc JavadocStyle First sentence should end with a period. 1122
 Warning javadoc JavadocStyle First sentence should end with a period. 1124
 Warning design DesignForExtension Method 'setOnVariable' is not designed for extension - needs to be abstract, final or empty. 1127
 Warning misc FinalParameters Parameter aValue should be final. 1127
 Warning javadoc JavadocMethod Expected @param tag for 'aValue'. 1127
 Warning javadoc JavadocStyle First sentence should end with a period. 1133
 Warning design DesignForExtension Method 'requestAllVariables' is not designed for extension - needs to be abstract, final or empty. 1134
 Warning blocks LeftCurly '{' should be on a new line. 1134
 Warning javadoc JavadocStyle First sentence should end with a period. 1138
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1142
 Warning misc FinalParameters Parameter aVarName should be final. 1142
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1142
 Warning misc FinalParameters Parameter aVarValue should be final. 1142
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1142
 Warning blocks LeftCurly '{' should be on a new line. 1142
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1143
 Warning javadoc JavadocStyle First sentence should end with a period. 1152
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1156
 Warning misc FinalParameters Parameter aVarName should be final. 1156
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1156
 Warning misc FinalParameters Parameter aVarValue should be final. 1156
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1156
 Warning blocks LeftCurly '{' should be on a new line. 1156
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1157
 Warning javadoc JavadocStyle First sentence should end with a period. 1166
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1171
 Warning misc FinalParameters Parameter aVarName should be final. 1171
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1171
 Warning misc FinalParameters Parameter aVarValue should be final. 1171
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1171
 Warning misc FinalParameters Parameter aVarPrefix should be final. 1171
 Warning javadoc JavadocMethod Expected @param tag for 'aVarPrefix'. 1171
 Warning blocks LeftCurly '{' should be on a new line. 1171
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1172
 Warning javadoc JavadocStyle First sentence should end with a period. 1183
 Warning design DesignForExtension Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 1188
 Warning misc FinalParameters Parameter aVarName should be final. 1188
 Warning javadoc JavadocMethod Expected @param tag for 'aVarName'. 1188
 Warning misc FinalParameters Parameter aVarValue should be final. 1188
 Warning javadoc JavadocMethod Expected @param tag for 'aVarValue'. 1188
 Warning misc FinalParameters Parameter aVarPrefix should be final. 1188
 Warning javadoc JavadocMethod Expected @param tag for 'aVarPrefix'. 1188
 Warning blocks LeftCurly '{' should be on a new line. 1188
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1189
 Warning javadoc JavadocStyle First sentence should end with a period. 1200
 Warning blocks LeftCurly '{' should be on a new line. 1201
 Info sizes LineLength Line is longer than 128 characters (found 130). 1202
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1202
 Warning modifier RedundantModifier Redundant 'public' modifier. 1202
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1205
 Warning javadoc JavadocStyle First sentence should end with a period. 1206
 Warning javadoc JavadocStyle First sentence should end with a period. 1208
 Warning design DesignForExtension Method 'setOnStatusUpdate' is not designed for extension - needs to be abstract, final or empty. 1211
 Warning misc FinalParameters Parameter aValue should be final. 1211
 Warning javadoc JavadocMethod Expected @param tag for 'aValue'. 1211
 Warning javadoc JavadocStyle First sentence should end with a period. 1218
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1219
 Warning javadoc JavadocStyle First sentence should end with a period. 1220
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1221
 Warning javadoc JavadocStyle First sentence should end with a period. 1222
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1223
 Warning javadoc JavadocStyle First sentence should end with a period. 1225
 Warning design DesignForExtension Method 'updateStatus' is not designed for extension - needs to be abstract, final or empty. 1230
 Warning misc FinalParameters Parameter aProgress should be final. 1230
 Warning misc FinalParameters Parameter aStatus should be final. 1230
 Warning javadoc JavadocMethod Expected @throws tag for 'InterruptedException'. 1230
 Warning blocks LeftCurly '{' should be on a new line. 1230
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1231
 Warning blocks LeftCurly '{' should be on a new line. 1237
 Warning blocks LeftCurly '{' should be on a new line. 1239
 Warning naming LocalVariableName Name 'SpinCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1240
 Warning blocks LeftCurly '{' should be on a new line. 1241
 Info sizes LineLength Line is longer than 128 characters (found 148). 1247
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1249
 Warning blocks RightCurly '}' should be alone on a line. 1249
 Info sizes LineLength Line is longer than 128 characters (found 138). 1250
 Warning javadoc JavadocStyle First sentence should end with a period. 1254
 Warning design DesignForExtension Method 'removeStatus' is not designed for extension - needs to be abstract, final or empty. 1255
 Warning blocks LeftCurly '{' should be on a new line. 1255
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1256
 Info sizes LineLength Line is longer than 128 characters (found 134). 1258
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1260
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1265
 Warning design DesignForExtension Method 'subscribeOnFocus' is not designed for extension - needs to be abstract, final or empty. 1269
 Warning misc FinalParameters Parameter aOnFocus should be final. 1269
 Warning blocks LeftCurly '{' should be on a new line. 1269
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1270
 Warning javadoc JavadocStyle First sentence should end with a period. 1275
 Warning design DesignForExtension Method 'signalFocus' is not designed for extension - needs to be abstract, final or empty. 1280
 Warning misc FinalParameters Parameter aX should be final. 1280
 Warning javadoc JavadocMethod Expected @param tag for 'aX'. 1280
 Warning misc FinalParameters Parameter aY should be final. 1280
 Warning javadoc JavadocMethod Expected @param tag for 'aY'. 1280
 Warning blocks LeftCurly '{' should be on a new line. 1280
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1281
 Warning blocks LeftCurly '{' should be on a new line. 1283
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1284
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1291
 Warning blocks RightCurly '}' should be alone on a line. 1291
 Warning javadoc JavadocStyle First sentence should end with a period. 1296
 Warning design DesignForExtension Method 'subscribeOnFederationChange' is not designed for extension - needs to be abstract, final or empty. 1299
 Warning misc FinalParameters Parameter aOnChangeFederation should be final. 1299
 Warning javadoc JavadocMethod Expected @param tag for 'aOnChangeFederation'. 1299
 Warning blocks LeftCurly '{' should be on a new line. 1299
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1300
 Warning javadoc JavadocStyle First sentence should end with a period. 1305
 Warning design DesignForExtension Method 'signalChangeFederation' is not designed for extension - needs to be abstract, final or empty. 1310
 Warning misc FinalParameters Parameter aNewFederationID should be final. 1310
 Warning javadoc JavadocMethod Expected @param tag for 'aNewFederationID'. 1310
 Warning misc FinalParameters Parameter aNewFederation should be final. 1310
 Warning javadoc JavadocMethod Expected @param tag for 'aNewFederation'. 1310
 Warning blocks LeftCurly '{' should be on a new line. 1310
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1311
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1313
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1315
 Warning javadoc JavadocStyle First sentence should end with a period. 1320
 Warning design DesignForExtension Method 'logWriteLn' is not designed for extension - needs to be abstract, final or empty. 1326
 Warning misc FinalParameters Parameter aLogEventName should be final. 1326
 Warning javadoc JavadocMethod Expected @param tag for 'aLogEventName'. 1326
 Warning misc FinalParameters Parameter aLine should be final. 1326
 Warning javadoc JavadocMethod Expected @param tag for 'aLine'. 1326
 Warning misc FinalParameters Parameter aLevel should be final. 1326
 Warning javadoc JavadocMethod Expected @param tag for 'aLevel'. 1326
 Warning blocks LeftCurly '{' should be on a new line. 1326
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1327
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1329
 Warning blocks NeedBraces 'else' construct must use '{}'s. 1331
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1337
 Warning javadoc JavadocStyle First sentence should end with a period. 1338
 Warning blocks LeftCurly '{' should be on a new line. 1339
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1340
 Warning modifier RedundantModifier Redundant 'public' modifier. 1340
 Warning javadoc JavadocStyle First sentence should end with a period. 1343
 Warning design VisibilityModifier Variable 'onEventNames' must be private and have accessor methods. 1344
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1346
 Warning javadoc JavadocType Missing a Javadoc comment. 1347
 Warning blocks LeftCurly '{' should be on a new line. 1347
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1348
 Warning modifier RedundantModifier Redundant 'public' modifier. 1348
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 1351
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1352
 Warning design VisibilityModifier Variable 'onSubAndPub' must be private and have accessor methods. 1352
 Warning javadoc JavadocStyle First sentence should end with a period. 1355
 Warning javadoc JavadocStyle First sentence should end with a period. 1357
 Warning javadoc JavadocStyle First sentence should end with a period. 1359
 Warning javadoc JavadocStyle First sentence should end with a period. 1362
 Warning design DesignForExtension Method 'requestEventname' is not designed for extension - needs to be abstract, final or empty. 1367
 Warning misc FinalParameters Parameter aEventNameFilter should be final. 1367
 Warning javadoc JavadocMethod Expected @param tag for 'aEventNameFilter'. 1367
 Warning misc FinalParameters Parameter aEventFilters should be final. 1367
 Warning javadoc JavadocMethod Expected @param tag for 'aEventFilters'. 1367
 Warning blocks LeftCurly '{' should be on a new line. 1367
 Warning naming LocalVariableName Name 'Payload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1368

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/mc/ConfigurationManager.java

Severity Category Rule Message Line
 Warning design FinalClass Class ConfigurationManager should be declared as final. 15
 Warning javadoc JavadocStyle First sentence should end with a period. 18
 Warning javadoc JavadocStyle First sentence should end with a period. 26
 Warning misc FinalParameters Parameter settingName should be final. 32
 Warning javadoc JavadocMethod Expected @param tag for 'settingName'. 32

nl/tno/imb/mc/ModelEvent.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'uid' must be private and have accessor methods. 42
 Warning misc FinalParameters Parameter payload should be final. 48
 Warning misc FinalParameters Parameter payload should be final. 55
 Warning misc FinalParameters Parameter payload should be final. 62
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 75
 Warning design VisibilityModifier Variable 'uid' must be private and have accessor methods. 75
 Warning design VisibilityModifier Variable 'state' must be private and have accessor methods. 78
 Warning design VisibilityModifier Variable 'federation' must be private and have accessor methods. 81
 Warning misc FinalParameters Parameter payload should be final. 87
 Warning design VisibilityModifier Variable 'commandMap' must be private and have accessor methods. 179
 Warning javadoc JavadocStyle First sentence should end with a period. 189
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 193
 Warning design VisibilityModifier Variable 'uid' must be private and have accessor methods. 228
 Warning design VisibilityModifier Variable 'state' must be private and have accessor methods. 231
 Warning design VisibilityModifier Variable 'federation' must be private and have accessor methods. 234
 Warning misc FinalParameters Parameter payload should be final. 240
 Warning misc FinalParameters Parameter payload should be final. 262
 Warning misc FinalParameters Parameter payload should be final. 271
 Warning design VisibilityModifier Variable 'linkId' must be private and have accessor methods. 286
 Warning design VisibilityModifier Variable 'uid' must be private and have accessor methods. 289
 Warning design VisibilityModifier Variable 'modelName' must be private and have accessor methods. 292
 Warning design VisibilityModifier Variable 'modelPrivateEventName' must be private and have accessor methods. 295
 Warning design VisibilityModifier Variable 'uid' must be private and have accessor methods. 352
 Warning design VisibilityModifier Variable 'modelName' must be private and have accessor methods. 355
 Warning design VisibilityModifier Variable 'controller' must be private and have accessor methods. 358
 Warning design VisibilityModifier Variable 'priority' must be private and have accessor methods. 361
 Warning design VisibilityModifier Variable 'state' must be private and have accessor methods. 364
 Warning design VisibilityModifier Variable 'federation' must be private and have accessor methods. 367
 Warning design VisibilityModifier Variable 'privateEventName' must be private and have accessor methods. 370
 Warning design VisibilityModifier Variable 'controllerPrivateEventName' must be private and have accessor methods. 373
 Info sizes ParameterNumber More than 7 parameters (found 8). 402
 Warning misc FinalParameters Parameter payload should be final. 417
 Warning misc FinalParameters Parameter payload should be final. 431

nl/tno/imb/mc/ModelParameters.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 34
 Warning misc FinalParameters Parameter payload should be final. 39
 Warning javadoc JavadocMethod Expected @param tag for 'payload'. 39
 Warning javadoc JavadocMethod Expected @throws tag for 'IMBException'. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 57
 Warning design DesignForExtension Method 'getParameterByName' is not designed for extension - needs to be abstract, final or empty. 63
 Warning design DesignForExtension Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. 72
 Warning design DesignForExtension Method 'parameterExists' is not designed for extension - needs to be abstract, final or empty. 82
 Warning design DesignForExtension Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. 109
 Warning design DesignForExtension Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. 120
 Warning design DesignForExtension Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. 130
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 142
 Warning misc FinalParameters Parameter payload should be final. 143
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 153
 Warning misc FinalParameters Parameter payload should be final. 154
 Warning design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 164

nl/tno/imb/mc/ModelStarter.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'connection' must be private and have accessor methods. 95
 Warning design VisibilityModifier Variable 'state' must be private and have accessor methods. 128
 Warning design VisibilityModifier Variable 'priority' must be private and have accessor methods. 131
 Warning design VisibilityModifier Variable 'progress' must be private and have accessor methods. 134
 Warning javadoc JavadocMethod Expected @throws tag for 'IMBException'. 166
 Warning design DesignForExtension Method 'doStartModel' is not designed for extension - needs to be abstract, final or empty. 279
 Warning misc FinalParameters Parameter parameters should be final. 279
 Warning design DesignForExtension Method 'doStopModel' is not designed for extension - needs to be abstract, final or empty. 300
 Warning design DesignForExtension Method 'doQuitApplication' is not designed for extension - needs to be abstract, final or empty. 310
 Warning design DesignForExtension Method 'handleControlEvents' is not designed for extension - needs to be abstract, final or empty. 333
 Warning misc FinalParameters Parameter event should be final. 333
 Warning misc FinalParameters Parameter payload should be final. 333
 Warning design DesignForExtension Method 'signalModelProgress' is not designed for extension - needs to be abstract, final or empty. 497
 Warning misc FinalParameters Parameter currentProgress should be final. 497
 Warning javadoc JavadocMethod Expected @throws tag for 'IMBException'. 497
 Warning design DesignForExtension Method 'signalModelState' is not designed for extension - needs to be abstract, final or empty. 514
 Warning design DesignForExtension Method 'signalModelState' is not designed for extension - needs to be abstract, final or empty. 530
 Warning design DesignForExtension Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. 539
 Warning design DesignForExtension Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. 548

nl/tno/imb/mc/ModelState.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'commandMap' must be private and have accessor methods. 30

nl/tno/imb/mc/Parameter.java

Severity Category Rule Message Line
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 93
 Warning design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 136
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 136
 Warning coding MissingSwitchDefault switch without "default" clause. 140
 Warning design DesignForExtension Method 'qWrite' is not designed for extension - needs to be abstract, final or empty. 176
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 176
 Warning coding MissingSwitchDefault switch without "default" clause. 180
 Warning design DesignForExtension Method 'setValueList' is not designed for extension - needs to be abstract, final or empty. 216
 Warning design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 231
 Warning design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 239
 Warning design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 247
 Warning design DesignForExtension Method 'getValueList' is not designed for extension - needs to be abstract, final or empty. 255
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 275
 Info sizes LineLength Line is longer than 128 characters (found 131). 291

nl/tno/imb/mc/StandardSettings.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'switches' must be private and have accessor methods. 21
 Warning design VisibilityModifier Variable 'arguments' must be private and have accessor methods. 24
 Warning design DesignForExtension Method 'testSwitch' is not designed for extension - needs to be abstract, final or empty. 60
 Warning design DesignForExtension Method 'getSwitch' is not designed for extension - needs to be abstract, final or empty. 71
 Warning design DesignForExtension Method 'firstArgument' is not designed for extension - needs to be abstract, final or empty. 85
 Warning design DesignForExtension Method 'nextArgument' is not designed for extension - needs to be abstract, final or empty. 96
 Warning design DesignForExtension Method 'getSetting' is not designed for extension - needs to be abstract, final or empty. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105

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/ObjectArrayToIMB.java

Severity Category Rule Message Line
 Warning design FinalClass Class ObjectArrayToIMB should be declared as final. 16
 Warning javadoc JavadocStyle First sentence should end with a period. 19
 Warning javadoc JavadocMethod Expected @throws tag for 'IMBException'. 33

org/opentrafficsim/imb/SelfWrapper.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 23
 Warning modifier RedundantModifier Redundant 'public' modifier. 29

org/opentrafficsim/imb/connector/Connector.java

Severity Category Rule Message Line
 Warning naming ParameterName Name 'IMBEventName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Warning javadoc JavadocStyle First sentence should end with a period. 96
 Warning javadoc JavadocMethod Expected @param tag for 'eventEntry'. 100

org/opentrafficsim/imb/connector/IMBConnector.java

Severity Category Rule Message Line
 Warning design VisibilityModifier Variable 'imbTransceiverMap' must be private and have accessor methods. 31
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 69
 Warning misc FinalParameters Parameter aEvent should be final. 90
 Warning misc FinalParameters Parameter aPayload should be final. 90
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning blocks NeedBraces 'if' construct must use '{}'s. 127
 Warning blocks NeedBraces 'if' construct must use '{}'s. 129
 Warning blocks NeedBraces 'if' construct must use '{}'s. 131
 Warning blocks NeedBraces 'if' construct must use '{}'s. 133
 Warning blocks NeedBraces 'if' construct must use '{}'s. 135
 Warning blocks NeedBraces 'if' construct must use '{}'s. 137
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Warning blocks NeedBraces 'else' construct must use '{}'s. 143

org/opentrafficsim/imb/modelproperties/IMBModelPropertyTransmitter.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 21

org/opentrafficsim/imb/modelproperties/package-info.java

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