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
1 70 1778 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 4  Warning
LeftCurly
  • maxLineLength: "128"
  • option: "nl"
690  Warning
NeedBraces 20  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
82  Warning
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
5  Warning
MissingSwitchDefault 1  Warning
design VisibilityModifier 5  Warning
javadoc JavadocMethod 389  Warning
JavadocPackage 1  Info
JavadocStyle
  • checkHtml: "false"
163  Warning
JavadocType 7  Warning
JavadocVariable 96  Warning
misc FinalParameters 187  Warning
NewlineAtEndOfFile
  • fileExtensions: "java"
  • lineSeparator: "crlf"
1  Warning
modifier RedundantModifier 25  Warning
naming ConstantName 10  Warning
LocalVariableName 14  Warning
MemberName 37  Warning
StaticVariableName 10  Warning
sizes FileLength 1  Warning
LineLength
  • max: "128"
69  Info
whitespace NoWhitespaceAfter
  • tokens: "INC, DEC, UNARY_MINUS, UNARY_PLUS, BNOT, LNOT, DOT, ARRAY_DECLARATOR, INDEX_OP"
1  Warning
NoWhitespaceBefore 7  Warning
OperatorWrap 17  Warning
WhitespaceAfter 5  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"
1  Warning

Details

org/opentrafficsim/aimsun/proto/AimsunControlProtoBuf.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Info javadoc JavadocPackage Missing package-info.java file.
 Warning sizes FileLength File length is 3,693 lines (max allowed is 2,000). 1
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning blocks LeftCurly '{' should be on a new line. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 7
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 8
 Warning misc FinalParameters Parameter registry should be final. 9
 Warning blocks LeftCurly '{' should be on a new line. 9
 Warning javadoc JavadocType Missing a Javadoc comment. 11
 Warning blocks LeftCurly '{' should be on a new line. 13
 Warning javadoc JavadocStyle First sentence should end with a period. 15
 Warning javadoc JavadocMethod Expected an @return tag. 18
 Warning javadoc JavadocStyle First sentence should end with a period. 19
 Warning javadoc JavadocMethod Expected an @return tag. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 24
 Warning javadoc JavadocMethod Expected an @return tag. 27
 Warning javadoc JavadocStyle First sentence should end with a period. 28
 Warning javadoc JavadocMethod Expected an @return tag. 31
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning javadoc JavadocMethod Expected an @return tag. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 37
 Warning javadoc JavadocMethod Expected an @return tag. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning javadoc JavadocMethod Expected an @return tag. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning blocks LeftCurly '{' should be on a new line. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter builder should be final. 55
 Warning blocks LeftCurly '{' should be on a new line. 55
 Warning misc FinalParameters Parameter noInit should be final. 59
 Warning blocks LeftCurly '{' should be on a new line. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning naming ConstantName Name 'defaultInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning blocks LeftCurly '{' should be on a new line. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning modifier RedundantModifier Redundant 'final' modifier. 72
 Warning blocks LeftCurly '{' should be on a new line. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning misc FinalParameters Parameter input should be final. 77
 Warning misc FinalParameters Parameter extensionRegistry should be final. 78
 Warning blocks LeftCurly '{' should be on a new line. 79
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
 Warning coding HiddenField 'unknownFields' hides a field. 82
 Warning blocks LeftCurly '{' should be on a new line. 84
 Warning blocks LeftCurly '{' should be on a new line. 86
 Warning blocks LeftCurly '{' should be on a new line. 88
 Warning blocks LeftCurly '{' should be on a new line. 94
 Warning blocks RightCurly '}' should be alone on a line. 117
 Warning blocks LeftCurly '{' should be on a new line. 117
 Warning blocks RightCurly '}' should be alone on a line. 119
 Warning blocks LeftCurly '{' should be on a new line. 119
 Warning blocks RightCurly '}' should be alone on a line. 122
 Warning blocks LeftCurly '{' should be on a new line. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 127
 Warning modifier RedundantModifier Redundant 'final' modifier. 127
 Warning blocks LeftCurly '{' should be on a new line. 128
 Info sizes LineLength Line is longer than 128 characters (found 143). 129
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning blocks LeftCurly '{' should be on a new line. 133
 Info sizes LineLength Line is longer than 128 characters (found 150). 134
 Info sizes LineLength Line is longer than 128 characters (found 178). 136
 Warning javadoc JavadocVariable Missing a Javadoc comment. 139
 Warning naming StaticVariableName Name 'PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
 Warning design VisibilityModifier Variable 'PARSER' must be private and have accessor methods. 139
 Warning misc FinalParameters Parameter input should be final. 142
 Warning misc FinalParameters Parameter extensionRegistry should be final. 143
 Warning blocks LeftCurly '{' should be on a new line. 144
 Warning blocks LeftCurly '{' should be on a new line. 150
 Warning javadoc JavadocVariable Missing a Javadoc comment. 154
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
 Warning javadoc JavadocVariable Missing a Javadoc comment. 155
 Warning javadoc JavadocVariable Missing a Javadoc comment. 156
 Warning naming MemberName Name 'runTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
 Warning javadoc JavadocStyle First sentence should end with a period. 157
 Warning javadoc JavadocMethod Expected an @return tag. 160
 Warning blocks LeftCurly '{' should be on a new line. 160
 Warning javadoc JavadocStyle First sentence should end with a period. 163
 Warning javadoc JavadocMethod Expected an @return tag. 166
 Warning blocks LeftCurly '{' should be on a new line. 166
 Warning javadoc JavadocVariable Missing a Javadoc comment. 170
 Warning javadoc JavadocVariable Missing a Javadoc comment. 171
 Warning naming MemberName Name 'warmUpTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 171
 Warning javadoc JavadocStyle First sentence should end with a period. 172
 Warning javadoc JavadocMethod Expected an @return tag. 175
 Warning blocks LeftCurly '{' should be on a new line. 175
 Warning javadoc JavadocStyle First sentence should end with a period. 178
 Warning javadoc JavadocMethod Expected an @return tag. 181
 Warning blocks LeftCurly '{' should be on a new line. 181
 Warning javadoc JavadocVariable Missing a Javadoc comment. 185
 Warning javadoc JavadocVariable Missing a Javadoc comment. 186
 Warning naming MemberName Name 'networkXML_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 186
 Warning javadoc JavadocStyle First sentence should end with a period. 187
 Warning javadoc JavadocMethod Expected an @return tag. 190
 Warning blocks LeftCurly '{' should be on a new line. 190
 Warning javadoc JavadocStyle First sentence should end with a period. 193
 Warning javadoc JavadocMethod Expected an @return tag. 196
 Warning blocks LeftCurly '{' should be on a new line. 196
 Warning blocks LeftCurly '{' should be on a new line. 198
 Warning blocks RightCurly '}' should be alone on a line. 200
 Warning blocks LeftCurly '{' should be on a new line. 200
 Warning blocks LeftCurly '{' should be on a new line. 204
 Warning javadoc JavadocStyle First sentence should end with a period. 210
 Warning javadoc JavadocMethod Expected an @return tag. 213
 Warning blocks LeftCurly '{' should be on a new line. 214
 Warning blocks LeftCurly '{' should be on a new line. 216
 Warning blocks RightCurly '}' should be alone on a line. 222
 Warning blocks LeftCurly '{' should be on a new line. 222
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227
 Warning blocks LeftCurly '{' should be on a new line. 227
 Warning javadoc JavadocVariable Missing a Javadoc comment. 232
 Warning javadoc JavadocMethod Missing a Javadoc comment. 233
 Warning modifier RedundantModifier Redundant 'final' modifier. 233
 Warning blocks LeftCurly '{' should be on a new line. 233
 Warning blocks NeedBraces 'if' construct must use '{}'s. 235
 Warning blocks NeedBraces 'if' construct must use '{}'s. 236
 Warning blocks LeftCurly '{' should be on a new line. 238
 Warning blocks LeftCurly '{' should be on a new line. 242
 Warning javadoc JavadocMethod Missing a Javadoc comment. 250
 Warning misc FinalParameters Parameter output should be final. 250
 Warning blocks LeftCurly '{' should be on a new line. 251
 Warning blocks LeftCurly '{' should be on a new line. 253
 Warning blocks LeftCurly '{' should be on a new line. 256
 Warning blocks LeftCurly '{' should be on a new line. 259
 Warning javadoc JavadocVariable Missing a Javadoc comment. 265
 Warning javadoc JavadocMethod Missing a Javadoc comment. 266
 Warning blocks LeftCurly '{' should be on a new line. 266
 Warning blocks NeedBraces 'if' construct must use '{}'s. 268
 Warning blocks LeftCurly '{' should be on a new line. 271
 Warning blocks LeftCurly '{' should be on a new line. 275
 Warning blocks LeftCurly '{' should be on a new line. 279
 Warning javadoc JavadocVariable Missing a Javadoc comment. 288
 Warning blocks LeftCurly '{' should be on a new line. 291
 Warning javadoc JavadocMethod Missing a Javadoc comment. 295
 Warning misc FinalParameters Parameter data should be final. 296
 Warning blocks LeftCurly '{' should be on a new line. 297
 Warning javadoc JavadocMethod Missing a Javadoc comment. 300
 Warning misc FinalParameters Parameter data should be final. 301
 Warning misc FinalParameters Parameter extensionRegistry should be final. 302
 Warning blocks LeftCurly '{' should be on a new line. 303
 Warning javadoc JavadocMethod Missing a Javadoc comment. 306
 Warning misc FinalParameters Parameter data should be final. 306
 Warning blocks LeftCurly '{' should be on a new line. 307
 Warning javadoc JavadocMethod Missing a Javadoc comment. 310
 Warning misc FinalParameters Parameter data should be final. 311
 Warning misc FinalParameters Parameter extensionRegistry should be final. 312
 Warning blocks LeftCurly '{' should be on a new line. 313
 Warning javadoc JavadocMethod Missing a Javadoc comment. 316
 Warning misc FinalParameters Parameter input should be final. 316
 Warning blocks LeftCurly '{' should be on a new line. 317
 Warning javadoc JavadocMethod Missing a Javadoc comment. 320
 Warning misc FinalParameters Parameter input should be final. 321
 Warning misc FinalParameters Parameter extensionRegistry should be final. 322
 Warning blocks LeftCurly '{' should be on a new line. 323
 Info sizes LineLength Line is longer than 128 characters (found 134). 326
 Warning javadoc JavadocMethod Missing a Javadoc comment. 326
 Warning misc FinalParameters Parameter input should be final. 326
 Warning blocks LeftCurly '{' should be on a new line. 327
 Warning javadoc JavadocMethod Missing a Javadoc comment. 330
 Warning misc FinalParameters Parameter input should be final. 331
 Warning misc FinalParameters Parameter extensionRegistry should be final. 332
 Warning blocks LeftCurly '{' should be on a new line. 333
 Warning javadoc JavadocMethod Missing a Javadoc comment. 336
 Warning misc FinalParameters Parameter input should be final. 337
 Warning blocks LeftCurly '{' should be on a new line. 338
 Warning javadoc JavadocMethod Missing a Javadoc comment. 341
 Warning misc FinalParameters Parameter input should be final. 342
 Warning misc FinalParameters Parameter extensionRegistry should be final. 343
 Warning blocks LeftCurly '{' should be on a new line. 344
 Warning blocks LeftCurly '{' should be on a new line. 348
 Warning blocks LeftCurly '{' should be on a new line. 349
 Warning javadoc JavadocMethod Missing a Javadoc comment. 350
 Warning misc FinalParameters Parameter prototype should be final. 350
 Warning blocks LeftCurly '{' should be on a new line. 350
 Warning blocks LeftCurly '{' should be on a new line. 353
 Warning misc FinalParameters Parameter parent should be final. 357
 Warning blocks LeftCurly '{' should be on a new line. 357
 Warning javadoc JavadocStyle First sentence should end with a period. 361
 Warning blocks LeftCurly '{' should be on a new line. 367
 Warning javadoc JavadocMethod Missing a Javadoc comment. 368
 Warning modifier RedundantModifier Redundant 'final' modifier. 368
 Warning blocks LeftCurly '{' should be on a new line. 369
 Info sizes LineLength Line is longer than 128 characters (found 145). 370
 Warning javadoc JavadocMethod Missing a Javadoc comment. 373
 Warning blocks LeftCurly '{' should be on a new line. 374
 Info sizes LineLength Line is longer than 128 characters (found 152). 375
 Info sizes LineLength Line is longer than 128 characters (found 180). 377
 Warning javadoc JavadocMethod Missing a Javadoc comment. 381
 Warning blocks LeftCurly '{' should be on a new line. 381
 Warning javadoc JavadocMethod Missing a Javadoc comment. 385
 Warning misc FinalParameters Parameter parent should be final. 386
 Warning blocks LeftCurly '{' should be on a new line. 386
 Warning javadoc JavadocMethod Missing a Javadoc comment. 390
 Warning blocks LeftCurly '{' should be on a new line. 390
 Warning blocks LeftCurly '{' should be on a new line. 391
 Warning blocks EmptyBlock Must have at least one statement. 391
 Warning javadoc JavadocMethod Missing a Javadoc comment. 394
 Warning blocks LeftCurly '{' should be on a new line. 394
 Warning javadoc JavadocMethod Missing a Javadoc comment. 398
 Warning blocks LeftCurly '{' should be on a new line. 398
 Warning javadoc JavadocMethod Missing a Javadoc comment. 409
 Warning blocks LeftCurly '{' should be on a new line. 409
 Warning javadoc JavadocMethod Missing a Javadoc comment. 413
 Warning blocks LeftCurly '{' should be on a new line. 414
 Info sizes LineLength Line is longer than 128 characters (found 145). 415
 Warning javadoc JavadocMethod Missing a Javadoc comment. 418
 Warning blocks LeftCurly '{' should be on a new line. 418
 Warning javadoc JavadocMethod Missing a Javadoc comment. 422
 Warning blocks LeftCurly '{' should be on a new line. 422
 Warning blocks LeftCurly '{' should be on a new line. 424
 Warning javadoc JavadocMethod Missing a Javadoc comment. 430
 Warning blocks LeftCurly '{' should be on a new line. 430
 Info sizes LineLength Line is longer than 128 characters (found 169). 431
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 432
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 433
 Warning blocks LeftCurly '{' should be on a new line. 434
 Warning blocks LeftCurly '{' should be on a new line. 438
 Warning blocks LeftCurly '{' should be on a new line. 442
 Warning javadoc JavadocMethod Missing a Javadoc comment. 451
 Warning misc FinalParameters Parameter other should be final. 451
 Warning blocks LeftCurly '{' should be on a new line. 451
 Warning blocks LeftCurly '{' should be on a new line. 452
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 453
 Warning blocks RightCurly '}' should be alone on a line. 454
 Warning blocks LeftCurly '{' should be on a new line. 454
 Warning javadoc JavadocMethod Missing a Javadoc comment. 460
 Warning misc FinalParameters Parameter other should be final. 460
 Warning blocks LeftCurly '{' should be on a new line. 460
 Warning blocks NeedBraces 'if' construct must use '{}'s. 461
 Warning blocks LeftCurly '{' should be on a new line. 462
 Warning blocks LeftCurly '{' should be on a new line. 465
 Warning blocks LeftCurly '{' should be on a new line. 468
 Warning javadoc JavadocMethod Missing a Javadoc comment. 477
 Warning modifier RedundantModifier Redundant 'final' modifier. 477
 Warning blocks LeftCurly '{' should be on a new line. 477
 Warning blocks LeftCurly '{' should be on a new line. 478
 Warning blocks LeftCurly '{' should be on a new line. 482
 Warning javadoc JavadocMethod Missing a Javadoc comment. 489
 Warning misc FinalParameters Parameter input should be final. 490
 Warning misc FinalParameters Parameter extensionRegistry should be final. 491
 Warning blocks LeftCurly '{' should be on a new line. 492
 Warning blocks LeftCurly '{' should be on a new line. 494
 Warning blocks RightCurly '}' should be alone on a line. 496
 Warning blocks LeftCurly '{' should be on a new line. 496
 Warning blocks RightCurly '}' should be alone on a line. 499
 Warning blocks LeftCurly '{' should be on a new line. 499
 Warning blocks LeftCurly '{' should be on a new line. 500
 Warning javadoc JavadocVariable Missing a Javadoc comment. 506
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 506
 Warning javadoc JavadocVariable Missing a Javadoc comment. 508
 Warning naming MemberName Name 'runTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 508
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 508
 Warning javadoc JavadocStyle First sentence should end with a period. 509
 Warning javadoc JavadocMethod Expected an @return tag. 512
 Warning blocks LeftCurly '{' should be on a new line. 512
 Warning javadoc JavadocStyle First sentence should end with a period. 515
 Warning javadoc JavadocMethod Expected an @return tag. 518
 Warning blocks LeftCurly '{' should be on a new line. 518
 Warning javadoc JavadocStyle First sentence should end with a period. 521
 Warning javadoc JavadocMethod Expected an @return tag. 524
 Warning misc FinalParameters Parameter value should be final. 524
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 524
 Warning blocks LeftCurly '{' should be on a new line. 524
 Warning javadoc JavadocStyle First sentence should end with a period. 530
 Warning javadoc JavadocMethod Expected an @return tag. 533
 Warning blocks LeftCurly '{' should be on a new line. 533
 Warning javadoc JavadocVariable Missing a Javadoc comment. 540
 Warning naming MemberName Name 'warmUpTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 540
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 540
 Warning javadoc JavadocStyle First sentence should end with a period. 541
 Warning javadoc JavadocMethod Expected an @return tag. 544
 Warning blocks LeftCurly '{' should be on a new line. 544
 Warning javadoc JavadocStyle First sentence should end with a period. 547
 Warning javadoc JavadocMethod Expected an @return tag. 550
 Warning blocks LeftCurly '{' should be on a new line. 550
 Warning javadoc JavadocStyle First sentence should end with a period. 553
 Warning javadoc JavadocMethod Expected an @return tag. 556
 Warning misc FinalParameters Parameter value should be final. 556
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 556
 Warning blocks LeftCurly '{' should be on a new line. 556
 Warning javadoc JavadocStyle First sentence should end with a period. 562
 Warning javadoc JavadocMethod Expected an @return tag. 565
 Warning blocks LeftCurly '{' should be on a new line. 565
 Warning javadoc JavadocVariable Missing a Javadoc comment. 572
 Warning naming MemberName Name 'networkXML_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 572
 Warning javadoc JavadocStyle First sentence should end with a period. 573
 Warning javadoc JavadocMethod Expected an @return tag. 576
 Warning blocks LeftCurly '{' should be on a new line. 576
 Warning javadoc JavadocStyle First sentence should end with a period. 579
 Warning javadoc JavadocMethod Expected an @return tag. 582
 Warning blocks LeftCurly '{' should be on a new line. 582
 Warning blocks LeftCurly '{' should be on a new line. 584
 Warning blocks LeftCurly '{' should be on a new line. 588
 Warning blocks RightCurly '}' should be alone on a line. 592
 Warning blocks LeftCurly '{' should be on a new line. 592
 Warning javadoc JavadocStyle First sentence should end with a period. 596
 Warning javadoc JavadocMethod Expected an @return tag. 599
 Warning blocks LeftCurly '{' should be on a new line. 600
 Warning blocks LeftCurly '{' should be on a new line. 602
 Warning blocks RightCurly '}' should be alone on a line. 608
 Warning blocks LeftCurly '{' should be on a new line. 608
 Warning javadoc JavadocStyle First sentence should end with a period. 612
 Warning javadoc JavadocMethod Expected an @return tag. 615
 Warning misc FinalParameters Parameter value should be final. 616
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 616
 Warning blocks LeftCurly '{' should be on a new line. 616
 Warning blocks LeftCurly '{' should be on a new line. 617
 Warning javadoc JavadocStyle First sentence should end with a period. 625
 Warning javadoc JavadocMethod Expected an @return tag. 628
 Warning blocks LeftCurly '{' should be on a new line. 628
 Warning javadoc JavadocStyle First sentence should end with a period. 634
 Warning javadoc JavadocMethod Expected an @return tag. 637
 Warning misc FinalParameters Parameter value should be final. 638
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 638
 Warning blocks LeftCurly '{' should be on a new line. 638
 Warning blocks LeftCurly '{' should be on a new line. 639
 Warning javadoc JavadocType Missing a Javadoc comment. 659
 Warning blocks LeftCurly '{' should be on a new line. 661
 Warning javadoc JavadocStyle First sentence should end with a period. 663
 Warning javadoc JavadocMethod Expected an @return tag. 666
 Warning javadoc JavadocStyle First sentence should end with a period. 667
 Warning javadoc JavadocMethod Expected an @return tag. 670
 Warning javadoc JavadocStyle First sentence should end with a period. 672
 Warning blocks LeftCurly '{' should be on a new line. 678
 Warning javadoc JavadocMethod Missing a Javadoc comment. 680
 Warning misc FinalParameters Parameter builder should be final. 680
 Warning blocks LeftCurly '{' should be on a new line. 680
 Warning misc FinalParameters Parameter noInit should be final. 684
 Warning blocks LeftCurly '{' should be on a new line. 684
 Warning javadoc JavadocVariable Missing a Javadoc comment. 686
 Warning naming ConstantName Name 'defaultInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 686
 Warning javadoc JavadocMethod Missing a Javadoc comment. 687
 Warning blocks LeftCurly '{' should be on a new line. 687
 Warning javadoc JavadocMethod Missing a Javadoc comment. 691
 Warning blocks LeftCurly '{' should be on a new line. 691
 Warning javadoc JavadocVariable Missing a Javadoc comment. 695
 Warning modifier RedundantModifier Redundant 'final' modifier. 697
 Warning blocks LeftCurly '{' should be on a new line. 698
 Warning javadoc JavadocMethod Missing a Javadoc comment. 701
 Warning misc FinalParameters Parameter input should be final. 702
 Warning misc FinalParameters Parameter extensionRegistry should be final. 703
 Warning blocks LeftCurly '{' should be on a new line. 704
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 706
 Warning coding HiddenField 'unknownFields' hides a field. 707
 Warning blocks LeftCurly '{' should be on a new line. 709
 Warning blocks LeftCurly '{' should be on a new line. 711
 Warning blocks LeftCurly '{' should be on a new line. 713
 Warning blocks LeftCurly '{' should be on a new line. 719
 Warning blocks RightCurly '}' should be alone on a line. 731
 Warning blocks LeftCurly '{' should be on a new line. 731
 Warning blocks RightCurly '}' should be alone on a line. 733
 Warning blocks LeftCurly '{' should be on a new line. 733
 Warning blocks RightCurly '}' should be alone on a line. 736
 Warning blocks LeftCurly '{' should be on a new line. 736
 Warning javadoc JavadocMethod Missing a Javadoc comment. 741
 Warning modifier RedundantModifier Redundant 'final' modifier. 741
 Warning blocks LeftCurly '{' should be on a new line. 742
 Info sizes LineLength Line is longer than 128 characters (found 140). 743
 Warning javadoc JavadocMethod Missing a Javadoc comment. 746
 Warning blocks LeftCurly '{' should be on a new line. 747
 Info sizes LineLength Line is longer than 128 characters (found 147). 748
 Info sizes LineLength Line is longer than 128 characters (found 172). 750
 Warning javadoc JavadocVariable Missing a Javadoc comment. 753
 Warning naming StaticVariableName Name 'PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 753
 Warning design VisibilityModifier Variable 'PARSER' must be private and have accessor methods. 753
 Warning misc FinalParameters Parameter input should be final. 756
 Warning misc FinalParameters Parameter extensionRegistry should be final. 757
 Warning blocks LeftCurly '{' should be on a new line. 758
 Warning blocks LeftCurly '{' should be on a new line. 764
 Warning javadoc JavadocVariable Missing a Javadoc comment. 768
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 768
 Warning javadoc JavadocVariable Missing a Javadoc comment. 769
 Warning javadoc JavadocVariable Missing a Javadoc comment. 770
 Warning naming MemberName Name 'time_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 770
 Warning javadoc JavadocStyle First sentence should end with a period. 771
 Warning javadoc JavadocMethod Expected an @return tag. 774
 Warning blocks LeftCurly '{' should be on a new line. 774
 Warning javadoc JavadocStyle First sentence should end with a period. 777
 Warning javadoc JavadocMethod Expected an @return tag. 780
 Warning blocks LeftCurly '{' should be on a new line. 780
 Warning javadoc JavadocMethod Missing a Javadoc comment. 784
 Warning blocks LeftCurly '{' should be on a new line. 784
 Warning javadoc JavadocVariable Missing a Javadoc comment. 787
 Warning javadoc JavadocMethod Missing a Javadoc comment. 788
 Warning modifier RedundantModifier Redundant 'final' modifier. 788
 Warning blocks LeftCurly '{' should be on a new line. 788
 Warning blocks NeedBraces 'if' construct must use '{}'s. 790
 Warning blocks NeedBraces 'if' construct must use '{}'s. 791
 Warning blocks LeftCurly '{' should be on a new line. 793
 Warning javadoc JavadocMethod Missing a Javadoc comment. 801
 Warning misc FinalParameters Parameter output should be final. 801
 Warning blocks LeftCurly '{' should be on a new line. 802
 Warning blocks LeftCurly '{' should be on a new line. 804
 Warning javadoc JavadocVariable Missing a Javadoc comment. 810
 Warning javadoc JavadocMethod Missing a Javadoc comment. 811
 Warning blocks LeftCurly '{' should be on a new line. 811
 Warning blocks NeedBraces 'if' construct must use '{}'s. 813
 Warning blocks LeftCurly '{' should be on a new line. 816
 Warning javadoc JavadocVariable Missing a Javadoc comment. 825
 Warning blocks LeftCurly '{' should be on a new line. 828
 Warning javadoc JavadocMethod Missing a Javadoc comment. 832
 Warning misc FinalParameters Parameter data should be final. 833
 Warning blocks LeftCurly '{' should be on a new line. 834
 Warning javadoc JavadocMethod Missing a Javadoc comment. 837
 Warning misc FinalParameters Parameter data should be final. 838
 Warning misc FinalParameters Parameter extensionRegistry should be final. 839
 Warning blocks LeftCurly '{' should be on a new line. 840
 Warning javadoc JavadocMethod Missing a Javadoc comment. 843
 Warning misc FinalParameters Parameter data should be final. 843
 Warning blocks LeftCurly '{' should be on a new line. 844
 Warning javadoc JavadocMethod Missing a Javadoc comment. 847
 Warning misc FinalParameters Parameter data should be final. 848
 Warning misc FinalParameters Parameter extensionRegistry should be final. 849
 Warning blocks LeftCurly '{' should be on a new line. 850
 Warning javadoc JavadocMethod Missing a Javadoc comment. 853
 Warning misc FinalParameters Parameter input should be final. 853
 Warning blocks LeftCurly '{' should be on a new line. 854
 Warning javadoc JavadocMethod Missing a Javadoc comment. 857
 Warning misc FinalParameters Parameter input should be final. 858
 Warning misc FinalParameters Parameter extensionRegistry should be final. 859
 Warning blocks LeftCurly '{' should be on a new line. 860
 Info sizes LineLength Line is longer than 128 characters (found 131). 863
 Warning javadoc JavadocMethod Missing a Javadoc comment. 863
 Warning misc FinalParameters Parameter input should be final. 863
 Warning blocks LeftCurly '{' should be on a new line. 864
 Warning javadoc JavadocMethod Missing a Javadoc comment. 867
 Warning misc FinalParameters Parameter input should be final. 868
 Warning misc FinalParameters Parameter extensionRegistry should be final. 869
 Warning blocks LeftCurly '{' should be on a new line. 870
 Warning javadoc JavadocMethod Missing a Javadoc comment. 873
 Warning misc FinalParameters Parameter input should be final. 874
 Warning blocks LeftCurly '{' should be on a new line. 875
 Warning javadoc JavadocMethod Missing a Javadoc comment. 878
 Warning misc FinalParameters Parameter input should be final. 879
 Warning misc FinalParameters Parameter extensionRegistry should be final. 880
 Warning blocks LeftCurly '{' should be on a new line. 881
 Warning blocks LeftCurly '{' should be on a new line. 885
 Warning blocks LeftCurly '{' should be on a new line. 886
 Warning javadoc JavadocMethod Missing a Javadoc comment. 887
 Warning misc FinalParameters Parameter prototype should be final. 887
 Warning blocks LeftCurly '{' should be on a new line. 887
 Warning blocks LeftCurly '{' should be on a new line. 890
 Warning misc FinalParameters Parameter parent should be final. 894
 Warning blocks LeftCurly '{' should be on a new line. 894
 Warning javadoc JavadocStyle First sentence should end with a period. 898
 Warning blocks LeftCurly '{' should be on a new line. 904
 Warning javadoc JavadocMethod Missing a Javadoc comment. 905
 Warning modifier RedundantModifier Redundant 'final' modifier. 905
 Warning blocks LeftCurly '{' should be on a new line. 906
 Info sizes LineLength Line is longer than 128 characters (found 142). 907
 Warning javadoc JavadocMethod Missing a Javadoc comment. 910
 Warning blocks LeftCurly '{' should be on a new line. 911
 Info sizes LineLength Line is longer than 128 characters (found 149). 912
 Info sizes LineLength Line is longer than 128 characters (found 174). 914
 Warning javadoc JavadocMethod Missing a Javadoc comment. 918
 Warning blocks LeftCurly '{' should be on a new line. 918
 Warning javadoc JavadocMethod Missing a Javadoc comment. 922
 Warning misc FinalParameters Parameter parent should be final. 923
 Warning blocks LeftCurly '{' should be on a new line. 923
 Warning javadoc JavadocMethod Missing a Javadoc comment. 927
 Warning blocks LeftCurly '{' should be on a new line. 927
 Warning blocks LeftCurly '{' should be on a new line. 928
 Warning blocks EmptyBlock Must have at least one statement. 928
 Warning javadoc JavadocMethod Missing a Javadoc comment. 931
 Warning blocks LeftCurly '{' should be on a new line. 931
 Warning javadoc JavadocMethod Missing a Javadoc comment. 935
 Warning blocks LeftCurly '{' should be on a new line. 935
 Warning javadoc JavadocMethod Missing a Javadoc comment. 942
 Warning blocks LeftCurly '{' should be on a new line. 942
 Warning javadoc JavadocMethod Missing a Javadoc comment. 946
 Warning blocks LeftCurly '{' should be on a new line. 947
 Info sizes LineLength Line is longer than 128 characters (found 142). 948
 Warning javadoc JavadocMethod Missing a Javadoc comment. 951
 Warning blocks LeftCurly '{' should be on a new line. 951
 Warning javadoc JavadocMethod Missing a Javadoc comment. 955
 Warning blocks LeftCurly '{' should be on a new line. 955
 Warning blocks LeftCurly '{' should be on a new line. 957
 Warning javadoc JavadocMethod Missing a Javadoc comment. 963
 Warning blocks LeftCurly '{' should be on a new line. 963
 Info sizes LineLength Line is longer than 128 characters (found 163). 964
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 965
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 966
 Warning blocks LeftCurly '{' should be on a new line. 967
 Warning javadoc JavadocMethod Missing a Javadoc comment. 976
 Warning misc FinalParameters Parameter other should be final. 976
 Warning blocks LeftCurly '{' should be on a new line. 976
 Warning blocks LeftCurly '{' should be on a new line. 977
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 978
 Warning blocks RightCurly '}' should be alone on a line. 979
 Warning blocks LeftCurly '{' should be on a new line. 979
 Warning javadoc JavadocMethod Missing a Javadoc comment. 985
 Warning misc FinalParameters Parameter other should be final. 985
 Warning blocks LeftCurly '{' should be on a new line. 985
 Warning blocks NeedBraces 'if' construct must use '{}'s. 986
 Warning blocks LeftCurly '{' should be on a new line. 987
 Warning javadoc JavadocMethod Missing a Javadoc comment. 994
 Warning modifier RedundantModifier Redundant 'final' modifier. 994
 Warning blocks LeftCurly '{' should be on a new line. 994
 Warning blocks LeftCurly '{' should be on a new line. 995
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1002
 Warning misc FinalParameters Parameter input should be final. 1003
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1004
 Warning blocks LeftCurly '{' should be on a new line. 1005
 Warning blocks LeftCurly '{' should be on a new line. 1007
 Warning blocks RightCurly '}' should be alone on a line. 1009
 Warning blocks LeftCurly '{' should be on a new line. 1009
 Warning blocks RightCurly '}' should be alone on a line. 1012
 Warning blocks LeftCurly '{' should be on a new line. 1012
 Warning blocks LeftCurly '{' should be on a new line. 1013
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1019
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1019
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1021
 Warning naming MemberName Name 'time_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1021
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 1021
 Warning javadoc JavadocStyle First sentence should end with a period. 1022
 Warning javadoc JavadocMethod Expected an @return tag. 1025
 Warning blocks LeftCurly '{' should be on a new line. 1025
 Warning javadoc JavadocStyle First sentence should end with a period. 1028
 Warning javadoc JavadocMethod Expected an @return tag. 1031
 Warning blocks LeftCurly '{' should be on a new line. 1031
 Warning javadoc JavadocStyle First sentence should end with a period. 1034
 Warning javadoc JavadocMethod Expected an @return tag. 1037
 Warning misc FinalParameters Parameter value should be final. 1037
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1037
 Warning blocks LeftCurly '{' should be on a new line. 1037
 Warning javadoc JavadocStyle First sentence should end with a period. 1043
 Warning javadoc JavadocMethod Expected an @return tag. 1046
 Warning blocks LeftCurly '{' should be on a new line. 1046
 Warning javadoc JavadocType Missing a Javadoc comment. 1064
 Warning blocks LeftCurly '{' should be on a new line. 1066
 Warning javadoc JavadocStyle First sentence should end with a period. 1068
 Warning javadoc JavadocMethod Expected an @return tag. 1071
 Warning javadoc JavadocStyle First sentence should end with a period. 1073
 Warning javadoc JavadocMethod Expected an @return tag. 1076
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 1076
 Warning javadoc JavadocStyle First sentence should end with a period. 1077
 Warning javadoc JavadocMethod Expected an @return tag. 1080
 Warning javadoc JavadocStyle First sentence should end with a period. 1081
 Warning javadoc JavadocMethod Expected an @return tag. 1084
 Warning javadoc JavadocStyle First sentence should end with a period. 1086
 Warning javadoc JavadocMethod Expected an @return tag. 1089
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 1090
 Warning javadoc JavadocStyle First sentence should end with a period. 1092
 Warning blocks LeftCurly '{' should be on a new line. 1098
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1100
 Warning misc FinalParameters Parameter builder should be final. 1100
 Warning blocks LeftCurly '{' should be on a new line. 1100
 Warning misc FinalParameters Parameter noInit should be final. 1104
 Warning blocks LeftCurly '{' should be on a new line. 1104
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1106
 Warning naming ConstantName Name 'defaultInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1107
 Warning blocks LeftCurly '{' should be on a new line. 1107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1111
 Warning blocks LeftCurly '{' should be on a new line. 1111
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1115
 Warning modifier RedundantModifier Redundant 'final' modifier. 1117
 Warning blocks LeftCurly '{' should be on a new line. 1118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1121
 Warning misc FinalParameters Parameter input should be final. 1122
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1123
 Warning blocks LeftCurly '{' should be on a new line. 1124
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1126
 Warning coding HiddenField 'unknownFields' hides a field. 1127
 Warning blocks LeftCurly '{' should be on a new line. 1129
 Warning blocks LeftCurly '{' should be on a new line. 1131
 Warning blocks LeftCurly '{' should be on a new line. 1133
 Warning blocks LeftCurly '{' should be on a new line. 1139
 Warning blocks LeftCurly '{' should be on a new line. 1145
 Info sizes LineLength Line is longer than 128 characters (found 132). 1146
 Info sizes LineLength Line is longer than 128 characters (found 151). 1149
 Warning blocks RightCurly '}' should be alone on a line. 1154
 Warning blocks LeftCurly '{' should be on a new line. 1154
 Warning blocks RightCurly '}' should be alone on a line. 1156
 Warning blocks LeftCurly '{' should be on a new line. 1156
 Warning blocks RightCurly '}' should be alone on a line. 1159
 Warning blocks LeftCurly '{' should be on a new line. 1159
 Warning blocks LeftCurly '{' should be on a new line. 1160
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1167
 Warning modifier RedundantModifier Redundant 'final' modifier. 1167
 Warning blocks LeftCurly '{' should be on a new line. 1168
 Info sizes LineLength Line is longer than 128 characters (found 139). 1169
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1172
 Warning blocks LeftCurly '{' should be on a new line. 1173
 Info sizes LineLength Line is longer than 128 characters (found 146). 1174
 Info sizes LineLength Line is longer than 128 characters (found 170). 1176
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1179
 Warning naming StaticVariableName Name 'PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1179
 Warning design VisibilityModifier Variable 'PARSER' must be private and have accessor methods. 1179
 Warning misc FinalParameters Parameter input should be final. 1182
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1183
 Warning blocks LeftCurly '{' should be on a new line. 1184
 Warning blocks LeftCurly '{' should be on a new line. 1190
 Warning javadoc JavadocType Missing a Javadoc comment. 1194
 Warning blocks LeftCurly '{' should be on a new line. 1196
 Warning javadoc JavadocStyle First sentence should end with a period. 1198
 Warning javadoc JavadocMethod Expected an @return tag. 1201
 Warning javadoc JavadocStyle First sentence should end with a period. 1202
 Warning javadoc JavadocMethod Expected an @return tag. 1205
 Warning javadoc JavadocStyle First sentence should end with a period. 1206
 Warning javadoc JavadocMethod Expected an @return tag. 1209
 Warning javadoc JavadocStyle First sentence should end with a period. 1212
 Warning javadoc JavadocMethod Expected an @return tag. 1215
 Warning javadoc JavadocStyle First sentence should end with a period. 1216
 Warning javadoc JavadocMethod Expected an @return tag. 1219
 Warning javadoc JavadocStyle First sentence should end with a period. 1221
 Warning javadoc JavadocMethod Expected an @return tag. 1224
 Warning javadoc JavadocStyle First sentence should end with a period. 1225
 Warning javadoc JavadocMethod Expected an @return tag. 1228
 Warning javadoc JavadocStyle First sentence should end with a period. 1230
 Warning javadoc JavadocMethod Expected an @return tag. 1233
 Warning javadoc JavadocStyle First sentence should end with a period. 1234
 Warning javadoc JavadocMethod Expected an @return tag. 1237
 Warning javadoc JavadocStyle First sentence should end with a period. 1239
 Warning javadoc JavadocMethod Expected an @return tag. 1242
 Warning javadoc JavadocStyle First sentence should end with a period. 1243
 Warning javadoc JavadocMethod Expected an @return tag. 1246
 Warning javadoc JavadocStyle First sentence should end with a period. 1248
 Warning blocks LeftCurly '{' should be on a new line. 1254
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1256
 Warning misc FinalParameters Parameter builder should be final. 1256
 Warning blocks LeftCurly '{' should be on a new line. 1256
 Warning misc FinalParameters Parameter noInit should be final. 1260
 Warning blocks LeftCurly '{' should be on a new line. 1260
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1262
 Warning naming ConstantName Name 'defaultInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1262
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1263
 Warning blocks LeftCurly '{' should be on a new line. 1263
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1267
 Warning blocks LeftCurly '{' should be on a new line. 1267
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1271
 Warning modifier RedundantModifier Redundant 'final' modifier. 1273
 Warning blocks LeftCurly '{' should be on a new line. 1274
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1277
 Warning misc FinalParameters Parameter input should be final. 1278
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1279
 Warning blocks LeftCurly '{' should be on a new line. 1280
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1282
 Warning coding HiddenField 'unknownFields' hides a field. 1283
 Warning blocks LeftCurly '{' should be on a new line. 1285
 Warning blocks LeftCurly '{' should be on a new line. 1287
 Warning blocks LeftCurly '{' should be on a new line. 1289
 Warning blocks LeftCurly '{' should be on a new line. 1295
 Warning blocks RightCurly '}' should be alone on a line. 1328
 Warning blocks LeftCurly '{' should be on a new line. 1328
 Warning blocks RightCurly '}' should be alone on a line. 1330
 Warning blocks LeftCurly '{' should be on a new line. 1330
 Warning blocks RightCurly '}' should be alone on a line. 1333
 Warning blocks LeftCurly '{' should be on a new line. 1333
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1338
 Warning modifier RedundantModifier Redundant 'final' modifier. 1338
 Warning blocks LeftCurly '{' should be on a new line. 1339
 Info sizes LineLength Line is longer than 128 characters (found 153). 1340
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1343
 Warning blocks LeftCurly '{' should be on a new line. 1344
 Info sizes LineLength Line is longer than 128 characters (found 160). 1345
 Info sizes LineLength Line is longer than 128 characters (found 196). 1347
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1350
 Warning naming StaticVariableName Name 'PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1350
 Warning design VisibilityModifier Variable 'PARSER' must be private and have accessor methods. 1350
 Warning misc FinalParameters Parameter input should be final. 1353
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1354
 Warning blocks LeftCurly '{' should be on a new line. 1355
 Warning blocks LeftCurly '{' should be on a new line. 1361
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1365
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1365
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1366
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1367
 Warning naming MemberName Name 'gtuId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1367
 Warning javadoc JavadocStyle First sentence should end with a period. 1368
 Warning javadoc JavadocMethod Expected an @return tag. 1371
 Warning blocks LeftCurly '{' should be on a new line. 1371
 Warning javadoc JavadocStyle First sentence should end with a period. 1374
 Warning javadoc JavadocMethod Expected an @return tag. 1377
 Warning blocks LeftCurly '{' should be on a new line. 1377
 Warning blocks LeftCurly '{' should be on a new line. 1379
 Warning blocks RightCurly '}' should be alone on a line. 1381
 Warning blocks LeftCurly '{' should be on a new line. 1381
 Warning blocks LeftCurly '{' should be on a new line. 1385
 Warning javadoc JavadocStyle First sentence should end with a period. 1391
 Warning javadoc JavadocMethod Expected an @return tag. 1394
 Warning blocks LeftCurly '{' should be on a new line. 1395
 Warning blocks LeftCurly '{' should be on a new line. 1397
 Warning blocks RightCurly '}' should be alone on a line. 1403
 Warning blocks LeftCurly '{' should be on a new line. 1403
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1408
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1409
 Warning naming MemberName Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1409
 Warning javadoc JavadocStyle First sentence should end with a period. 1410
 Warning javadoc JavadocMethod Expected an @return tag. 1413
 Warning blocks LeftCurly '{' should be on a new line. 1413
 Warning javadoc JavadocStyle First sentence should end with a period. 1416
 Warning javadoc JavadocMethod Expected an @return tag. 1419
 Warning blocks LeftCurly '{' should be on a new line. 1419
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1423
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1424
 Warning naming MemberName Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1424
 Warning javadoc JavadocStyle First sentence should end with a period. 1425
 Warning javadoc JavadocMethod Expected an @return tag. 1428
 Warning blocks LeftCurly '{' should be on a new line. 1428
 Warning javadoc JavadocStyle First sentence should end with a period. 1431
 Warning javadoc JavadocMethod Expected an @return tag. 1434
 Warning blocks LeftCurly '{' should be on a new line. 1434
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1438
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1439
 Warning naming MemberName Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1439
 Warning javadoc JavadocStyle First sentence should end with a period. 1440
 Warning javadoc JavadocMethod Expected an @return tag. 1443
 Warning blocks LeftCurly '{' should be on a new line. 1443
 Warning javadoc JavadocStyle First sentence should end with a period. 1446
 Warning javadoc JavadocMethod Expected an @return tag. 1449
 Warning blocks LeftCurly '{' should be on a new line. 1449
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1453
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1454
 Warning naming MemberName Name 'angle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1454
 Warning javadoc JavadocStyle First sentence should end with a period. 1455
 Warning javadoc JavadocMethod Expected an @return tag. 1458
 Warning blocks LeftCurly '{' should be on a new line. 1458
 Warning javadoc JavadocStyle First sentence should end with a period. 1461
 Warning javadoc JavadocMethod Expected an @return tag. 1464
 Warning blocks LeftCurly '{' should be on a new line. 1464
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1468
 Warning blocks LeftCurly '{' should be on a new line. 1468
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1475
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1476
 Warning modifier RedundantModifier Redundant 'final' modifier. 1476
 Warning blocks LeftCurly '{' should be on a new line. 1476
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1478
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1479
 Warning blocks LeftCurly '{' should be on a new line. 1481
 Warning blocks LeftCurly '{' should be on a new line. 1485
 Warning blocks LeftCurly '{' should be on a new line. 1489
 Warning blocks LeftCurly '{' should be on a new line. 1493
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1501
 Warning misc FinalParameters Parameter output should be final. 1501
 Warning blocks LeftCurly '{' should be on a new line. 1502
 Warning blocks LeftCurly '{' should be on a new line. 1504
 Warning blocks LeftCurly '{' should be on a new line. 1507
 Warning blocks LeftCurly '{' should be on a new line. 1510
 Warning blocks LeftCurly '{' should be on a new line. 1513
 Warning blocks LeftCurly '{' should be on a new line. 1516
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1522
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1523
 Warning blocks LeftCurly '{' should be on a new line. 1523
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1525
 Warning blocks LeftCurly '{' should be on a new line. 1528
 Warning blocks LeftCurly '{' should be on a new line. 1532
 Warning blocks LeftCurly '{' should be on a new line. 1536
 Warning blocks LeftCurly '{' should be on a new line. 1540
 Warning blocks LeftCurly '{' should be on a new line. 1544
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1553
 Warning blocks LeftCurly '{' should be on a new line. 1556
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1560
 Warning misc FinalParameters Parameter data should be final. 1561
 Warning blocks LeftCurly '{' should be on a new line. 1562
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1565
 Warning misc FinalParameters Parameter data should be final. 1566
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1567
 Warning blocks LeftCurly '{' should be on a new line. 1568
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1571
 Warning misc FinalParameters Parameter data should be final. 1571
 Warning blocks LeftCurly '{' should be on a new line. 1572
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1575
 Warning misc FinalParameters Parameter data should be final. 1576
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1577
 Warning blocks LeftCurly '{' should be on a new line. 1578
 Info sizes LineLength Line is longer than 128 characters (found 135). 1581
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1581
 Warning misc FinalParameters Parameter input should be final. 1581
 Warning blocks LeftCurly '{' should be on a new line. 1582
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1585
 Warning misc FinalParameters Parameter input should be final. 1586
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1587
 Warning blocks LeftCurly '{' should be on a new line. 1588
 Info sizes LineLength Line is longer than 128 characters (found 144). 1591
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1591
 Warning misc FinalParameters Parameter input should be final. 1591
 Warning blocks LeftCurly '{' should be on a new line. 1592
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1595
 Warning misc FinalParameters Parameter input should be final. 1596
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1597
 Warning blocks LeftCurly '{' should be on a new line. 1598
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1601
 Warning misc FinalParameters Parameter input should be final. 1602
 Warning blocks LeftCurly '{' should be on a new line. 1603
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1606
 Warning misc FinalParameters Parameter input should be final. 1607
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1608
 Warning blocks LeftCurly '{' should be on a new line. 1609
 Warning blocks LeftCurly '{' should be on a new line. 1613
 Warning blocks LeftCurly '{' should be on a new line. 1614
 Info sizes LineLength Line is longer than 128 characters (found 130). 1615
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1615
 Warning misc FinalParameters Parameter prototype should be final. 1615
 Warning blocks LeftCurly '{' should be on a new line. 1615
 Warning blocks LeftCurly '{' should be on a new line. 1618
 Warning misc FinalParameters Parameter parent should be final. 1622
 Warning blocks LeftCurly '{' should be on a new line. 1622
 Warning javadoc JavadocStyle First sentence should end with a period. 1626
 Warning blocks LeftCurly '{' should be on a new line. 1632
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1633
 Warning modifier RedundantModifier Redundant 'final' modifier. 1633
 Warning blocks LeftCurly '{' should be on a new line. 1634
 Info sizes LineLength Line is longer than 128 characters (found 155). 1635
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1638
 Warning blocks LeftCurly '{' should be on a new line. 1639
 Info sizes LineLength Line is longer than 128 characters (found 162). 1640
 Info sizes LineLength Line is longer than 128 characters (found 198). 1642
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1646
 Warning blocks LeftCurly '{' should be on a new line. 1646
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1650
 Warning misc FinalParameters Parameter parent should be final. 1651
 Warning blocks LeftCurly '{' should be on a new line. 1651
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1655
 Warning blocks LeftCurly '{' should be on a new line. 1655
 Warning blocks LeftCurly '{' should be on a new line. 1656
 Warning blocks EmptyBlock Must have at least one statement. 1656
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1659
 Warning blocks LeftCurly '{' should be on a new line. 1659
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1663
 Warning blocks LeftCurly '{' should be on a new line. 1663
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1678
 Warning blocks LeftCurly '{' should be on a new line. 1678
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1682
 Warning blocks LeftCurly '{' should be on a new line. 1683
 Info sizes LineLength Line is longer than 128 characters (found 155). 1684
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1687
 Warning blocks LeftCurly '{' should be on a new line. 1687
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1691
 Warning blocks LeftCurly '{' should be on a new line. 1691
 Warning blocks LeftCurly '{' should be on a new line. 1693
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1699
 Warning blocks LeftCurly '{' should be on a new line. 1699
 Info sizes LineLength Line is longer than 128 characters (found 187). 1700
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1701
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1702
 Warning blocks LeftCurly '{' should be on a new line. 1703
 Warning blocks LeftCurly '{' should be on a new line. 1707
 Warning blocks LeftCurly '{' should be on a new line. 1711
 Warning blocks LeftCurly '{' should be on a new line. 1715
 Warning blocks LeftCurly '{' should be on a new line. 1719
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1728
 Warning misc FinalParameters Parameter other should be final. 1728
 Warning blocks LeftCurly '{' should be on a new line. 1728
 Warning blocks LeftCurly '{' should be on a new line. 1729
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 1730
 Warning blocks RightCurly '}' should be alone on a line. 1731
 Warning blocks LeftCurly '{' should be on a new line. 1731
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1737
 Warning misc FinalParameters Parameter other should be final. 1737
 Warning blocks LeftCurly '{' should be on a new line. 1737
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1738
 Info sizes LineLength Line is longer than 128 characters (found 136). 1738
 Warning blocks LeftCurly '{' should be on a new line. 1739
 Warning blocks LeftCurly '{' should be on a new line. 1744
 Warning blocks LeftCurly '{' should be on a new line. 1747
 Warning blocks LeftCurly '{' should be on a new line. 1750
 Warning blocks LeftCurly '{' should be on a new line. 1753
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1760
 Warning modifier RedundantModifier Redundant 'final' modifier. 1760
 Warning blocks LeftCurly '{' should be on a new line. 1760
 Warning blocks LeftCurly '{' should be on a new line. 1761
 Warning blocks LeftCurly '{' should be on a new line. 1765
 Warning blocks LeftCurly '{' should be on a new line. 1769
 Warning blocks LeftCurly '{' should be on a new line. 1773
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1780
 Warning misc FinalParameters Parameter input should be final. 1781
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1782
 Warning blocks LeftCurly '{' should be on a new line. 1783
 Warning blocks LeftCurly '{' should be on a new line. 1785
 Warning blocks RightCurly '}' should be alone on a line. 1787
 Warning blocks LeftCurly '{' should be on a new line. 1787
 Info sizes LineLength Line is longer than 128 characters (found 134). 1788
 Warning blocks RightCurly '}' should be alone on a line. 1790
 Warning blocks LeftCurly '{' should be on a new line. 1790
 Warning blocks LeftCurly '{' should be on a new line. 1791
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1797
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1797
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1799
 Warning naming MemberName Name 'gtuId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1799
 Warning javadoc JavadocStyle First sentence should end with a period. 1800
 Warning javadoc JavadocMethod Expected an @return tag. 1803
 Warning blocks LeftCurly '{' should be on a new line. 1803
 Warning javadoc JavadocStyle First sentence should end with a period. 1806
 Warning javadoc JavadocMethod Expected an @return tag. 1809
 Warning blocks LeftCurly '{' should be on a new line. 1809
 Warning blocks LeftCurly '{' should be on a new line. 1811
 Warning blocks LeftCurly '{' should be on a new line. 1815
 Warning blocks RightCurly '}' should be alone on a line. 1819
 Warning blocks LeftCurly '{' should be on a new line. 1819
 Warning javadoc JavadocStyle First sentence should end with a period. 1823
 Warning javadoc JavadocMethod Expected an @return tag. 1826
 Warning blocks LeftCurly '{' should be on a new line. 1827
 Warning blocks LeftCurly '{' should be on a new line. 1829
 Warning blocks RightCurly '}' should be alone on a line. 1835
 Warning blocks LeftCurly '{' should be on a new line. 1835
 Warning javadoc JavadocStyle First sentence should end with a period. 1839
 Warning javadoc JavadocMethod Expected an @return tag. 1842
 Warning misc FinalParameters Parameter value should be final. 1843
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1843
 Warning blocks LeftCurly '{' should be on a new line. 1843
 Warning blocks LeftCurly '{' should be on a new line. 1844
 Warning javadoc JavadocStyle First sentence should end with a period. 1852
 Warning javadoc JavadocMethod Expected an @return tag. 1855
 Warning blocks LeftCurly '{' should be on a new line. 1855
 Warning javadoc JavadocStyle First sentence should end with a period. 1861
 Warning javadoc JavadocMethod Expected an @return tag. 1864
 Warning misc FinalParameters Parameter value should be final. 1865
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1865
 Warning blocks LeftCurly '{' should be on a new line. 1865
 Warning blocks LeftCurly '{' should be on a new line. 1866
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1875
 Warning naming MemberName Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1875
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 1875
 Warning javadoc JavadocStyle First sentence should end with a period. 1876
 Warning javadoc JavadocMethod Expected an @return tag. 1879
 Warning blocks LeftCurly '{' should be on a new line. 1879
 Warning javadoc JavadocStyle First sentence should end with a period. 1882
 Warning javadoc JavadocMethod Expected an @return tag. 1885
 Warning blocks LeftCurly '{' should be on a new line. 1885
 Warning javadoc JavadocStyle First sentence should end with a period. 1888
 Warning javadoc JavadocMethod Expected an @return tag. 1891
 Warning misc FinalParameters Parameter value should be final. 1891
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1891
 Warning blocks LeftCurly '{' should be on a new line. 1891
 Warning javadoc JavadocStyle First sentence should end with a period. 1897
 Warning javadoc JavadocMethod Expected an @return tag. 1900
 Warning blocks LeftCurly '{' should be on a new line. 1900
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1907
 Warning naming MemberName Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1907
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 1907
 Warning javadoc JavadocStyle First sentence should end with a period. 1908
 Warning javadoc JavadocMethod Expected an @return tag. 1911
 Warning blocks LeftCurly '{' should be on a new line. 1911
 Warning javadoc JavadocStyle First sentence should end with a period. 1914
 Warning javadoc JavadocMethod Expected an @return tag. 1917
 Warning blocks LeftCurly '{' should be on a new line. 1917
 Warning javadoc JavadocStyle First sentence should end with a period. 1920
 Warning javadoc JavadocMethod Expected an @return tag. 1923
 Warning misc FinalParameters Parameter value should be final. 1923
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1923
 Warning blocks LeftCurly '{' should be on a new line. 1923
 Warning javadoc JavadocStyle First sentence should end with a period. 1929
 Warning javadoc JavadocMethod Expected an @return tag. 1932
 Warning blocks LeftCurly '{' should be on a new line. 1932
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1939
 Warning naming MemberName Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1939
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 1939
 Warning javadoc JavadocStyle First sentence should end with a period. 1940
 Warning javadoc JavadocMethod Expected an @return tag. 1943
 Warning blocks LeftCurly '{' should be on a new line. 1943
 Warning javadoc JavadocStyle First sentence should end with a period. 1946
 Warning javadoc JavadocMethod Expected an @return tag. 1949
 Warning blocks LeftCurly '{' should be on a new line. 1949
 Warning javadoc JavadocStyle First sentence should end with a period. 1952
 Warning javadoc JavadocMethod Expected an @return tag. 1955
 Warning misc FinalParameters Parameter value should be final. 1955
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1955
 Warning blocks LeftCurly '{' should be on a new line. 1955
 Warning javadoc JavadocStyle First sentence should end with a period. 1961
 Warning javadoc JavadocMethod Expected an @return tag. 1964
 Warning blocks LeftCurly '{' should be on a new line. 1964
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1971
 Warning naming MemberName Name 'angle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1971
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 1971
 Warning javadoc JavadocStyle First sentence should end with a period. 1972
 Warning javadoc JavadocMethod Expected an @return tag. 1975
 Warning blocks LeftCurly '{' should be on a new line. 1975
 Warning javadoc JavadocStyle First sentence should end with a period. 1978
 Warning javadoc JavadocMethod Expected an @return tag. 1981
 Warning blocks LeftCurly '{' should be on a new line. 1981
 Warning javadoc JavadocStyle First sentence should end with a period. 1984
 Warning javadoc JavadocMethod Expected an @return tag. 1987
 Warning misc FinalParameters Parameter value should be final. 1987
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1987
 Warning blocks LeftCurly '{' should be on a new line. 1987
 Warning javadoc JavadocStyle First sentence should end with a period. 1993
 Warning javadoc JavadocMethod Expected an @return tag. 1996
 Warning blocks LeftCurly '{' should be on a new line. 1996
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2014
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2015
 Warning naming MemberName Name 'gtuPos_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2015
 Warning javadoc JavadocStyle First sentence should end with a period. 2016
 Warning javadoc JavadocMethod Expected an @return tag. 2019
 Warning blocks LeftCurly '{' should be on a new line. 2019
 Warning javadoc JavadocStyle First sentence should end with a period. 2022
 Warning javadoc JavadocMethod Expected an @return tag. 2025
 Warning blocks LeftCurly '{' should be on a new line. 2026
 Warning javadoc JavadocStyle First sentence should end with a period. 2029
 Warning javadoc JavadocMethod Expected an @return tag. 2032
 Warning blocks LeftCurly '{' should be on a new line. 2032
 Warning javadoc JavadocStyle First sentence should end with a period. 2035
 Warning javadoc JavadocMethod Expected an @return tag. 2038
 Warning misc FinalParameters Parameter index should be final. 2038
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2038
 Warning blocks LeftCurly '{' should be on a new line. 2038
 Warning javadoc JavadocStyle First sentence should end with a period. 2041
 Warning javadoc JavadocMethod Expected an @return tag. 2044
 Warning misc FinalParameters Parameter index should be final. 2045
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2045
 Warning blocks LeftCurly '{' should be on a new line. 2045
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2049
 Warning blocks LeftCurly '{' should be on a new line. 2049
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2052
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2053
 Warning modifier RedundantModifier Redundant 'final' modifier. 2053
 Warning blocks LeftCurly '{' should be on a new line. 2053
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2055
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2056
 Warning blocks LeftCurly '{' should be on a new line. 2058
 Warning blocks LeftCurly '{' should be on a new line. 2059
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2068
 Warning misc FinalParameters Parameter output should be final. 2068
 Warning blocks LeftCurly '{' should be on a new line. 2069
 Warning blocks LeftCurly '{' should be on a new line. 2071
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2077
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2078
 Warning blocks LeftCurly '{' should be on a new line. 2078
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2080
 Warning blocks LeftCurly '{' should be on a new line. 2083
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2092
 Warning blocks LeftCurly '{' should be on a new line. 2095
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2099
 Warning misc FinalParameters Parameter data should be final. 2100
 Warning blocks LeftCurly '{' should be on a new line. 2101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2104
 Warning misc FinalParameters Parameter data should be final. 2105
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2106
 Warning blocks LeftCurly '{' should be on a new line. 2107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2110
 Warning misc FinalParameters Parameter data should be final. 2110
 Warning blocks LeftCurly '{' should be on a new line. 2111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2114
 Warning misc FinalParameters Parameter data should be final. 2115
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2116
 Warning blocks LeftCurly '{' should be on a new line. 2117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2120
 Warning misc FinalParameters Parameter input should be final. 2120
 Warning blocks LeftCurly '{' should be on a new line. 2121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2124
 Warning misc FinalParameters Parameter input should be final. 2125
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2126
 Warning blocks LeftCurly '{' should be on a new line. 2127
 Info sizes LineLength Line is longer than 128 characters (found 130). 2130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2130
 Warning misc FinalParameters Parameter input should be final. 2130
 Warning blocks LeftCurly '{' should be on a new line. 2131
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2134
 Warning misc FinalParameters Parameter input should be final. 2135
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2136
 Warning blocks LeftCurly '{' should be on a new line. 2137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2140
 Warning misc FinalParameters Parameter input should be final. 2141
 Warning blocks LeftCurly '{' should be on a new line. 2142
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2145
 Warning misc FinalParameters Parameter input should be final. 2146
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2147
 Warning blocks LeftCurly '{' should be on a new line. 2148
 Warning blocks LeftCurly '{' should be on a new line. 2152
 Warning blocks LeftCurly '{' should be on a new line. 2153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2154
 Warning misc FinalParameters Parameter prototype should be final. 2154
 Warning blocks LeftCurly '{' should be on a new line. 2154
 Warning blocks LeftCurly '{' should be on a new line. 2157
 Warning misc FinalParameters Parameter parent should be final. 2161
 Warning blocks LeftCurly '{' should be on a new line. 2161
 Warning javadoc JavadocStyle First sentence should end with a period. 2165
 Warning blocks LeftCurly '{' should be on a new line. 2171
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2172
 Warning modifier RedundantModifier Redundant 'final' modifier. 2172
 Warning blocks LeftCurly '{' should be on a new line. 2173
 Info sizes LineLength Line is longer than 128 characters (found 141). 2174
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2177
 Warning blocks LeftCurly '{' should be on a new line. 2178
 Info sizes LineLength Line is longer than 128 characters (found 148). 2179
 Info sizes LineLength Line is longer than 128 characters (found 172). 2181
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2185
 Warning blocks LeftCurly '{' should be on a new line. 2185
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2189
 Warning misc FinalParameters Parameter parent should be final. 2190
 Warning blocks LeftCurly '{' should be on a new line. 2190
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2194
 Warning blocks LeftCurly '{' should be on a new line. 2194
 Warning blocks LeftCurly '{' should be on a new line. 2195
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2199
 Warning blocks LeftCurly '{' should be on a new line. 2199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2203
 Warning blocks LeftCurly '{' should be on a new line. 2203
 Warning blocks LeftCurly '{' should be on a new line. 2205
 Warning blocks RightCurly '}' should be alone on a line. 2208
 Warning blocks LeftCurly '{' should be on a new line. 2208
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2214
 Warning blocks LeftCurly '{' should be on a new line. 2214
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2218
 Warning blocks LeftCurly '{' should be on a new line. 2219
 Info sizes LineLength Line is longer than 128 characters (found 141). 2220
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2223
 Warning blocks LeftCurly '{' should be on a new line. 2223
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2227
 Warning blocks LeftCurly '{' should be on a new line. 2227
 Warning blocks LeftCurly '{' should be on a new line. 2229
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2235
 Warning blocks LeftCurly '{' should be on a new line. 2235
 Info sizes LineLength Line is longer than 128 characters (found 161). 2236
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2237
 Warning blocks LeftCurly '{' should be on a new line. 2238
 Warning blocks LeftCurly '{' should be on a new line. 2239
 Warning blocks RightCurly '}' should be alone on a line. 2244
 Warning blocks LeftCurly '{' should be on a new line. 2244
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2251
 Warning misc FinalParameters Parameter other should be final. 2251
 Warning blocks LeftCurly '{' should be on a new line. 2251
 Warning blocks LeftCurly '{' should be on a new line. 2252
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 2253
 Warning blocks RightCurly '}' should be alone on a line. 2254
 Warning blocks LeftCurly '{' should be on a new line. 2254
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2260
 Warning misc FinalParameters Parameter other should be final. 2260
 Warning blocks LeftCurly '{' should be on a new line. 2260
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2261
 Warning blocks LeftCurly '{' should be on a new line. 2262
 Warning blocks LeftCurly '{' should be on a new line. 2263
 Warning blocks LeftCurly '{' should be on a new line. 2264
 Warning blocks RightCurly '}' should be alone on a line. 2267
 Warning blocks LeftCurly '{' should be on a new line. 2267
 Warning blocks RightCurly '}' should be alone on a line. 2273
 Warning blocks LeftCurly '{' should be on a new line. 2273
 Warning blocks LeftCurly '{' should be on a new line. 2274
 Warning blocks LeftCurly '{' should be on a new line. 2275
 Warning whitespace OperatorWrap '?' should be on a new line. 2281
 Warning blocks RightCurly '}' should be alone on a line. 2283
 Warning blocks LeftCurly '{' should be on a new line. 2283
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2292
 Warning modifier RedundantModifier Redundant 'final' modifier. 2292
 Warning blocks LeftCurly '{' should be on a new line. 2292
 Warning blocks LeftCurly '{' should be on a new line. 2293
 Warning blocks LeftCurly '{' should be on a new line. 2294
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2302
 Warning misc FinalParameters Parameter input should be final. 2303
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2304
 Warning blocks LeftCurly '{' should be on a new line. 2305
 Warning blocks LeftCurly '{' should be on a new line. 2307
 Warning blocks RightCurly '}' should be alone on a line. 2309
 Warning blocks LeftCurly '{' should be on a new line. 2309
 Warning blocks RightCurly '}' should be alone on a line. 2312
 Warning blocks LeftCurly '{' should be on a new line. 2312
 Warning blocks LeftCurly '{' should be on a new line. 2313
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2319
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2319
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2321
 Warning naming MemberName Name 'gtuPos_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2321
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2323
 Warning blocks LeftCurly '{' should be on a new line. 2323
 Warning blocks LeftCurly '{' should be on a new line. 2324
 Info sizes LineLength Line is longer than 128 characters (found 133). 2325
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2330
 Info sizes LineLength Line is longer than 128 characters (found 282). 2331
 Warning naming MemberName Name 'gtuPosBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2331
 Warning javadoc JavadocStyle First sentence should end with a period. 2333
 Warning javadoc JavadocMethod Expected an @return tag. 2336
 Warning blocks LeftCurly '{' should be on a new line. 2336
 Warning blocks LeftCurly '{' should be on a new line. 2337
 Warning blocks RightCurly '}' should be alone on a line. 2339
 Warning blocks LeftCurly '{' should be on a new line. 2339
 Warning javadoc JavadocStyle First sentence should end with a period. 2343
 Warning javadoc JavadocMethod Expected an @return tag. 2346
 Warning blocks LeftCurly '{' should be on a new line. 2346
 Warning blocks LeftCurly '{' should be on a new line. 2347
 Warning blocks RightCurly '}' should be alone on a line. 2349
 Warning blocks LeftCurly '{' should be on a new line. 2349
 Warning javadoc JavadocStyle First sentence should end with a period. 2353
 Warning javadoc JavadocMethod Expected an @return tag. 2356
 Warning misc FinalParameters Parameter index should be final. 2356
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2356
 Warning blocks LeftCurly '{' should be on a new line. 2356
 Warning blocks LeftCurly '{' should be on a new line. 2357
 Warning blocks RightCurly '}' should be alone on a line. 2359
 Warning blocks LeftCurly '{' should be on a new line. 2359
 Warning javadoc JavadocStyle First sentence should end with a period. 2363
 Warning javadoc JavadocMethod Expected an @return tag. 2366
 Warning misc FinalParameters Parameter index should be final. 2367
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2367
 Warning misc FinalParameters Parameter value should be final. 2367
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2367
 Warning blocks LeftCurly '{' should be on a new line. 2367
 Warning blocks LeftCurly '{' should be on a new line. 2368
 Warning blocks LeftCurly '{' should be on a new line. 2369
 Warning blocks RightCurly '}' should be alone on a line. 2375
 Warning blocks LeftCurly '{' should be on a new line. 2375
 Warning javadoc JavadocStyle First sentence should end with a period. 2380
 Warning javadoc JavadocMethod Expected an @return tag. 2383
 Warning misc FinalParameters Parameter index should be final. 2384
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2384
 Warning misc FinalParameters Parameter builderForValue should be final. 2384
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 2384
 Warning blocks LeftCurly '{' should be on a new line. 2384
 Warning blocks LeftCurly '{' should be on a new line. 2385
 Warning blocks RightCurly '}' should be alone on a line. 2389
 Warning blocks LeftCurly '{' should be on a new line. 2389
 Warning javadoc JavadocStyle First sentence should end with a period. 2394
 Warning javadoc JavadocMethod Expected an @return tag. 2397
 Warning misc FinalParameters Parameter value should be final. 2397
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2397
 Warning blocks LeftCurly '{' should be on a new line. 2397
 Warning blocks LeftCurly '{' should be on a new line. 2398
 Warning blocks LeftCurly '{' should be on a new line. 2399
 Warning blocks RightCurly '}' should be alone on a line. 2405
 Warning blocks LeftCurly '{' should be on a new line. 2405
 Warning javadoc JavadocStyle First sentence should end with a period. 2410
 Warning javadoc JavadocMethod Expected an @return tag. 2413
 Warning misc FinalParameters Parameter index should be final. 2414
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2414
 Warning misc FinalParameters Parameter value should be final. 2414
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2414
 Warning blocks LeftCurly '{' should be on a new line. 2414
 Warning blocks LeftCurly '{' should be on a new line. 2415
 Warning blocks LeftCurly '{' should be on a new line. 2416
 Warning blocks RightCurly '}' should be alone on a line. 2422
 Warning blocks LeftCurly '{' should be on a new line. 2422
 Warning javadoc JavadocStyle First sentence should end with a period. 2427
 Warning javadoc JavadocMethod Expected an @return tag. 2430
 Warning misc FinalParameters Parameter builderForValue should be final. 2431
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 2431
 Warning blocks LeftCurly '{' should be on a new line. 2431
 Warning blocks LeftCurly '{' should be on a new line. 2432
 Warning blocks RightCurly '}' should be alone on a line. 2436
 Warning blocks LeftCurly '{' should be on a new line. 2436
 Warning javadoc JavadocStyle First sentence should end with a period. 2441
 Warning javadoc JavadocMethod Expected an @return tag. 2444
 Warning misc FinalParameters Parameter index should be final. 2445
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2445
 Warning misc FinalParameters Parameter builderForValue should be final. 2445
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 2445
 Warning blocks LeftCurly '{' should be on a new line. 2445
 Warning blocks LeftCurly '{' should be on a new line. 2446
 Warning blocks RightCurly '}' should be alone on a line. 2450
 Warning blocks LeftCurly '{' should be on a new line. 2450
 Warning javadoc JavadocStyle First sentence should end with a period. 2455
 Warning javadoc JavadocMethod Expected an @return tag. 2458
 Warning misc FinalParameters Parameter values should be final. 2459
 Warning javadoc JavadocMethod Expected @param tag for 'values'. 2459
 Warning blocks LeftCurly '{' should be on a new line. 2459
 Warning blocks LeftCurly '{' should be on a new line. 2460
 Warning blocks RightCurly '}' should be alone on a line. 2465
 Warning blocks LeftCurly '{' should be on a new line. 2465
 Warning javadoc JavadocStyle First sentence should end with a period. 2470
 Warning javadoc JavadocMethod Expected an @return tag. 2473
 Warning blocks LeftCurly '{' should be on a new line. 2473
 Warning blocks LeftCurly '{' should be on a new line. 2474
 Warning blocks RightCurly '}' should be alone on a line. 2478
 Warning blocks LeftCurly '{' should be on a new line. 2478
 Warning javadoc JavadocStyle First sentence should end with a period. 2483
 Warning javadoc JavadocMethod Expected an @return tag. 2486
 Warning misc FinalParameters Parameter index should be final. 2486
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2486
 Warning blocks LeftCurly '{' should be on a new line. 2486
 Warning blocks LeftCurly '{' should be on a new line. 2487
 Warning blocks RightCurly '}' should be alone on a line. 2491
 Warning blocks LeftCurly '{' should be on a new line. 2491
 Warning javadoc JavadocStyle First sentence should end with a period. 2496
 Warning javadoc JavadocMethod Expected an @return tag. 2499
 Warning misc FinalParameters Parameter index should be final. 2500
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2500
 Warning blocks LeftCurly '{' should be on a new line. 2500
 Warning javadoc JavadocStyle First sentence should end with a period. 2503
 Warning javadoc JavadocMethod Expected an @return tag. 2506
 Warning misc FinalParameters Parameter index should be final. 2507
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2507
 Warning blocks LeftCurly '{' should be on a new line. 2507
 Warning blocks LeftCurly '{' should be on a new line. 2508
 Warning blocks RightCurly '}' should be alone on a line. 2509
 Warning blocks RightCurly '}' should be on a new line. 2509
 Warning blocks LeftCurly '{' should be on a new line. 2509
 Warning javadoc JavadocStyle First sentence should end with a period. 2513
 Warning javadoc JavadocMethod Expected an @return tag. 2516
 Warning blocks LeftCurly '{' should be on a new line. 2517
 Warning blocks LeftCurly '{' should be on a new line. 2518
 Warning blocks RightCurly '}' should be alone on a line. 2520
 Warning blocks LeftCurly '{' should be on a new line. 2520
 Warning javadoc JavadocStyle First sentence should end with a period. 2524
 Warning javadoc JavadocMethod Expected an @return tag. 2527
 Warning blocks LeftCurly '{' should be on a new line. 2527
 Warning javadoc JavadocStyle First sentence should end with a period. 2531
 Warning javadoc JavadocMethod Expected an @return tag. 2534
 Warning misc FinalParameters Parameter index should be final. 2535
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2535
 Warning blocks LeftCurly '{' should be on a new line. 2535
 Warning javadoc JavadocStyle First sentence should end with a period. 2539
 Warning javadoc JavadocMethod Expected an @return tag. 2542
 Warning blocks LeftCurly '{' should be on a new line. 2543
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2546
 Info sizes LineLength Line is longer than 128 characters (found 267). 2547
 Warning blocks LeftCurly '{' should be on a new line. 2548
 Warning blocks LeftCurly '{' should be on a new line. 2549
 Info sizes LineLength Line is longer than 128 characters (found 271). 2551
 Warning javadoc JavadocType Missing a Javadoc comment. 2572
 Warning blocks LeftCurly '{' should be on a new line. 2574
 Warning javadoc JavadocStyle First sentence should end with a period. 2576
 Warning javadoc JavadocMethod Expected an @return tag. 2579
 Warning javadoc JavadocStyle First sentence should end with a period. 2580
 Warning javadoc JavadocMethod Expected an @return tag. 2583
 Warning javadoc JavadocStyle First sentence should end with a period. 2584
 Warning javadoc JavadocMethod Expected an @return tag. 2587
 Warning javadoc JavadocStyle First sentence should end with a period. 2589
 Warning javadoc JavadocMethod Expected an @return tag. 2592
 Warning javadoc JavadocStyle First sentence should end with a period. 2593
 Warning javadoc JavadocMethod Expected an @return tag. 2596
 Warning javadoc JavadocStyle First sentence should end with a period. 2597
 Warning javadoc JavadocMethod Expected an @return tag. 2600
 Warning javadoc JavadocStyle First sentence should end with a period. 2602
 Warning javadoc JavadocMethod Expected an @return tag. 2605
 Warning javadoc JavadocStyle First sentence should end with a period. 2606
 Warning javadoc JavadocMethod Expected an @return tag. 2609
 Warning javadoc JavadocStyle First sentence should end with a period. 2610
 Warning javadoc JavadocMethod Expected an @return tag. 2613
 Warning javadoc JavadocStyle First sentence should end with a period. 2615
 Warning blocks LeftCurly '{' should be on a new line. 2621
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2623
 Warning misc FinalParameters Parameter builder should be final. 2623
 Warning blocks LeftCurly '{' should be on a new line. 2623
 Warning misc FinalParameters Parameter noInit should be final. 2627
 Warning blocks LeftCurly '{' should be on a new line. 2627
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2629
 Warning naming ConstantName Name 'defaultInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 2629
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2630
 Warning blocks LeftCurly '{' should be on a new line. 2630
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2634
 Warning blocks LeftCurly '{' should be on a new line. 2634
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2638
 Warning modifier RedundantModifier Redundant 'final' modifier. 2640
 Warning blocks LeftCurly '{' should be on a new line. 2641
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2644
 Warning misc FinalParameters Parameter input should be final. 2645
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2646
 Warning blocks LeftCurly '{' should be on a new line. 2647
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2649
 Warning coding HiddenField 'unknownFields' hides a field. 2650
 Warning blocks LeftCurly '{' should be on a new line. 2652
 Warning blocks LeftCurly '{' should be on a new line. 2654
 Warning blocks LeftCurly '{' should be on a new line. 2656
 Warning blocks LeftCurly '{' should be on a new line. 2662
 Warning blocks LeftCurly '{' should be on a new line. 2669
 Info sizes LineLength Line is longer than 128 characters (found 137). 2672
 Warning blocks LeftCurly '{' should be on a new line. 2673
 Warning blocks LeftCurly '{' should be on a new line. 2682
 Info sizes LineLength Line is longer than 128 characters (found 134). 2685
 Warning blocks LeftCurly '{' should be on a new line. 2686
 Warning blocks LeftCurly '{' should be on a new line. 2695
 Info sizes LineLength Line is longer than 128 characters (found 133). 2698
 Warning blocks LeftCurly '{' should be on a new line. 2699
 Warning blocks RightCurly '}' should be alone on a line. 2708
 Warning blocks LeftCurly '{' should be on a new line. 2708
 Warning blocks RightCurly '}' should be alone on a line. 2710
 Warning blocks LeftCurly '{' should be on a new line. 2710
 Warning blocks RightCurly '}' should be alone on a line. 2713
 Warning blocks LeftCurly '{' should be on a new line. 2713
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2718
 Warning modifier RedundantModifier Redundant 'final' modifier. 2718
 Warning blocks LeftCurly '{' should be on a new line. 2719
 Info sizes LineLength Line is longer than 128 characters (found 137). 2720
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2723
 Warning blocks LeftCurly '{' should be on a new line. 2724
 Info sizes LineLength Line is longer than 128 characters (found 144). 2725
 Info sizes LineLength Line is longer than 128 characters (found 166). 2727
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2730
 Warning naming StaticVariableName Name 'PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2730
 Warning design VisibilityModifier Variable 'PARSER' must be private and have accessor methods. 2730
 Warning misc FinalParameters Parameter input should be final. 2733
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2734
 Warning blocks LeftCurly '{' should be on a new line. 2735
 Warning blocks LeftCurly '{' should be on a new line. 2741
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2745
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2745
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2746
 Warning naming MemberName Name 'msgCase_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2746
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2747
 Warning naming MemberName Name 'msg_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2747
 Warning javadoc JavadocType Missing a Javadoc comment. 2748
 Warning blocks LeftCurly '{' should be on a new line. 2749
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2750
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2751
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2752
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2753
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2754
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2755
 Warning misc FinalParameters Parameter value should be final. 2755
 Warning blocks LeftCurly '{' should be on a new line. 2755
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2758
 Warning misc FinalParameters Parameter value should be final. 2758
 Warning blocks LeftCurly '{' should be on a new line. 2758
 Warning blocks LeftCurly '{' should be on a new line. 2759
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2768
 Warning blocks LeftCurly '{' should be on a new line. 2768
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2773
 Warning blocks LeftCurly '{' should be on a new line. 2774
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2779
 Warning javadoc JavadocStyle First sentence should end with a period. 2780
 Warning javadoc JavadocMethod Expected an @return tag. 2783
 Warning blocks LeftCurly '{' should be on a new line. 2783
 Warning javadoc JavadocStyle First sentence should end with a period. 2786
 Warning javadoc JavadocMethod Expected an @return tag. 2789
 Warning blocks LeftCurly '{' should be on a new line. 2789
 Warning blocks LeftCurly '{' should be on a new line. 2790
 Warning javadoc JavadocStyle First sentence should end with a period. 2795
 Warning javadoc JavadocMethod Expected an @return tag. 2798
 Warning blocks LeftCurly '{' should be on a new line. 2798
 Warning blocks LeftCurly '{' should be on a new line. 2799
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2805
 Warning javadoc JavadocStyle First sentence should end with a period. 2806
 Warning javadoc JavadocMethod Expected an @return tag. 2809
 Warning blocks LeftCurly '{' should be on a new line. 2809
 Warning javadoc JavadocStyle First sentence should end with a period. 2812
 Warning javadoc JavadocMethod Expected an @return tag. 2815
 Warning blocks LeftCurly '{' should be on a new line. 2815
 Warning blocks LeftCurly '{' should be on a new line. 2816
 Warning javadoc JavadocStyle First sentence should end with a period. 2821
 Warning javadoc JavadocMethod Expected an @return tag. 2824
 Warning blocks LeftCurly '{' should be on a new line. 2824
 Warning blocks LeftCurly '{' should be on a new line. 2825
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2831
 Warning javadoc JavadocStyle First sentence should end with a period. 2832
 Warning javadoc JavadocMethod Expected an @return tag. 2835
 Warning blocks LeftCurly '{' should be on a new line. 2835
 Warning javadoc JavadocStyle First sentence should end with a period. 2838
 Warning javadoc JavadocMethod Expected an @return tag. 2841
 Warning blocks LeftCurly '{' should be on a new line. 2841
 Warning blocks LeftCurly '{' should be on a new line. 2842
 Warning javadoc JavadocStyle First sentence should end with a period. 2847
 Warning javadoc JavadocMethod Expected an @return tag. 2850
 Warning blocks LeftCurly '{' should be on a new line. 2850
 Warning blocks LeftCurly '{' should be on a new line. 2851
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2857
 Warning blocks LeftCurly '{' should be on a new line. 2857
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2859
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2860
 Warning modifier RedundantModifier Redundant 'final' modifier. 2860
 Warning blocks LeftCurly '{' should be on a new line. 2860
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2862
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2863
 Warning blocks LeftCurly '{' should be on a new line. 2865
 Warning blocks LeftCurly '{' should be on a new line. 2866
 Warning blocks LeftCurly '{' should be on a new line. 2871
 Warning blocks LeftCurly '{' should be on a new line. 2872
 Warning blocks LeftCurly '{' should be on a new line. 2877
 Warning blocks LeftCurly '{' should be on a new line. 2878
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2887
 Warning misc FinalParameters Parameter output should be final. 2887
 Warning blocks LeftCurly '{' should be on a new line. 2888
 Warning blocks LeftCurly '{' should be on a new line. 2890
 Warning blocks LeftCurly '{' should be on a new line. 2893
 Warning blocks LeftCurly '{' should be on a new line. 2896
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2902
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2903
 Warning blocks LeftCurly '{' should be on a new line. 2903
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2905
 Warning blocks LeftCurly '{' should be on a new line. 2908
 Warning blocks LeftCurly '{' should be on a new line. 2912
 Warning blocks LeftCurly '{' should be on a new line. 2916
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2925
 Warning blocks LeftCurly '{' should be on a new line. 2928
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2932
 Warning misc FinalParameters Parameter data should be final. 2933
 Warning blocks LeftCurly '{' should be on a new line. 2934
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2937
 Warning misc FinalParameters Parameter data should be final. 2938
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2939
 Warning blocks LeftCurly '{' should be on a new line. 2940
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2943
 Warning misc FinalParameters Parameter data should be final. 2943
 Warning blocks LeftCurly '{' should be on a new line. 2944
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2947
 Warning misc FinalParameters Parameter data should be final. 2948
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2949
 Warning blocks LeftCurly '{' should be on a new line. 2950
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2953
 Warning misc FinalParameters Parameter input should be final. 2953
 Warning blocks LeftCurly '{' should be on a new line. 2954
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2957
 Warning misc FinalParameters Parameter input should be final. 2958
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2959
 Warning blocks LeftCurly '{' should be on a new line. 2960
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2963
 Warning misc FinalParameters Parameter input should be final. 2963
 Warning blocks LeftCurly '{' should be on a new line. 2964
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2967
 Warning misc FinalParameters Parameter input should be final. 2968
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2969
 Warning blocks LeftCurly '{' should be on a new line. 2970
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2973
 Warning misc FinalParameters Parameter input should be final. 2974
 Warning blocks LeftCurly '{' should be on a new line. 2975
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2978
 Warning misc FinalParameters Parameter input should be final. 2979
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2980
 Warning blocks LeftCurly '{' should be on a new line. 2981
 Warning blocks LeftCurly '{' should be on a new line. 2985
 Warning blocks LeftCurly '{' should be on a new line. 2986
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2987
 Warning misc FinalParameters Parameter prototype should be final. 2987
 Warning blocks LeftCurly '{' should be on a new line. 2987
 Warning blocks LeftCurly '{' should be on a new line. 2990
 Warning misc FinalParameters Parameter parent should be final. 2994
 Warning blocks LeftCurly '{' should be on a new line. 2994
 Warning javadoc JavadocStyle First sentence should end with a period. 2998
 Warning blocks LeftCurly '{' should be on a new line. 3004
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3005
 Warning modifier RedundantModifier Redundant 'final' modifier. 3005
 Warning blocks LeftCurly '{' should be on a new line. 3006
 Info sizes LineLength Line is longer than 128 characters (found 139). 3007
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3010
 Warning blocks LeftCurly '{' should be on a new line. 3011
 Info sizes LineLength Line is longer than 128 characters (found 146). 3012
 Info sizes LineLength Line is longer than 128 characters (found 168). 3014
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3018
 Warning blocks LeftCurly '{' should be on a new line. 3018
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3022
 Warning misc FinalParameters Parameter parent should be final. 3023
 Warning blocks LeftCurly '{' should be on a new line. 3023
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3027
 Warning blocks LeftCurly '{' should be on a new line. 3027
 Warning blocks LeftCurly '{' should be on a new line. 3028
 Warning blocks EmptyBlock Must have at least one statement. 3028
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3031
 Warning blocks LeftCurly '{' should be on a new line. 3031
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3035
 Warning blocks LeftCurly '{' should be on a new line. 3035
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3042
 Warning blocks LeftCurly '{' should be on a new line. 3042
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3046
 Warning blocks LeftCurly '{' should be on a new line. 3047
 Info sizes LineLength Line is longer than 128 characters (found 139). 3048
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3051
 Warning blocks LeftCurly '{' should be on a new line. 3051
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3055
 Warning blocks LeftCurly '{' should be on a new line. 3055
 Warning blocks LeftCurly '{' should be on a new line. 3057
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3063
 Warning blocks LeftCurly '{' should be on a new line. 3063
 Info sizes LineLength Line is longer than 128 characters (found 157). 3064
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3065
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3066
 Warning blocks LeftCurly '{' should be on a new line. 3067
 Warning blocks LeftCurly '{' should be on a new line. 3068
 Warning blocks RightCurly '}' should be alone on a line. 3070
 Warning blocks LeftCurly '{' should be on a new line. 3070
 Warning blocks LeftCurly '{' should be on a new line. 3074
 Warning blocks LeftCurly '{' should be on a new line. 3075
 Warning blocks RightCurly '}' should be alone on a line. 3077
 Warning blocks LeftCurly '{' should be on a new line. 3077
 Warning blocks LeftCurly '{' should be on a new line. 3081
 Warning blocks LeftCurly '{' should be on a new line. 3082
 Warning blocks RightCurly '}' should be alone on a line. 3084
 Warning blocks LeftCurly '{' should be on a new line. 3084
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3094
 Warning misc FinalParameters Parameter other should be final. 3094
 Warning blocks LeftCurly '{' should be on a new line. 3094
 Warning blocks LeftCurly '{' should be on a new line. 3095
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 3096
 Warning blocks RightCurly '}' should be alone on a line. 3097
 Warning blocks LeftCurly '{' should be on a new line. 3097
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3103
 Warning misc FinalParameters Parameter other should be final. 3103
 Warning blocks LeftCurly '{' should be on a new line. 3103
 Warning blocks NeedBraces 'if' construct must use '{}'s. 3104
 Warning coding MissingSwitchDefault switch without "default" clause. 3105
 Warning blocks LeftCurly '{' should be on a new line. 3105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3126
 Warning modifier RedundantModifier Redundant 'final' modifier. 3126
 Warning blocks LeftCurly '{' should be on a new line. 3126
 Warning blocks LeftCurly '{' should be on a new line. 3127
 Warning blocks LeftCurly '{' should be on a new line. 3128
 Warning blocks LeftCurly '{' should be on a new line. 3133
 Warning blocks LeftCurly '{' should be on a new line. 3134
 Warning blocks LeftCurly '{' should be on a new line. 3139
 Warning blocks LeftCurly '{' should be on a new line. 3140
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3148
 Warning misc FinalParameters Parameter input should be final. 3149
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3150
 Warning blocks LeftCurly '{' should be on a new line. 3151
 Warning blocks LeftCurly '{' should be on a new line. 3153
 Warning blocks RightCurly '}' should be alone on a line. 3155
 Warning blocks LeftCurly '{' should be on a new line. 3155
 Warning blocks RightCurly '}' should be alone on a line. 3158
 Warning blocks LeftCurly '{' should be on a new line. 3158
 Warning blocks LeftCurly '{' should be on a new line. 3159
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3165
 Warning naming MemberName Name 'msgCase_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3165
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3166
 Warning naming MemberName Name 'msg_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3166
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3167
 Warning blocks LeftCurly '{' should be on a new line. 3168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3173
 Warning blocks LeftCurly '{' should be on a new line. 3173
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3180
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3182
 Info sizes LineLength Line is longer than 128 characters (found 268). 3183
 Warning naming MemberName Name 'createSimulationBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3183
 Warning javadoc JavadocStyle First sentence should end with a period. 3184
 Warning javadoc JavadocMethod Expected an @return tag. 3187
 Warning blocks LeftCurly '{' should be on a new line. 3187
 Warning javadoc JavadocStyle First sentence should end with a period. 3190
 Warning javadoc JavadocMethod Expected an @return tag. 3193
 Warning blocks LeftCurly '{' should be on a new line. 3193
 Warning blocks LeftCurly '{' should be on a new line. 3194
 Warning blocks LeftCurly '{' should be on a new line. 3195
 Warning blocks RightCurly '}' should be alone on a line. 3199
 Warning blocks LeftCurly '{' should be on a new line. 3199
 Warning blocks LeftCurly '{' should be on a new line. 3200
 Warning javadoc JavadocStyle First sentence should end with a period. 3206
 Warning javadoc JavadocMethod Expected an @return tag. 3209
 Warning misc FinalParameters Parameter value should be final. 3209
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3209
 Warning blocks LeftCurly '{' should be on a new line. 3209
 Warning blocks LeftCurly '{' should be on a new line. 3210
 Warning blocks LeftCurly '{' should be on a new line. 3211
 Warning blocks RightCurly '}' should be alone on a line. 3216
 Warning blocks LeftCurly '{' should be on a new line. 3216
 Warning javadoc JavadocStyle First sentence should end with a period. 3222
 Warning javadoc JavadocMethod Expected an @return tag. 3225
 Warning misc FinalParameters Parameter builderForValue should be final. 3226
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3226
 Warning blocks LeftCurly '{' should be on a new line. 3226
 Warning blocks LeftCurly '{' should be on a new line. 3227
 Warning blocks RightCurly '}' should be alone on a line. 3230
 Warning blocks LeftCurly '{' should be on a new line. 3230
 Warning javadoc JavadocStyle First sentence should end with a period. 3236
 Warning javadoc JavadocMethod Expected an @return tag. 3239
 Warning misc FinalParameters Parameter value should be final. 3239
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3239
 Warning blocks LeftCurly '{' should be on a new line. 3239
 Warning blocks LeftCurly '{' should be on a new line. 3240
 Warning whitespace OperatorWrap '&&' should be on a new line. 3241
 Warning blocks LeftCurly '{' should be on a new line. 3242
 Info sizes LineLength Line is longer than 128 characters (found 179). 3243
 Warning blocks RightCurly '}' should be alone on a line. 3245
 Warning blocks LeftCurly '{' should be on a new line. 3245
 Warning blocks RightCurly '}' should be alone on a line. 3249
 Warning blocks LeftCurly '{' should be on a new line. 3249
 Warning blocks LeftCurly '{' should be on a new line. 3250
 Warning javadoc JavadocStyle First sentence should end with a period. 3258
 Warning javadoc JavadocMethod Expected an @return tag. 3261
 Warning blocks LeftCurly '{' should be on a new line. 3261
 Warning blocks LeftCurly '{' should be on a new line. 3262
 Warning blocks LeftCurly '{' should be on a new line. 3263
 Warning blocks RightCurly '}' should be alone on a line. 3268
 Warning blocks LeftCurly '{' should be on a new line. 3268
 Warning blocks LeftCurly '{' should be on a new line. 3269
 Warning javadoc JavadocStyle First sentence should end with a period. 3277
 Warning javadoc JavadocMethod Expected an @return tag. 3280
 Warning blocks LeftCurly '{' should be on a new line. 3280
 Warning javadoc JavadocStyle First sentence should end with a period. 3283
 Warning javadoc JavadocMethod Expected an @return tag. 3286
 Warning blocks LeftCurly '{' should be on a new line. 3286
 Warning blocks LeftCurly '{' should be on a new line. 3287
 Warning blocks RightCurly '}' should be alone on a line. 3289
 Warning blocks LeftCurly '{' should be on a new line. 3289
 Warning blocks LeftCurly '{' should be on a new line. 3290
 Warning javadoc JavadocStyle First sentence should end with a period. 3296
 Warning javadoc JavadocMethod Expected an @return tag. 3299
 Info sizes LineLength Line is longer than 128 characters (found 243). 3300
 Warning blocks LeftCurly '{' should be on a new line. 3301
 Warning blocks LeftCurly '{' should be on a new line. 3302
 Warning blocks LeftCurly '{' should be on a new line. 3303
 Info sizes LineLength Line is longer than 128 characters (found 247). 3307
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3317
 Info sizes LineLength Line is longer than 128 characters (found 256). 3318
 Warning naming MemberName Name 'simulateUntilBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3318
 Warning javadoc JavadocStyle First sentence should end with a period. 3319
 Warning javadoc JavadocMethod Expected an @return tag. 3322
 Warning blocks LeftCurly '{' should be on a new line. 3322
 Warning javadoc JavadocStyle First sentence should end with a period. 3325
 Warning javadoc JavadocMethod Expected an @return tag. 3328
 Warning blocks LeftCurly '{' should be on a new line. 3328
 Warning blocks LeftCurly '{' should be on a new line. 3329
 Warning blocks LeftCurly '{' should be on a new line. 3330
 Warning blocks RightCurly '}' should be alone on a line. 3334
 Warning blocks LeftCurly '{' should be on a new line. 3334
 Warning blocks LeftCurly '{' should be on a new line. 3335
 Warning javadoc JavadocStyle First sentence should end with a period. 3341
 Warning javadoc JavadocMethod Expected an @return tag. 3344
 Warning misc FinalParameters Parameter value should be final. 3344
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3344
 Warning blocks LeftCurly '{' should be on a new line. 3344
 Warning blocks LeftCurly '{' should be on a new line. 3345
 Warning blocks LeftCurly '{' should be on a new line. 3346
 Warning blocks RightCurly '}' should be alone on a line. 3351
 Warning blocks LeftCurly '{' should be on a new line. 3351
 Warning javadoc JavadocStyle First sentence should end with a period. 3357
 Warning javadoc JavadocMethod Expected an @return tag. 3360
 Warning misc FinalParameters Parameter builderForValue should be final. 3361
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3361
 Warning blocks LeftCurly '{' should be on a new line. 3361
 Warning blocks LeftCurly '{' should be on a new line. 3362
 Warning blocks RightCurly '}' should be alone on a line. 3365
 Warning blocks LeftCurly '{' should be on a new line. 3365
 Warning javadoc JavadocStyle First sentence should end with a period. 3371
 Warning javadoc JavadocMethod Expected an @return tag. 3374
 Warning misc FinalParameters Parameter value should be final. 3374
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3374
 Warning blocks LeftCurly '{' should be on a new line. 3374
 Warning blocks LeftCurly '{' should be on a new line. 3375
 Warning whitespace OperatorWrap '&&' should be on a new line. 3376
 Warning blocks LeftCurly '{' should be on a new line. 3377
 Info sizes LineLength Line is longer than 128 characters (found 173). 3378
 Warning blocks RightCurly '}' should be alone on a line. 3380
 Warning blocks LeftCurly '{' should be on a new line. 3380
 Warning blocks RightCurly '}' should be alone on a line. 3384
 Warning blocks LeftCurly '{' should be on a new line. 3384
 Warning blocks LeftCurly '{' should be on a new line. 3385
 Warning javadoc JavadocStyle First sentence should end with a period. 3393
 Warning javadoc JavadocMethod Expected an @return tag. 3396
 Warning blocks LeftCurly '{' should be on a new line. 3396
 Warning blocks LeftCurly '{' should be on a new line. 3397
 Warning blocks LeftCurly '{' should be on a new line. 3398
 Warning blocks RightCurly '}' should be alone on a line. 3403
 Warning blocks LeftCurly '{' should be on a new line. 3403
 Warning blocks LeftCurly '{' should be on a new line. 3404
 Warning javadoc JavadocStyle First sentence should end with a period. 3412
 Warning javadoc JavadocMethod Expected an @return tag. 3415
 Warning blocks LeftCurly '{' should be on a new line. 3415
 Warning javadoc JavadocStyle First sentence should end with a period. 3418
 Warning javadoc JavadocMethod Expected an @return tag. 3421
 Warning blocks LeftCurly '{' should be on a new line. 3421
 Warning blocks LeftCurly '{' should be on a new line. 3422
 Warning blocks RightCurly '}' should be alone on a line. 3424
 Warning blocks LeftCurly '{' should be on a new line. 3424
 Warning blocks LeftCurly '{' should be on a new line. 3425
 Warning javadoc JavadocStyle First sentence should end with a period. 3431
 Warning javadoc JavadocMethod Expected an @return tag. 3434
 Info sizes LineLength Line is longer than 128 characters (found 234). 3435
 Warning blocks LeftCurly '{' should be on a new line. 3436
 Warning blocks LeftCurly '{' should be on a new line. 3437
 Warning blocks LeftCurly '{' should be on a new line. 3438
 Info sizes LineLength Line is longer than 128 characters (found 238). 3442
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3452
 Info sizes LineLength Line is longer than 128 characters (found 252). 3453
 Warning naming MemberName Name 'gtuPositionsBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3453
 Warning javadoc JavadocStyle First sentence should end with a period. 3454
 Warning javadoc JavadocMethod Expected an @return tag. 3457
 Warning blocks LeftCurly '{' should be on a new line. 3457
 Warning javadoc JavadocStyle First sentence should end with a period. 3460
 Warning javadoc JavadocMethod Expected an @return tag. 3463
 Warning blocks LeftCurly '{' should be on a new line. 3463
 Warning blocks LeftCurly '{' should be on a new line. 3464
 Warning blocks LeftCurly '{' should be on a new line. 3465
 Warning blocks RightCurly '}' should be alone on a line. 3469
 Warning blocks LeftCurly '{' should be on a new line. 3469
 Warning blocks LeftCurly '{' should be on a new line. 3470
 Warning javadoc JavadocStyle First sentence should end with a period. 3476
 Warning javadoc JavadocMethod Expected an @return tag. 3479
 Warning misc FinalParameters Parameter value should be final. 3479
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3479
 Warning blocks LeftCurly '{' should be on a new line. 3479
 Warning blocks LeftCurly '{' should be on a new line. 3480
 Warning blocks LeftCurly '{' should be on a new line. 3481
 Warning blocks RightCurly '}' should be alone on a line. 3486
 Warning blocks LeftCurly '{' should be on a new line. 3486
 Warning javadoc JavadocStyle First sentence should end with a period. 3492
 Warning javadoc JavadocMethod Expected an @return tag. 3495
 Warning misc FinalParameters Parameter builderForValue should be final. 3496
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3496
 Warning blocks LeftCurly '{' should be on a new line. 3496
 Warning blocks LeftCurly '{' should be on a new line. 3497
 Warning blocks RightCurly '}' should be alone on a line. 3500
 Warning blocks LeftCurly '{' should be on a new line. 3500
 Warning javadoc JavadocStyle First sentence should end with a period. 3506
 Warning javadoc JavadocMethod Expected an @return tag. 3509
 Warning misc FinalParameters Parameter value should be final. 3509
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3509
 Warning blocks LeftCurly '{' should be on a new line. 3509
 Warning blocks LeftCurly '{' should be on a new line. 3510
 Warning whitespace OperatorWrap '&&' should be on a new line. 3511
 Warning blocks LeftCurly '{' should be on a new line. 3512
 Info sizes LineLength Line is longer than 128 characters (found 171). 3513
 Warning blocks RightCurly '}' should be alone on a line. 3515
 Warning blocks LeftCurly '{' should be on a new line. 3515
 Warning blocks RightCurly '}' should be alone on a line. 3519
 Warning blocks LeftCurly '{' should be on a new line. 3519
 Warning blocks LeftCurly '{' should be on a new line. 3520
 Warning javadoc JavadocStyle First sentence should end with a period. 3528
 Warning javadoc JavadocMethod Expected an @return tag. 3531
 Warning blocks LeftCurly '{' should be on a new line. 3531
 Warning blocks LeftCurly '{' should be on a new line. 3532
 Warning blocks LeftCurly '{' should be on a new line. 3533
 Warning blocks RightCurly '}' should be alone on a line. 3538
 Warning blocks LeftCurly '{' should be on a new line. 3538
 Warning blocks LeftCurly '{' should be on a new line. 3539
 Warning javadoc JavadocStyle First sentence should end with a period. 3547
 Warning javadoc JavadocMethod Expected an @return tag. 3550
 Warning blocks LeftCurly '{' should be on a new line. 3550
 Warning javadoc JavadocStyle First sentence should end with a period. 3553
 Warning javadoc JavadocMethod Expected an @return tag. 3556
 Warning blocks LeftCurly '{' should be on a new line. 3556
 Warning blocks LeftCurly '{' should be on a new line. 3557
 Warning blocks RightCurly '}' should be alone on a line. 3559
 Warning blocks LeftCurly '{' should be on a new line. 3559
 Warning blocks LeftCurly '{' should be on a new line. 3560
 Warning javadoc JavadocStyle First sentence should end with a period. 3566
 Warning javadoc JavadocMethod Expected an @return tag. 3569
 Info sizes LineLength Line is longer than 128 characters (found 231). 3570
 Warning blocks LeftCurly '{' should be on a new line. 3571
 Warning blocks LeftCurly '{' should be on a new line. 3572
 Warning blocks LeftCurly '{' should be on a new line. 3573
 Info sizes LineLength Line is longer than 128 characters (found 235). 3577
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3598
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_CreateSimulation_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 3599
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3600
 Warning naming StaticVariableName Name 'internal_static_org_opentrafficsim_aimsun_proto_CreateSimulation_fieldAccessorTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3602
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3603
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_SimulateUntil_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 3604
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3605
 Warning naming StaticVariableName Name 'internal_static_org_opentrafficsim_aimsun_proto_SimulateUntil_fieldAccessorTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3607
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3608
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 3609
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3610
 Warning naming StaticVariableName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_fieldAccessorTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3612
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3613
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_GTUPosition_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 3614
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3615
 Warning naming StaticVariableName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_GTUPosition_fieldAccessorTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3617
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3618
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_OTSMessage_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 3619
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3620
 Warning naming StaticVariableName Name 'internal_static_org_opentrafficsim_aimsun_proto_OTSMessage_fieldAccessorTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3622
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3624
 Warning blocks LeftCurly '{' should be on a new line. 3625
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3628
 Warning whitespace OperatorWrap '+' should be on a new line. 3632
 Warning whitespace OperatorWrap '+' should be on a new line. 3633
 Warning whitespace OperatorWrap '+' should be on a new line. 3634
 Warning whitespace OperatorWrap '+' should be on a new line. 3635
 Warning whitespace OperatorWrap '+' should be on a new line. 3636
 Warning whitespace OperatorWrap '+' should be on a new line. 3637
 Warning whitespace OperatorWrap '+' should be on a new line. 3638
 Warning whitespace OperatorWrap '+' should be on a new line. 3639
 Warning whitespace OperatorWrap '+' should be on a new line. 3640
 Warning whitespace OperatorWrap '+' should be on a new line. 3642
 Warning whitespace OperatorWrap '+' should be on a new line. 3643
 Warning whitespace OperatorWrap '+' should be on a new line. 3644
 Warning whitespace OperatorWrap '+' should be on a new line. 3645
 Warning whitespace NoWhitespaceAfter '.' is followed by whitespace. 3649
 Warning misc FinalParameters Parameter root should be final. 3651
 Warning blocks LeftCurly '{' should be on a new line. 3651