Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 75 2158 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 4  Warning
LeftCurly
  • option: "nl"
860  Warning
NeedBraces 21  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE"
  • option: "alone"
85  Warning
coding EmptyStatement 3  Warning
MissingSwitchDefault 1  Warning
javadoc JavadocMethod 488  Warning
JavadocPackage 1  Info
JavadocStyle
  • checkHtml: "false"
207  Warning
JavadocType 7  Warning
JavadocVariable 97  Warning
misc FinalParameters 235  Warning
NewlineAtEndOfFile
  • fileExtensions: "java"
  • lineSeparator: "crlf"
1  Warning
modifier RedundantModifier 37  Warning
naming ConstantName 10  Warning
LocalVariableName 15  Warning
MemberName 48  Warning
sizes FileLength 1  Warning
LineLength
  • max: "128"
74  Info
whitespace NoWhitespaceAfter
  • tokens: "INC, DEC, UNARY_MINUS, UNARY_PLUS, BNOT, LNOT, DOT, ARRAY_DECLARATOR, INDEX_OP"
1  Warning
NoWhitespaceBefore 11  Warning
OperatorWrap 20  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 4,708 lines (max allowed is 2,000). 1
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning blocks LeftCurly '{' at column 42 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 '{' at column 59 should be on a new line. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12
 Warning misc FinalParameters Parameter registry should be final. 13
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 13
 Warning javadoc JavadocType Missing a Javadoc comment. 17
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 19
 Warning javadoc JavadocStyle First sentence should end with a period. 21
 Warning javadoc JavadocMethod Expected an @return tag. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 25
 Warning javadoc JavadocMethod Expected an @return tag. 28
 Warning javadoc JavadocStyle First sentence should end with a period. 30
 Warning javadoc JavadocMethod Expected an @return tag. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 34
 Warning javadoc JavadocMethod Expected an @return tag. 37
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 43
 Warning javadoc JavadocMethod Expected an @return tag. 46
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 50
 Warning javadoc JavadocStyle First sentence should end with a period. 53
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter builder should be final. 61
 Warning blocks LeftCurly '{' at column 89 should be on a new line. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 64
 Warning modifier RedundantModifier Redundant 'final' modifier. 71
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning misc FinalParameters Parameter input should be final. 76
 Warning misc FinalParameters Parameter extensionRegistry should be final. 77
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 78
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
 Warning blocks LeftCurly '{' at column 11 should be on a new line. 83
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 85
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 87
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 93
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 116
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 116
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 118
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 118
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 121
 Warning blocks LeftCurly '{' at column 17 should be on a new line. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning modifier RedundantModifier Redundant 'final' modifier. 126
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 127
 Info sizes LineLength Line is longer than 128 characters (found 143). 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 131
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 132
 Info sizes LineLength Line is longer than 128 characters (found 150). 133
 Info sizes LineLength Line is longer than 128 characters (found 178). 135
 Warning javadoc JavadocVariable Missing a Javadoc comment. 138
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
 Warning javadoc JavadocVariable Missing a Javadoc comment. 139
 Warning javadoc JavadocVariable Missing a Javadoc comment. 140
 Warning naming MemberName Name 'runTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Warning javadoc JavadocStyle First sentence should end with a period. 141
 Warning javadoc JavadocMethod Expected an @return tag. 144
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 144
 Warning javadoc JavadocStyle First sentence should end with a period. 147
 Warning javadoc JavadocMethod Expected an @return tag. 150
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 150
 Warning javadoc JavadocVariable Missing a Javadoc comment. 154
 Warning javadoc JavadocVariable Missing a Javadoc comment. 155
 Warning naming MemberName Name 'warmUpTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
 Warning javadoc JavadocStyle First sentence should end with a period. 156
 Warning javadoc JavadocMethod Expected an @return tag. 159
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 159
 Warning javadoc JavadocStyle First sentence should end with a period. 162
 Warning javadoc JavadocMethod Expected an @return tag. 165
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 165
 Warning javadoc JavadocVariable Missing a Javadoc comment. 169
 Warning javadoc JavadocVariable Missing a Javadoc comment. 170
 Warning naming MemberName Name 'networkXML_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Warning javadoc JavadocStyle First sentence should end with a period. 171
 Warning javadoc JavadocMethod Expected an @return tag. 174
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 174
 Warning javadoc JavadocStyle First sentence should end with a period. 177
 Warning javadoc JavadocMethod Expected an @return tag. 180
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 180
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 182
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 184
 Warning blocks LeftCurly '{' at column 14 should be on a new line. 184
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 188
 Warning javadoc JavadocStyle First sentence should end with a period. 194
 Warning javadoc JavadocMethod Expected an @return tag. 197
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 198
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 200
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 206
 Warning blocks LeftCurly '{' at column 14 should be on a new line. 206
 Warning javadoc JavadocVariable Missing a Javadoc comment. 211
 Warning javadoc JavadocMethod Missing a Javadoc comment. 212
 Warning modifier RedundantModifier Redundant 'final' modifier. 212
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 212
 Warning blocks NeedBraces 'if' construct must use '{}'s. 214
 Warning blocks NeedBraces 'if' construct must use '{}'s. 215
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 217
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 221
 Warning javadoc JavadocMethod Missing a Javadoc comment. 229
 Warning misc FinalParameters Parameter output should be final. 229
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 230
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 231
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 234
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 237
 Warning javadoc JavadocMethod Missing a Javadoc comment. 243
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 245
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 248
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 252
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 256
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 266
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 267
 Warning blocks LeftCurly '{' at column 101 should be on a new line. 270
 Info sizes LineLength Line is longer than 128 characters (found 162). 273
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 277
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 284
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 291
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 300
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 301
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 306
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 311
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 316
 Warning javadoc JavadocMethod Missing a Javadoc comment. 325
 Warning misc FinalParameters Parameter data should be final. 326
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 327
 Warning javadoc JavadocMethod Missing a Javadoc comment. 330
 Warning misc FinalParameters Parameter data should be final. 331
 Warning misc FinalParameters Parameter extensionRegistry should be final. 332
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 333
 Warning javadoc JavadocMethod Missing a Javadoc comment. 336
 Warning misc FinalParameters Parameter data should be final. 336
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 337
 Warning javadoc JavadocMethod Missing a Javadoc comment. 340
 Warning misc FinalParameters Parameter data should be final. 341
 Warning misc FinalParameters Parameter extensionRegistry should be final. 342
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 343
 Warning javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning misc FinalParameters Parameter input should be final. 346
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 347
 Warning javadoc JavadocMethod Missing a Javadoc comment. 351
 Warning misc FinalParameters Parameter input should be final. 352
 Warning misc FinalParameters Parameter extensionRegistry should be final. 353
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 354
 Info sizes LineLength Line is longer than 128 characters (found 134). 358
 Warning javadoc JavadocMethod Missing a Javadoc comment. 358
 Warning misc FinalParameters Parameter input should be final. 358
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 359
 Warning javadoc JavadocMethod Missing a Javadoc comment. 363
 Warning misc FinalParameters Parameter input should be final. 364
 Warning misc FinalParameters Parameter extensionRegistry should be final. 365
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 366
 Warning javadoc JavadocMethod Missing a Javadoc comment. 370
 Warning misc FinalParameters Parameter input should be final. 371
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 372
 Warning javadoc JavadocMethod Missing a Javadoc comment. 376
 Warning misc FinalParameters Parameter input should be final. 377
 Warning misc FinalParameters Parameter extensionRegistry should be final. 378
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 379
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 384
 Warning javadoc JavadocMethod Missing a Javadoc comment. 385
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 385
 Warning javadoc JavadocMethod Missing a Javadoc comment. 388
 Warning misc FinalParameters Parameter prototype should be final. 388
 Warning blocks LeftCurly '{' at column 120 should be on a new line. 388
 Warning javadoc JavadocMethod Missing a Javadoc comment. 391
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 391
 Warning misc FinalParameters Parameter parent should be final. 398
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 398
 Warning javadoc JavadocStyle First sentence should end with a period. 402
 Warning blocks LeftCurly '{' at column 89 should be on a new line. 408
 Warning javadoc JavadocMethod Missing a Javadoc comment. 409
 Warning modifier RedundantModifier Redundant 'final' modifier. 409
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 410
 Info sizes LineLength Line is longer than 128 characters (found 145). 411
 Warning javadoc JavadocMethod Missing a Javadoc comment. 414
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 415
 Info sizes LineLength Line is longer than 128 characters (found 152). 416
 Info sizes LineLength Line is longer than 128 characters (found 180). 418
 Warning javadoc JavadocMethod Missing a Javadoc comment. 422
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 422
 Warning javadoc JavadocMethod Missing a Javadoc comment. 426
 Warning misc FinalParameters Parameter parent should be final. 427
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 427
 Warning javadoc JavadocMethod Missing a Javadoc comment. 431
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 431
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 433
 Warning blocks EmptyBlock Must have at least one statement. 433
 Warning javadoc JavadocMethod Missing a Javadoc comment. 436
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 436
 Warning javadoc JavadocMethod Missing a Javadoc comment. 447
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 448
 Info sizes LineLength Line is longer than 128 characters (found 145). 449
 Warning javadoc JavadocMethod Missing a Javadoc comment. 452
 Warning blocks LeftCurly '{' at column 113 should be on a new line. 452
 Warning javadoc JavadocMethod Missing a Javadoc comment. 456
 Warning blocks LeftCurly '{' at column 93 should be on a new line. 456
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 458
 Warning javadoc JavadocMethod Missing a Javadoc comment. 464
 Warning blocks LeftCurly '{' at column 100 should be on a new line. 464
 Info sizes LineLength Line is longer than 128 characters (found 169). 465
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 466
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 467
 Warning blocks LeftCurly '{' at column 61 should be on a new line. 468
 Warning blocks LeftCurly '{' at column 61 should be on a new line. 472
 Warning blocks LeftCurly '{' at column 61 should be on a new line. 476
 Warning javadoc JavadocMethod Missing a Javadoc comment. 485
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 485
 Warning javadoc JavadocMethod Missing a Javadoc comment. 488
 Warning misc FinalParameters Parameter field should be final. 489
 Warning misc FinalParameters Parameter value should be final. 490
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 490
 Warning javadoc JavadocMethod Missing a Javadoc comment. 493
 Warning misc FinalParameters Parameter field should be final. 494
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 494
 Warning javadoc JavadocMethod Missing a Javadoc comment. 497
 Warning misc FinalParameters Parameter oneof should be final. 498
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 498
 Warning javadoc JavadocMethod Missing a Javadoc comment. 501
 Warning misc FinalParameters Parameter field should be final. 502
 Warning misc FinalParameters Parameter index should be final. 503
 Warning misc FinalParameters Parameter value should be final. 503
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 503
 Warning javadoc JavadocMethod Missing a Javadoc comment. 506
 Warning misc FinalParameters Parameter field should be final. 507
 Warning misc FinalParameters Parameter value should be final. 508
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 508
 Warning javadoc JavadocMethod Missing a Javadoc comment. 511
 Warning misc FinalParameters Parameter other should be final. 511
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 511
 Warning blocks LeftCurly '{' at column 102 should be on a new line. 512
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 513
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 514
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 514
 Warning javadoc JavadocMethod Missing a Javadoc comment. 520
 Warning misc FinalParameters Parameter other should be final. 520
 Warning blocks LeftCurly '{' at column 110 should be on a new line. 520
 Warning blocks NeedBraces 'if' construct must use '{}'s. 521
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 522
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 525
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 528
 Warning javadoc JavadocMethod Missing a Javadoc comment. 538
 Warning modifier RedundantModifier Redundant 'final' modifier. 538
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 538
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 539
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 542
 Warning javadoc JavadocMethod Missing a Javadoc comment. 548
 Warning misc FinalParameters Parameter input should be final. 549
 Warning misc FinalParameters Parameter extensionRegistry should be final. 550
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 551
 Warning blocks LeftCurly '{' at column 13 should be on a new line. 553
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 555
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 555
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 558
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 558
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 559
 Warning javadoc JavadocVariable Missing a Javadoc comment. 565
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 565
 Warning javadoc JavadocVariable Missing a Javadoc comment. 567
 Warning naming MemberName Name 'runTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 567
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 567
 Warning javadoc JavadocStyle First sentence should end with a period. 568
 Warning javadoc JavadocMethod Expected an @return tag. 571
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 571
 Warning javadoc JavadocStyle First sentence should end with a period. 574
 Warning javadoc JavadocMethod Expected an @return tag. 577
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 577
 Warning javadoc JavadocStyle First sentence should end with a period. 580
 Warning javadoc JavadocMethod Expected an @return tag. 583
 Warning misc FinalParameters Parameter value should be final. 583
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 583
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 583
 Warning javadoc JavadocStyle First sentence should end with a period. 589
 Warning javadoc JavadocMethod Expected an @return tag. 592
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 592
 Warning javadoc JavadocVariable Missing a Javadoc comment. 599
 Warning naming MemberName Name 'warmUpTime_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 599
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 599
 Warning javadoc JavadocStyle First sentence should end with a period. 600
 Warning javadoc JavadocMethod Expected an @return tag. 603
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 603
 Warning javadoc JavadocStyle First sentence should end with a period. 606
 Warning javadoc JavadocMethod Expected an @return tag. 609
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 609
 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. 615
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 615
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 615
 Warning javadoc JavadocStyle First sentence should end with a period. 621
 Warning javadoc JavadocMethod Expected an @return tag. 624
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 624
 Warning javadoc JavadocVariable Missing a Javadoc comment. 631
 Warning naming MemberName Name 'networkXML_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 631
 Warning javadoc JavadocStyle First sentence should end with a period. 632
 Warning javadoc JavadocMethod Expected an @return tag. 635
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 635
 Warning javadoc JavadocStyle First sentence should end with a period. 638
 Warning javadoc JavadocMethod Expected an @return tag. 641
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 641
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 643
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 647
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 651
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 651
 Warning javadoc JavadocStyle First sentence should end with a period. 655
 Warning javadoc JavadocMethod Expected an @return tag. 658
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 659
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 661
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 667
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 667
 Warning javadoc JavadocStyle First sentence should end with a period. 671
 Warning javadoc JavadocMethod Expected an @return tag. 674
 Warning misc FinalParameters Parameter value should be final. 675
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 675
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 675
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 676
 Warning javadoc JavadocStyle First sentence should end with a period. 684
 Warning javadoc JavadocMethod Expected an @return tag. 687
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 687
 Warning javadoc JavadocStyle First sentence should end with a period. 693
 Warning javadoc JavadocMethod Expected an @return tag. 696
 Warning misc FinalParameters Parameter value should be final. 697
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 697
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 697
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 698
 Warning javadoc JavadocMethod Missing a Javadoc comment. 706
 Warning modifier RedundantModifier Redundant 'final' modifier. 706
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 707
 Warning javadoc JavadocMethod Missing a Javadoc comment. 711
 Warning modifier RedundantModifier Redundant 'final' modifier. 711
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 712
 Warning javadoc JavadocVariable Missing a Javadoc comment. 721
 Warning blocks LeftCurly '{' at column 12 should be on a new line. 722
 Warning javadoc JavadocMethod Missing a Javadoc comment. 726
 Warning blocks LeftCurly '{' at column 111 should be on a new line. 726
 Warning javadoc JavadocVariable Missing a Javadoc comment. 730
 Warning blocks LeftCurly '{' at column 77 should be on a new line. 731
 Warning misc FinalParameters Parameter input should be final. 733
 Warning misc FinalParameters Parameter extensionRegistry should be final. 734
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 735
 Warning javadoc JavadocMethod Missing a Javadoc comment. 740
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 740
 Warning blocks LeftCurly '{' at column 76 should be on a new line. 745
 Warning javadoc JavadocMethod Missing a Javadoc comment. 749
 Warning blocks LeftCurly '{' at column 111 should be on a new line. 749
 Warning javadoc JavadocType Missing a Javadoc comment. 755
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 757
 Warning javadoc JavadocStyle First sentence should end with a period. 759
 Warning javadoc JavadocMethod Expected an @return tag. 762
 Warning javadoc JavadocStyle First sentence should end with a period. 763
 Warning javadoc JavadocMethod Expected an @return tag. 766
 Warning javadoc JavadocStyle First sentence should end with a period. 768
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 774
 Warning javadoc JavadocMethod Missing a Javadoc comment. 776
 Warning misc FinalParameters Parameter builder should be final. 776
 Warning blocks LeftCurly '{' at column 86 should be on a new line. 776
 Warning javadoc JavadocMethod Missing a Javadoc comment. 779
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 779
 Warning modifier RedundantModifier Redundant 'final' modifier. 784
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 785
 Warning javadoc JavadocMethod Missing a Javadoc comment. 788
 Warning misc FinalParameters Parameter input should be final. 789
 Warning misc FinalParameters Parameter extensionRegistry should be final. 790
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 791
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 793
 Warning blocks LeftCurly '{' at column 11 should be on a new line. 796
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 798
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 800
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 806
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 818
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 818
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 820
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 820
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 823
 Warning blocks LeftCurly '{' at column 17 should be on a new line. 823
 Warning javadoc JavadocMethod Missing a Javadoc comment. 828
 Warning modifier RedundantModifier Redundant 'final' modifier. 828
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 829
 Info sizes LineLength Line is longer than 128 characters (found 140). 830
 Warning javadoc JavadocMethod Missing a Javadoc comment. 833
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 834
 Info sizes LineLength Line is longer than 128 characters (found 147). 835
 Info sizes LineLength Line is longer than 128 characters (found 172). 837
 Warning javadoc JavadocVariable Missing a Javadoc comment. 840
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 840
 Warning javadoc JavadocVariable Missing a Javadoc comment. 841
 Warning javadoc JavadocVariable Missing a Javadoc comment. 842
 Warning naming MemberName Name 'time_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 842
 Warning javadoc JavadocStyle First sentence should end with a period. 843
 Warning javadoc JavadocMethod Expected an @return tag. 846
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 846
 Warning javadoc JavadocStyle First sentence should end with a period. 849
 Warning javadoc JavadocMethod Expected an @return tag. 852
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 852
 Warning javadoc JavadocVariable Missing a Javadoc comment. 856
 Warning javadoc JavadocMethod Missing a Javadoc comment. 857
 Warning modifier RedundantModifier Redundant 'final' modifier. 857
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 857
 Warning blocks NeedBraces 'if' construct must use '{}'s. 859
 Warning blocks NeedBraces 'if' construct must use '{}'s. 860
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 862
 Warning javadoc JavadocMethod Missing a Javadoc comment. 870
 Warning misc FinalParameters Parameter output should be final. 870
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 871
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 872
 Warning javadoc JavadocMethod Missing a Javadoc comment. 878
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 878
 Warning blocks NeedBraces 'if' construct must use '{}'s. 880
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 883
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 894
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 895
 Warning blocks LeftCurly '{' at column 98 should be on a new line. 898
 Info sizes LineLength Line is longer than 128 characters (found 156). 901
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 905
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 916
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 917
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 922
 Warning javadoc JavadocMethod Missing a Javadoc comment. 932
 Warning misc FinalParameters Parameter data should be final. 933
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 934
 Warning javadoc JavadocMethod Missing a Javadoc comment. 937
 Warning misc FinalParameters Parameter data should be final. 938
 Warning misc FinalParameters Parameter extensionRegistry should be final. 939
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 940
 Warning javadoc JavadocMethod Missing a Javadoc comment. 943
 Warning misc FinalParameters Parameter data should be final. 943
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 944
 Warning javadoc JavadocMethod Missing a Javadoc comment. 947
 Warning misc FinalParameters Parameter data should be final. 948
 Warning misc FinalParameters Parameter extensionRegistry should be final. 949
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 950
 Warning javadoc JavadocMethod Missing a Javadoc comment. 953
 Warning misc FinalParameters Parameter input should be final. 953
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 954
 Warning javadoc JavadocMethod Missing a Javadoc comment. 958
 Warning misc FinalParameters Parameter input should be final. 959
 Warning misc FinalParameters Parameter extensionRegistry should be final. 960
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 961
 Info sizes LineLength Line is longer than 128 characters (found 131). 965
 Warning javadoc JavadocMethod Missing a Javadoc comment. 965
 Warning misc FinalParameters Parameter input should be final. 965
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 966
 Warning javadoc JavadocMethod Missing a Javadoc comment. 970
 Warning misc FinalParameters Parameter input should be final. 971
 Warning misc FinalParameters Parameter extensionRegistry should be final. 972
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 973
 Warning javadoc JavadocMethod Missing a Javadoc comment. 977
 Warning misc FinalParameters Parameter input should be final. 978
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 979
 Warning javadoc JavadocMethod Missing a Javadoc comment. 983
 Warning misc FinalParameters Parameter input should be final. 984
 Warning misc FinalParameters Parameter extensionRegistry should be final. 985
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 986
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 991
 Warning javadoc JavadocMethod Missing a Javadoc comment. 992
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 992
 Warning javadoc JavadocMethod Missing a Javadoc comment. 995
 Warning misc FinalParameters Parameter prototype should be final. 995
 Warning blocks LeftCurly '{' at column 117 should be on a new line. 995
 Warning javadoc JavadocMethod Missing a Javadoc comment. 998
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 998
 Warning misc FinalParameters Parameter parent should be final. 1005
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 1005
 Warning javadoc JavadocStyle First sentence should end with a period. 1009
 Warning blocks LeftCurly '{' at column 86 should be on a new line. 1015
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1016
 Warning modifier RedundantModifier Redundant 'final' modifier. 1016
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 1017
 Info sizes LineLength Line is longer than 128 characters (found 142). 1018
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1021
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 1022
 Info sizes LineLength Line is longer than 128 characters (found 149). 1023
 Info sizes LineLength Line is longer than 128 characters (found 174). 1025
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1029
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1029
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1033
 Warning misc FinalParameters Parameter parent should be final. 1034
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 1034
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1038
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1038
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 1040
 Warning blocks EmptyBlock Must have at least one statement. 1040
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1043
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 1043
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1050
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 1051
 Info sizes LineLength Line is longer than 128 characters (found 142). 1052
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1055
 Warning blocks LeftCurly '{' at column 110 should be on a new line. 1055
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1059
 Warning blocks LeftCurly '{' at column 90 should be on a new line. 1059
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1061
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1067
 Warning blocks LeftCurly '{' at column 97 should be on a new line. 1067
 Info sizes LineLength Line is longer than 128 characters (found 163). 1068
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1069
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1070
 Warning blocks LeftCurly '{' at column 61 should be on a new line. 1071
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1080
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 1080
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1083
 Warning misc FinalParameters Parameter field should be final. 1084
 Warning misc FinalParameters Parameter value should be final. 1085
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1085
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1088
 Warning misc FinalParameters Parameter field should be final. 1089
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 1089
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1092
 Warning misc FinalParameters Parameter oneof should be final. 1093
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 1093
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1096
 Warning misc FinalParameters Parameter field should be final. 1097
 Warning misc FinalParameters Parameter index should be final. 1098
 Warning misc FinalParameters Parameter value should be final. 1098
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 1098
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1101
 Warning misc FinalParameters Parameter field should be final. 1102
 Warning misc FinalParameters Parameter value should be final. 1103
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1103
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1106
 Warning misc FinalParameters Parameter other should be final. 1106
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 1106
 Warning blocks LeftCurly '{' at column 99 should be on a new line. 1107
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1108
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1109
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 1109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1115
 Warning misc FinalParameters Parameter other should be final. 1115
 Warning blocks LeftCurly '{' at column 107 should be on a new line. 1115
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1116
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 1117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1125
 Warning modifier RedundantModifier Redundant 'final' modifier. 1125
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1125
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1132
 Warning misc FinalParameters Parameter input should be final. 1133
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1134
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1135
 Warning blocks LeftCurly '{' at column 13 should be on a new line. 1137
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1139
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 1139
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1142
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 1142
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1143
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1149
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1149
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1151
 Warning naming MemberName Name 'time_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1151
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 1151
 Warning javadoc JavadocStyle First sentence should end with a period. 1152
 Warning javadoc JavadocMethod Expected an @return tag. 1155
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1155
 Warning javadoc JavadocStyle First sentence should end with a period. 1158
 Warning javadoc JavadocMethod Expected an @return tag. 1161
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 1161
 Warning javadoc JavadocStyle First sentence should end with a period. 1164
 Warning javadoc JavadocMethod Expected an @return tag. 1167
 Warning misc FinalParameters Parameter value should be final. 1167
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1167
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1167
 Warning javadoc JavadocStyle First sentence should end with a period. 1173
 Warning javadoc JavadocMethod Expected an @return tag. 1176
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 1176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1182
 Warning modifier RedundantModifier Redundant 'final' modifier. 1182
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 1183
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1187
 Warning modifier RedundantModifier Redundant 'final' modifier. 1187
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 1188
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1197
 Warning blocks LeftCurly '{' at column 12 should be on a new line. 1198
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1202
 Warning blocks LeftCurly '{' at column 108 should be on a new line. 1202
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1206
 Warning blocks LeftCurly '{' at column 74 should be on a new line. 1207
 Warning misc FinalParameters Parameter input should be final. 1209
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1210
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 1211
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1216
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 1216
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 1221
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1225
 Warning blocks LeftCurly '{' at column 108 should be on a new line. 1225
 Warning javadoc JavadocType Missing a Javadoc comment. 1231
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1233
 Warning javadoc JavadocStyle First sentence should end with a period. 1235
 Warning javadoc JavadocMethod Expected an @return tag. 1238
 Warning javadoc JavadocStyle First sentence should end with a period. 1240
 Warning javadoc JavadocMethod Expected an @return tag. 1243
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 1243
 Warning javadoc JavadocStyle First sentence should end with a period. 1244
 Warning javadoc JavadocMethod Expected an @return tag. 1247
 Warning javadoc JavadocStyle First sentence should end with a period. 1248
 Warning javadoc JavadocMethod Expected an @return tag. 1251
 Warning javadoc JavadocStyle First sentence should end with a period. 1253
 Warning javadoc JavadocMethod Expected an @return tag. 1256
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 1257
 Warning javadoc JavadocStyle First sentence should end with a period. 1259
 Warning javadoc JavadocMethod Expected an @return tag. 1262
 Warning javadoc JavadocStyle First sentence should end with a period. 1263
 Warning javadoc JavadocMethod Expected an @return tag. 1266
 Warning javadoc JavadocStyle First sentence should end with a period. 1267
 Warning javadoc JavadocMethod Expected an @return tag. 1270
 Warning javadoc JavadocStyle First sentence should end with a period. 1273
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1279
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1281
 Warning misc FinalParameters Parameter builder should be final. 1281
 Warning blocks LeftCurly '{' at column 85 should be on a new line. 1281
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1284
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 1284
 Warning modifier RedundantModifier Redundant 'final' modifier. 1290
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 1291
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1294
 Warning misc FinalParameters Parameter input should be final. 1295
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1296
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 1297
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1299
 Warning blocks LeftCurly '{' at column 11 should be on a new line. 1302
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 1304
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 1306
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 1312
 Warning blocks LeftCurly '{' at column 71 should be on a new line. 1318
 Info sizes LineLength Line is longer than 128 characters (found 132). 1319
 Info sizes LineLength Line is longer than 128 characters (found 143). 1323
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 1334
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 1334
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 1336
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 1336
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 1339
 Warning blocks LeftCurly '{' at column 17 should be on a new line. 1339
 Warning blocks LeftCurly '{' at column 64 should be on a new line. 1340
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1347
 Warning modifier RedundantModifier Redundant 'final' modifier. 1347
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1348
 Info sizes LineLength Line is longer than 128 characters (found 139). 1349
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1352
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 1353
 Info sizes LineLength Line is longer than 128 characters (found 146). 1354
 Info sizes LineLength Line is longer than 128 characters (found 170). 1356
 Warning javadoc JavadocType Missing a Javadoc comment. 1359
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 1361
 Warning javadoc JavadocStyle First sentence should end with a period. 1363
 Warning javadoc JavadocMethod Expected an @return tag. 1366
 Warning javadoc JavadocStyle First sentence should end with a period. 1367
 Warning javadoc JavadocMethod Expected an @return tag. 1370
 Warning javadoc JavadocStyle First sentence should end with a period. 1371
 Warning javadoc JavadocMethod Expected an @return tag. 1374
 Warning javadoc JavadocStyle First sentence should end with a period. 1377
 Warning javadoc JavadocMethod Expected an @return tag. 1380
 Warning javadoc JavadocStyle First sentence should end with a period. 1381
 Warning javadoc JavadocMethod Expected an @return tag. 1384
 Warning javadoc JavadocStyle First sentence should end with a period. 1386
 Warning javadoc JavadocMethod Expected an @return tag. 1389
 Warning javadoc JavadocStyle First sentence should end with a period. 1390
 Warning javadoc JavadocMethod Expected an @return tag. 1393
 Warning javadoc JavadocStyle First sentence should end with a period. 1395
 Warning javadoc JavadocMethod Expected an @return tag. 1398
 Warning javadoc JavadocStyle First sentence should end with a period. 1399
 Warning javadoc JavadocMethod Expected an @return tag. 1402
 Warning javadoc JavadocStyle First sentence should end with a period. 1404
 Warning javadoc JavadocMethod Expected an @return tag. 1407
 Warning javadoc JavadocStyle First sentence should end with a period. 1408
 Warning javadoc JavadocMethod Expected an @return tag. 1411
 Warning javadoc JavadocStyle First sentence should end with a period. 1413
 Warning javadoc JavadocMethod Expected an @return tag. 1416
 Warning javadoc JavadocStyle First sentence should end with a period. 1417
 Warning javadoc JavadocMethod Expected an @return tag. 1420
 Warning javadoc JavadocStyle First sentence should end with a period. 1422
 Warning javadoc JavadocMethod Expected an @return tag. 1425
 Warning javadoc JavadocStyle First sentence should end with a period. 1426
 Warning javadoc JavadocMethod Expected an @return tag. 1429
 Warning javadoc JavadocStyle First sentence should end with a period. 1431
 Warning javadoc JavadocMethod Expected an @return tag. 1434
 Warning javadoc JavadocStyle First sentence should end with a period. 1435
 Warning javadoc JavadocMethod Expected an @return tag. 1438
 Warning javadoc JavadocStyle First sentence should end with a period. 1440
 Warning javadoc JavadocMethod Expected an @return tag. 1443
 Warning javadoc JavadocStyle First sentence should end with a period. 1444
 Warning javadoc JavadocMethod Expected an @return tag. 1447
 Warning javadoc JavadocStyle First sentence should end with a period. 1449
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 1455
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1457
 Warning misc FinalParameters Parameter builder should be final. 1457
 Warning blocks LeftCurly '{' at column 86 should be on a new line. 1457
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1460
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1460
 Warning modifier RedundantModifier Redundant 'final' modifier. 1473
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1474
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1477
 Warning misc FinalParameters Parameter input should be final. 1478
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1479
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 1480
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1482
 Warning blocks LeftCurly '{' at column 13 should be on a new line. 1485
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1487
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1489
 Warning blocks LeftCurly '{' at column 65 should be on a new line. 1495
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1548
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 1548
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1550
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 1550
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1553
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 1553
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1558
 Warning modifier RedundantModifier Redundant 'final' modifier. 1558
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 1559
 Info sizes LineLength Line is longer than 128 characters (found 153). 1560
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1563
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 1564
 Info sizes LineLength Line is longer than 128 characters (found 160). 1565
 Info sizes LineLength Line is longer than 128 characters (found 196). 1567
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1570
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1570
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1571
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1572
 Warning naming MemberName Name 'gtuId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1572
 Warning javadoc JavadocStyle First sentence should end with a period. 1573
 Warning javadoc JavadocMethod Expected an @return tag. 1576
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1576
 Warning javadoc JavadocStyle First sentence should end with a period. 1579
 Warning javadoc JavadocMethod Expected an @return tag. 1582
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 1582
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 1584
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1586
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 1586
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1590
 Warning javadoc JavadocStyle First sentence should end with a period. 1596
 Warning javadoc JavadocMethod Expected an @return tag. 1599
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 1600
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 1602
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 1608
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 1608
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1613
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1614
 Warning naming MemberName Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1614
 Warning javadoc JavadocStyle First sentence should end with a period. 1615
 Warning javadoc JavadocMethod Expected an @return tag. 1618
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1618
 Warning javadoc JavadocStyle First sentence should end with a period. 1621
 Warning javadoc JavadocMethod Expected an @return tag. 1624
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 1624
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1628
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1629
 Warning naming MemberName Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1629
 Warning javadoc JavadocStyle First sentence should end with a period. 1630
 Warning javadoc JavadocMethod Expected an @return tag. 1633
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1633
 Warning javadoc JavadocStyle First sentence should end with a period. 1636
 Warning javadoc JavadocMethod Expected an @return tag. 1639
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 1639
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1643
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1644
 Warning naming MemberName Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1644
 Warning javadoc JavadocStyle First sentence should end with a period. 1645
 Warning javadoc JavadocMethod Expected an @return tag. 1648
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1648
 Warning javadoc JavadocStyle First sentence should end with a period. 1651
 Warning javadoc JavadocMethod Expected an @return tag. 1654
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 1654
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1658
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1659
 Warning naming MemberName Name 'angle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1659
 Warning javadoc JavadocStyle First sentence should end with a period. 1660
 Warning javadoc JavadocMethod Expected an @return tag. 1663
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1663
 Warning javadoc JavadocStyle First sentence should end with a period. 1666
 Warning javadoc JavadocMethod Expected an @return tag. 1669
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1669
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1673
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1674
 Warning naming MemberName Name 'width_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1674
 Warning javadoc JavadocStyle First sentence should end with a period. 1675
 Warning javadoc JavadocMethod Expected an @return tag. 1678
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1678
 Warning javadoc JavadocStyle First sentence should end with a period. 1681
 Warning javadoc JavadocMethod Expected an @return tag. 1684
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1684
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1688
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1689
 Warning naming MemberName Name 'length_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1689
 Warning javadoc JavadocStyle First sentence should end with a period. 1690
 Warning javadoc JavadocMethod Expected an @return tag. 1693
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 1693
 Warning javadoc JavadocStyle First sentence should end with a period. 1696
 Warning javadoc JavadocMethod Expected an @return tag. 1699
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1699
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1703
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1704
 Warning naming MemberName Name 'gtuTypeId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1704
 Warning javadoc JavadocStyle First sentence should end with a period. 1705
 Warning javadoc JavadocMethod Expected an @return tag. 1708
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 1708
 Warning javadoc JavadocStyle First sentence should end with a period. 1711
 Warning javadoc JavadocMethod Expected an @return tag. 1714
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1714
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1718
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1719
 Warning naming MemberName Name 'speed_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1719
 Warning javadoc JavadocStyle First sentence should end with a period. 1720
 Warning javadoc JavadocMethod Expected an @return tag. 1723
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 1723
 Warning javadoc JavadocStyle First sentence should end with a period. 1726
 Warning javadoc JavadocMethod Expected an @return tag. 1729
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 1729
 Warning javadoc JavadocVariable Missing a Javadoc comment. 1733
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1734
 Warning modifier RedundantModifier Redundant 'final' modifier. 1734
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 1734
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1736
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1737
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1739
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 1743
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 1747
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1751
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1755
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 1759
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 1763
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1767
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1775
 Warning misc FinalParameters Parameter output should be final. 1775
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 1776
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1777
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1780
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1783
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1786
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1789
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1792
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1795
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1798
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1801
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1807
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 1807
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1809
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1812
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1815
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1819
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1823
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1827
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1831
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1835
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1839
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 1843
 Warning blocks LeftCurly '{' at column 57 should be on a new line. 1854
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1855
 Warning blocks LeftCurly '{' at column 111 should be on a new line. 1858
 Info sizes LineLength Line is longer than 128 characters (found 180). 1861
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1865
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 1870
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 1877
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 1884
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1891
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1898
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1905
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1912
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1917
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1928
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 1929
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1934
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 1938
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 1943
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 1948
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1953
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1958
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 1963
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 1968
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 1972
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1982
 Warning misc FinalParameters Parameter data should be final. 1983
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 1984
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1987
 Warning misc FinalParameters Parameter data should be final. 1988
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1989
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 1990
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1993
 Warning misc FinalParameters Parameter data should be final. 1993
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 1994
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1997
 Warning misc FinalParameters Parameter data should be final. 1998
 Warning misc FinalParameters Parameter extensionRegistry should be final. 1999
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 2000
 Info sizes LineLength Line is longer than 128 characters (found 135). 2003
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2003
 Warning misc FinalParameters Parameter input should be final. 2003
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2004
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2008
 Warning misc FinalParameters Parameter input should be final. 2009
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2010
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2011
 Info sizes LineLength Line is longer than 128 characters (found 144). 2015
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2015
 Warning misc FinalParameters Parameter input should be final. 2015
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2016
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2020
 Warning misc FinalParameters Parameter input should be final. 2021
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2022
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2023
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2027
 Warning misc FinalParameters Parameter input should be final. 2028
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2029
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2033
 Warning misc FinalParameters Parameter input should be final. 2034
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2035
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2036
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2041
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2042
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2042
 Info sizes LineLength Line is longer than 128 characters (found 130). 2045
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2045
 Warning misc FinalParameters Parameter prototype should be final. 2045
 Warning blocks LeftCurly '{' at column 130 should be on a new line. 2045
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2048
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2048
 Warning misc FinalParameters Parameter parent should be final. 2055
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 2055
 Warning javadoc JavadocStyle First sentence should end with a period. 2059
 Warning blocks LeftCurly '{' at column 99 should be on a new line. 2065
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2066
 Warning modifier RedundantModifier Redundant 'final' modifier. 2066
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 2067
 Info sizes LineLength Line is longer than 128 characters (found 155). 2068
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2071
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 2072
 Info sizes LineLength Line is longer than 128 characters (found 162). 2073
 Info sizes LineLength Line is longer than 128 characters (found 198). 2075
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2079
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 2079
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2083
 Warning misc FinalParameters Parameter parent should be final. 2084
 Warning blocks LeftCurly '{' at column 74 should be on a new line. 2084
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2088
 Warning blocks LeftCurly '{' at column 56 should be on a new line. 2088
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2090
 Warning blocks EmptyBlock Must have at least one statement. 2090
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2093
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2093
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2116
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2117
 Info sizes LineLength Line is longer than 128 characters (found 155). 2118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2121
 Warning blocks LeftCurly '{' at column 123 should be on a new line. 2121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2125
 Warning blocks LeftCurly '{' at column 103 should be on a new line. 2125
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 2127
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2133
 Warning blocks LeftCurly '{' at column 110 should be on a new line. 2133
 Info sizes LineLength Line is longer than 128 characters (found 187). 2134
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2135
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2136
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2137
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2141
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2145
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2149
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2153
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2157
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2161
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2165
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 2169
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2178
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2178
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2181
 Warning misc FinalParameters Parameter field should be final. 2182
 Warning misc FinalParameters Parameter value should be final. 2183
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 2183
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2186
 Warning misc FinalParameters Parameter field should be final. 2187
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 2187
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2190
 Warning misc FinalParameters Parameter oneof should be final. 2191
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 2191
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2194
 Warning misc FinalParameters Parameter field should be final. 2195
 Warning misc FinalParameters Parameter index should be final. 2196
 Warning misc FinalParameters Parameter value should be final. 2196
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2196
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2199
 Warning misc FinalParameters Parameter field should be final. 2200
 Warning misc FinalParameters Parameter value should be final. 2201
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 2201
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2204
 Warning misc FinalParameters Parameter other should be final. 2204
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 2204
 Warning blocks LeftCurly '{' at column 112 should be on a new line. 2205
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 2206
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 2207
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 2207
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2213
 Warning misc FinalParameters Parameter other should be final. 2213
 Warning blocks LeftCurly '{' at column 120 should be on a new line. 2213
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2214
 Info sizes LineLength Line is longer than 128 characters (found 136). 2214
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2215
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 2220
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 2223
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 2226
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2229
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2232
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2235
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2238
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2241
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2249
 Warning modifier RedundantModifier Redundant 'final' modifier. 2249
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 2249
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 2250
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 2253
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 2256
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 2259
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 2262
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 2265
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2268
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 2271
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2277
 Warning misc FinalParameters Parameter input should be final. 2278
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2279
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 2280
 Warning blocks LeftCurly '{' at column 15 should be on a new line. 2282
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 2284
 Warning blocks LeftCurly '{' at column 74 should be on a new line. 2284
 Info sizes LineLength Line is longer than 128 characters (found 134). 2285
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 2287
 Warning blocks LeftCurly '{' at column 21 should be on a new line. 2287
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 2288
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2294
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2294
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2296
 Warning naming MemberName Name 'gtuId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2296
 Warning javadoc JavadocStyle First sentence should end with a period. 2297
 Warning javadoc JavadocMethod Expected an @return tag. 2300
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2300
 Warning javadoc JavadocStyle First sentence should end with a period. 2303
 Warning javadoc JavadocMethod Expected an @return tag. 2306
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2306
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 2308
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2312
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 2316
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 2316
 Warning javadoc JavadocStyle First sentence should end with a period. 2320
 Warning javadoc JavadocMethod Expected an @return tag. 2323
 Warning blocks LeftCurly '{' at column 29 should be on a new line. 2324
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2326
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 2332
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 2332
 Warning javadoc JavadocStyle First sentence should end with a period. 2336
 Warning javadoc JavadocMethod Expected an @return tag. 2339
 Warning misc FinalParameters Parameter value should be final. 2340
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2340
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2340
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2341
 Warning javadoc JavadocStyle First sentence should end with a period. 2349
 Warning javadoc JavadocMethod Expected an @return tag. 2352
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2352
 Warning javadoc JavadocStyle First sentence should end with a period. 2358
 Warning javadoc JavadocMethod Expected an @return tag. 2361
 Warning misc FinalParameters Parameter value should be final. 2362
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2362
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 2362
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2363
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2372
 Warning naming MemberName Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2372
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2372
 Warning javadoc JavadocStyle First sentence should end with a period. 2373
 Warning javadoc JavadocMethod Expected an @return tag. 2376
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 2376
 Warning javadoc JavadocStyle First sentence should end with a period. 2379
 Warning javadoc JavadocMethod Expected an @return tag. 2382
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2382
 Warning javadoc JavadocStyle First sentence should end with a period. 2385
 Warning javadoc JavadocMethod Expected an @return tag. 2388
 Warning misc FinalParameters Parameter value should be final. 2388
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2388
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2388
 Warning javadoc JavadocStyle First sentence should end with a period. 2394
 Warning javadoc JavadocMethod Expected an @return tag. 2397
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2397
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2404
 Warning naming MemberName Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2404
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2404
 Warning javadoc JavadocStyle First sentence should end with a period. 2405
 Warning javadoc JavadocMethod Expected an @return tag. 2408
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 2408
 Warning javadoc JavadocStyle First sentence should end with a period. 2411
 Warning javadoc JavadocMethod Expected an @return tag. 2414
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2414
 Warning javadoc JavadocStyle First sentence should end with a period. 2417
 Warning javadoc JavadocMethod Expected an @return tag. 2420
 Warning misc FinalParameters Parameter value should be final. 2420
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2420
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2420
 Warning javadoc JavadocStyle First sentence should end with a period. 2426
 Warning javadoc JavadocMethod Expected an @return tag. 2429
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2429
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2436
 Warning naming MemberName Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2436
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2436
 Warning javadoc JavadocStyle First sentence should end with a period. 2437
 Warning javadoc JavadocMethod Expected an @return tag. 2440
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 2440
 Warning javadoc JavadocStyle First sentence should end with a period. 2443
 Warning javadoc JavadocMethod Expected an @return tag. 2446
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2446
 Warning javadoc JavadocStyle First sentence should end with a period. 2449
 Warning javadoc JavadocMethod Expected an @return tag. 2452
 Warning misc FinalParameters Parameter value should be final. 2452
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2452
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2452
 Warning javadoc JavadocStyle First sentence should end with a period. 2458
 Warning javadoc JavadocMethod Expected an @return tag. 2461
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2461
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2468
 Warning naming MemberName Name 'angle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2468
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2468
 Warning javadoc JavadocStyle First sentence should end with a period. 2469
 Warning javadoc JavadocMethod Expected an @return tag. 2472
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2472
 Warning javadoc JavadocStyle First sentence should end with a period. 2475
 Warning javadoc JavadocMethod Expected an @return tag. 2478
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2478
 Warning javadoc JavadocStyle First sentence should end with a period. 2481
 Warning javadoc JavadocMethod Expected an @return tag. 2484
 Warning misc FinalParameters Parameter value should be final. 2484
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2484
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 2484
 Warning javadoc JavadocStyle First sentence should end with a period. 2490
 Warning javadoc JavadocMethod Expected an @return tag. 2493
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2493
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2500
 Warning naming MemberName Name 'width_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2500
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2500
 Warning javadoc JavadocStyle First sentence should end with a period. 2501
 Warning javadoc JavadocMethod Expected an @return tag. 2504
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2504
 Warning javadoc JavadocStyle First sentence should end with a period. 2507
 Warning javadoc JavadocMethod Expected an @return tag. 2510
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2510
 Warning javadoc JavadocStyle First sentence should end with a period. 2513
 Warning javadoc JavadocMethod Expected an @return tag. 2516
 Warning misc FinalParameters Parameter value should be final. 2516
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2516
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 2516
 Warning javadoc JavadocStyle First sentence should end with a period. 2522
 Warning javadoc JavadocMethod Expected an @return tag. 2525
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2525
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2532
 Warning naming MemberName Name 'length_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2532
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2532
 Warning javadoc JavadocStyle First sentence should end with a period. 2533
 Warning javadoc JavadocMethod Expected an @return tag. 2536
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2536
 Warning javadoc JavadocStyle First sentence should end with a period. 2539
 Warning javadoc JavadocMethod Expected an @return tag. 2542
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2542
 Warning javadoc JavadocStyle First sentence should end with a period. 2545
 Warning javadoc JavadocMethod Expected an @return tag. 2548
 Warning misc FinalParameters Parameter value should be final. 2548
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2548
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 2548
 Warning javadoc JavadocStyle First sentence should end with a period. 2554
 Warning javadoc JavadocMethod Expected an @return tag. 2557
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2557
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2564
 Warning naming MemberName Name 'gtuTypeId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2564
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2564
 Warning javadoc JavadocStyle First sentence should end with a period. 2565
 Warning javadoc JavadocMethod Expected an @return tag. 2568
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 2568
 Warning javadoc JavadocStyle First sentence should end with a period. 2571
 Warning javadoc JavadocMethod Expected an @return tag. 2574
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2574
 Warning javadoc JavadocStyle First sentence should end with a period. 2577
 Warning javadoc JavadocMethod Expected an @return tag. 2580
 Warning misc FinalParameters Parameter value should be final. 2580
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2580
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 2580
 Warning javadoc JavadocStyle First sentence should end with a period. 2586
 Warning javadoc JavadocMethod Expected an @return tag. 2589
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 2589
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2596
 Warning naming MemberName Name 'speed_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2596
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2596
 Warning javadoc JavadocStyle First sentence should end with a period. 2597
 Warning javadoc JavadocMethod Expected an @return tag. 2600
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 2600
 Warning javadoc JavadocStyle First sentence should end with a period. 2603
 Warning javadoc JavadocMethod Expected an @return tag. 2606
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2606
 Warning javadoc JavadocStyle First sentence should end with a period. 2609
 Warning javadoc JavadocMethod Expected an @return tag. 2612
 Warning misc FinalParameters Parameter value should be final. 2612
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 2612
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 2612
 Warning javadoc JavadocStyle First sentence should end with a period. 2618
 Warning javadoc JavadocMethod Expected an @return tag. 2621
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2621
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2627
 Warning modifier RedundantModifier Redundant 'final' modifier. 2627
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 2628
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2632
 Warning modifier RedundantModifier Redundant 'final' modifier. 2632
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 2633
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2642
 Warning blocks LeftCurly '{' at column 14 should be on a new line. 2643
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2647
 Warning blocks LeftCurly '{' at column 121 should be on a new line. 2647
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2651
 Warning blocks LeftCurly '{' at column 74 should be on a new line. 2652
 Warning misc FinalParameters Parameter input should be final. 2654
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2655
 Warning blocks LeftCurly '{' at column 71 should be on a new line. 2656
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2661
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 2661
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 2666
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2670
 Warning blocks LeftCurly '{' at column 121 should be on a new line. 2670
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2676
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2676
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2677
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2678
 Warning naming MemberName Name 'gtuPos_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2678
 Warning javadoc JavadocStyle First sentence should end with a period. 2679
 Warning javadoc JavadocMethod Expected an @return tag. 2682
 Warning blocks LeftCurly '{' at column 123 should be on a new line. 2682
 Warning javadoc JavadocStyle First sentence should end with a period. 2685
 Warning javadoc JavadocMethod Expected an @return tag. 2688
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2689
 Warning javadoc JavadocStyle First sentence should end with a period. 2692
 Warning javadoc JavadocMethod Expected an @return tag. 2695
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2695
 Warning javadoc JavadocStyle First sentence should end with a period. 2698
 Warning javadoc JavadocMethod Expected an @return tag. 2701
 Warning misc FinalParameters Parameter index should be final. 2701
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2701
 Warning blocks LeftCurly '{' at column 112 should be on a new line. 2701
 Warning javadoc JavadocStyle First sentence should end with a period. 2704
 Warning javadoc JavadocMethod Expected an @return tag. 2707
 Warning misc FinalParameters Parameter index should be final. 2708
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 2708
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 2708
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2712
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2713
 Warning naming MemberName Name 'status_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2713
 Warning javadoc JavadocStyle First sentence should end with a period. 2714
 Warning javadoc JavadocMethod Expected an @return tag. 2717
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2717
 Warning javadoc JavadocStyle First sentence should end with a period. 2720
 Warning javadoc JavadocMethod Expected an @return tag. 2723
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 2723
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2725
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 2727
 Warning blocks LeftCurly '{' at column 14 should be on a new line. 2727
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 2731
 Warning javadoc JavadocStyle First sentence should end with a period. 2737
 Warning javadoc JavadocMethod Expected an @return tag. 2740
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 2741
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2743
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 2749
 Warning blocks LeftCurly '{' at column 14 should be on a new line. 2749
 Warning javadoc JavadocVariable Missing a Javadoc comment. 2754
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2755
 Warning modifier RedundantModifier Redundant 'final' modifier. 2755
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2755
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2757
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2758
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 2760
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 2764
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 2765
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2774
 Warning misc FinalParameters Parameter output should be final. 2774
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 2775
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 2776
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 2779
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2785
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2785
 Warning blocks NeedBraces 'if' construct must use '{}'s. 2787
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 2790
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 2794
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 2804
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 2805
 Warning blocks LeftCurly '{' at column 97 should be on a new line. 2808
 Info sizes LineLength Line is longer than 128 characters (found 154). 2811
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 2817
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 2826
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2827
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 2832
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 2836
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2845
 Warning misc FinalParameters Parameter data should be final. 2846
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 2847
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2850
 Warning misc FinalParameters Parameter data should be final. 2851
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2852
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 2853
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2856
 Warning misc FinalParameters Parameter data should be final. 2856
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 2857
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2860
 Warning misc FinalParameters Parameter data should be final. 2861
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2862
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 2863
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2866
 Warning misc FinalParameters Parameter input should be final. 2866
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2867
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2871
 Warning misc FinalParameters Parameter input should be final. 2872
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2873
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2874
 Info sizes LineLength Line is longer than 128 characters (found 130). 2878
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2878
 Warning misc FinalParameters Parameter input should be final. 2878
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2879
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2883
 Warning misc FinalParameters Parameter input should be final. 2884
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2885
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2886
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2890
 Warning misc FinalParameters Parameter input should be final. 2891
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2892
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2896
 Warning misc FinalParameters Parameter input should be final. 2897
 Warning misc FinalParameters Parameter extensionRegistry should be final. 2898
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 2899
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 2904
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2905
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 2905
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2908
 Warning misc FinalParameters Parameter prototype should be final. 2908
 Warning blocks LeftCurly '{' at column 116 should be on a new line. 2908
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2911
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 2911
 Warning misc FinalParameters Parameter parent should be final. 2918
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 2918
 Warning javadoc JavadocStyle First sentence should end with a period. 2922
 Warning blocks LeftCurly '{' at column 85 should be on a new line. 2928
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2929
 Warning modifier RedundantModifier Redundant 'final' modifier. 2929
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 2930
 Info sizes LineLength Line is longer than 128 characters (found 141). 2931
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2934
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 2935
 Info sizes LineLength Line is longer than 128 characters (found 148). 2936
 Info sizes LineLength Line is longer than 128 characters (found 172). 2938
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2942
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 2942
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2946
 Warning misc FinalParameters Parameter parent should be final. 2947
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 2947
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2951
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 2951
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 2953
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2957
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 2957
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2959
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 2962
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 2962
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2970
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 2971
 Info sizes LineLength Line is longer than 128 characters (found 141). 2972
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2975
 Warning blocks LeftCurly '{' at column 109 should be on a new line. 2975
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2979
 Warning blocks LeftCurly '{' at column 89 should be on a new line. 2979
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 2981
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2987
 Warning blocks LeftCurly '{' at column 96 should be on a new line. 2987
 Info sizes LineLength Line is longer than 128 characters (found 161). 2988
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2989
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2990
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 2991
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 2992
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 2997
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 2997
 Warning blocks LeftCurly '{' at column 61 should be on a new line. 3000
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3009
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3009
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3012
 Warning misc FinalParameters Parameter field should be final. 3013
 Warning misc FinalParameters Parameter value should be final. 3014
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 3014
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3017
 Warning misc FinalParameters Parameter field should be final. 3018
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 3018
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3021
 Warning misc FinalParameters Parameter oneof should be final. 3022
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 3022
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3025
 Warning misc FinalParameters Parameter field should be final. 3026
 Warning misc FinalParameters Parameter index should be final. 3027
 Warning misc FinalParameters Parameter value should be final. 3027
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3027
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3030
 Warning misc FinalParameters Parameter field should be final. 3031
 Warning misc FinalParameters Parameter value should be final. 3032
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 3032
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3035
 Warning misc FinalParameters Parameter other should be final. 3035
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 3035
 Warning blocks LeftCurly '{' at column 98 should be on a new line. 3036
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3037
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3038
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3038
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3044
 Warning misc FinalParameters Parameter other should be final. 3044
 Warning blocks LeftCurly '{' at column 106 should be on a new line. 3044
 Warning blocks NeedBraces 'if' construct must use '{}'s. 3045
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3046
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 3047
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3048
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 3051
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 3051
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3057
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3057
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 3058
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 3059
 Warning whitespace OperatorWrap '?' should be on a new line. 3065
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 3067
 Warning blocks LeftCurly '{' at column 20 should be on a new line. 3067
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 3072
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3082
 Warning modifier RedundantModifier Redundant 'final' modifier. 3082
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 3082
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 3083
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 3086
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 3087
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3094
 Warning misc FinalParameters Parameter input should be final. 3095
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3096
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 3097
 Warning blocks LeftCurly '{' at column 13 should be on a new line. 3099
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3101
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 3101
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3104
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 3104
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 3105
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3111
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3111
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3113
 Warning naming MemberName Name 'gtuPos_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3115
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 3115
 Warning blocks LeftCurly '{' at column 57 should be on a new line. 3116
 Info sizes LineLength Line is longer than 128 characters (found 133). 3117
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3122
 Info sizes LineLength Line is longer than 128 characters (found 282). 3123
 Warning naming MemberName Name 'gtuPosBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3123
 Warning javadoc JavadocStyle First sentence should end with a period. 3125
 Warning javadoc JavadocMethod Expected an @return tag. 3128
 Warning blocks LeftCurly '{' at column 125 should be on a new line. 3128
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3129
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3131
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3131
 Warning javadoc JavadocStyle First sentence should end with a period. 3135
 Warning javadoc JavadocMethod Expected an @return tag. 3138
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 3138
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3139
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3141
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3141
 Warning javadoc JavadocStyle First sentence should end with a period. 3145
 Warning javadoc JavadocMethod Expected an @return tag. 3148
 Warning misc FinalParameters Parameter index should be final. 3148
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3148
 Warning blocks LeftCurly '{' at column 114 should be on a new line. 3148
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3149
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3151
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3151
 Warning javadoc JavadocStyle First sentence should end with a period. 3155
 Warning javadoc JavadocMethod Expected an @return tag. 3158
 Warning misc FinalParameters Parameter index should be final. 3159
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3159
 Warning misc FinalParameters Parameter value should be final. 3159
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3159
 Warning blocks LeftCurly '{' at column 108 should be on a new line. 3159
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3160
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3161
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3167
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3167
 Warning javadoc JavadocStyle First sentence should end with a period. 3172
 Warning javadoc JavadocMethod Expected an @return tag. 3175
 Warning misc FinalParameters Parameter index should be final. 3176
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3176
 Warning misc FinalParameters Parameter builderForValue should be final. 3176
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3176
 Warning blocks LeftCurly '{' at column 126 should be on a new line. 3176
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3177
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3181
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3181
 Warning javadoc JavadocStyle First sentence should end with a period. 3186
 Warning javadoc JavadocMethod Expected an @return tag. 3189
 Warning misc FinalParameters Parameter value should be final. 3189
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3189
 Warning blocks LeftCurly '{' at column 118 should be on a new line. 3189
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3190
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3191
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3197
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3197
 Warning javadoc JavadocStyle First sentence should end with a period. 3202
 Warning javadoc JavadocMethod Expected an @return tag. 3205
 Warning misc FinalParameters Parameter index should be final. 3206
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3206
 Warning misc FinalParameters Parameter value should be final. 3206
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3206
 Warning blocks LeftCurly '{' at column 108 should be on a new line. 3206
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3207
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3208
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3214
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3214
 Warning javadoc JavadocStyle First sentence should end with a period. 3219
 Warning javadoc JavadocMethod Expected an @return tag. 3222
 Warning misc FinalParameters Parameter builderForValue should be final. 3223
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3223
 Warning blocks LeftCurly '{' at column 115 should be on a new line. 3223
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3224
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3228
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3228
 Warning javadoc JavadocStyle First sentence should end with a period. 3233
 Warning javadoc JavadocMethod Expected an @return tag. 3236
 Warning misc FinalParameters Parameter index should be final. 3237
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3237
 Warning misc FinalParameters Parameter builderForValue should be final. 3237
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3237
 Warning blocks LeftCurly '{' at column 126 should be on a new line. 3237
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3238
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3242
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3242
 Warning javadoc JavadocStyle First sentence should end with a period. 3247
 Warning javadoc JavadocMethod Expected an @return tag. 3250
 Warning misc FinalParameters Parameter values should be final. 3251
 Warning javadoc JavadocMethod Expected @param tag for 'values'. 3251
 Warning blocks LeftCurly '{' at column 128 should be on a new line. 3251
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3252
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3257
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3257
 Warning javadoc JavadocStyle First sentence should end with a period. 3262
 Warning javadoc JavadocMethod Expected an @return tag. 3265
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3265
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3266
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3270
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3270
 Warning javadoc JavadocStyle First sentence should end with a period. 3275
 Warning javadoc JavadocMethod Expected an @return tag. 3278
 Warning misc FinalParameters Parameter index should be final. 3278
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3278
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 3278
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3279
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3283
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3283
 Warning javadoc JavadocStyle First sentence should end with a period. 3288
 Warning javadoc JavadocMethod Expected an @return tag. 3291
 Warning misc FinalParameters Parameter index should be final. 3292
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3292
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 3292
 Warning javadoc JavadocStyle First sentence should end with a period. 3295
 Warning javadoc JavadocMethod Expected an @return tag. 3298
 Warning misc FinalParameters Parameter index should be final. 3299
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3299
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 3299
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3300
 Warning blocks RightCurly '}' at column 39 should be alone on a line. 3301
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 3301
 Warning javadoc JavadocStyle First sentence should end with a period. 3305
 Warning javadoc JavadocMethod Expected an @return tag. 3308
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3309
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3310
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3312
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3312
 Warning javadoc JavadocStyle First sentence should end with a period. 3316
 Warning javadoc JavadocMethod Expected an @return tag. 3319
 Warning blocks LeftCurly '{' at column 120 should be on a new line. 3319
 Warning javadoc JavadocStyle First sentence should end with a period. 3323
 Warning javadoc JavadocMethod Expected an @return tag. 3326
 Warning misc FinalParameters Parameter index should be final. 3327
 Warning javadoc JavadocMethod Expected @param tag for 'index'. 3327
 Warning blocks LeftCurly '{' at column 22 should be on a new line. 3327
 Warning javadoc JavadocStyle First sentence should end with a period. 3331
 Warning javadoc JavadocMethod Expected an @return tag. 3334
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 3335
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3338
 Info sizes LineLength Line is longer than 128 characters (found 267). 3339
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 3340
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 3341
 Info sizes LineLength Line is longer than 128 characters (found 271). 3343
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3353
 Warning naming MemberName Name 'status_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3353
 Warning javadoc JavadocStyle First sentence should end with a period. 3354
 Warning javadoc JavadocMethod Expected an @return tag. 3357
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3357
 Warning javadoc JavadocStyle First sentence should end with a period. 3360
 Warning javadoc JavadocMethod Expected an @return tag. 3363
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 3363
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 3365
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 3369
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3373
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3373
 Warning javadoc JavadocStyle First sentence should end with a period. 3377
 Warning javadoc JavadocMethod Expected an @return tag. 3380
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 3381
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3383
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 3389
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 3389
 Warning javadoc JavadocStyle First sentence should end with a period. 3393
 Warning javadoc JavadocMethod Expected an @return tag. 3396
 Warning misc FinalParameters Parameter value should be final. 3397
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3397
 Warning blocks LeftCurly '{' at column 35 should be on a new line. 3397
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 3398
 Warning javadoc JavadocStyle First sentence should end with a period. 3406
 Warning javadoc JavadocMethod Expected an @return tag. 3409
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3409
 Warning javadoc JavadocStyle First sentence should end with a period. 3415
 Warning javadoc JavadocMethod Expected an @return tag. 3418
 Warning misc FinalParameters Parameter value should be final. 3419
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3419
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 3419
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 3420
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3428
 Warning modifier RedundantModifier Redundant 'final' modifier. 3428
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 3429
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3433
 Warning modifier RedundantModifier Redundant 'final' modifier. 3433
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 3434
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3443
 Warning blocks LeftCurly '{' at column 12 should be on a new line. 3444
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3448
 Warning blocks LeftCurly '{' at column 107 should be on a new line. 3448
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3452
 Warning blocks LeftCurly '{' at column 73 should be on a new line. 3453
 Warning misc FinalParameters Parameter input should be final. 3455
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3456
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 3457
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3462
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 3462
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 3467
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3471
 Warning blocks LeftCurly '{' at column 107 should be on a new line. 3471
 Warning javadoc JavadocType Missing a Javadoc comment. 3477
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 3479
 Warning javadoc JavadocStyle First sentence should end with a period. 3481
 Warning javadoc JavadocMethod Expected an @return tag. 3484
 Warning javadoc JavadocStyle First sentence should end with a period. 3485
 Warning javadoc JavadocMethod Expected an @return tag. 3488
 Warning javadoc JavadocStyle First sentence should end with a period. 3489
 Warning javadoc JavadocMethod Expected an @return tag. 3492
 Warning javadoc JavadocStyle First sentence should end with a period. 3494
 Warning javadoc JavadocMethod Expected an @return tag. 3497
 Warning javadoc JavadocStyle First sentence should end with a period. 3498
 Warning javadoc JavadocMethod Expected an @return tag. 3501
 Warning javadoc JavadocStyle First sentence should end with a period. 3502
 Warning javadoc JavadocMethod Expected an @return tag. 3505
 Warning javadoc JavadocStyle First sentence should end with a period. 3507
 Warning javadoc JavadocMethod Expected an @return tag. 3510
 Warning javadoc JavadocStyle First sentence should end with a period. 3511
 Warning javadoc JavadocMethod Expected an @return tag. 3514
 Warning javadoc JavadocStyle First sentence should end with a period. 3515
 Warning javadoc JavadocMethod Expected an @return tag. 3518
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3520
 Warning modifier RedundantModifier Redundant 'public' modifier. 3520
 Warning javadoc JavadocStyle First sentence should end with a period. 3522
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 3528
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3530
 Warning misc FinalParameters Parameter builder should be final. 3530
 Warning blocks LeftCurly '{' at column 83 should be on a new line. 3530
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3533
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3533
 Warning modifier RedundantModifier Redundant 'final' modifier. 3537
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 3538
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3541
 Warning misc FinalParameters Parameter input should be final. 3542
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3543
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 3544
 Warning naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3546
 Warning blocks LeftCurly '{' at column 11 should be on a new line. 3549
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 3551
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 3553
 Warning blocks LeftCurly '{' at column 63 should be on a new line. 3559
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3566
 Info sizes LineLength Line is longer than 128 characters (found 134). 3570
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 3571
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3580
 Info sizes LineLength Line is longer than 128 characters (found 131). 3584
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 3585
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3594
 Info sizes LineLength Line is longer than 128 characters (found 130). 3598
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 3599
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 3608
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 3608
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 3610
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 3610
 Warning blocks RightCurly '}' at column 7 should be alone on a line. 3613
 Warning blocks LeftCurly '{' at column 17 should be on a new line. 3613
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3618
 Warning modifier RedundantModifier Redundant 'final' modifier. 3618
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 3619
 Info sizes LineLength Line is longer than 128 characters (found 137). 3620
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3623
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 3624
 Info sizes LineLength Line is longer than 128 characters (found 144). 3625
 Info sizes LineLength Line is longer than 128 characters (found 166). 3627
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3630
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3630
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3631
 Warning naming MemberName Name 'msgCase_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3631
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3632
 Warning naming MemberName Name 'msg_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3632
 Warning javadoc JavadocType Missing a Javadoc comment. 3633
 Warning blocks LeftCurly '{' at column 58 should be on a new line. 3634
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3635
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3636
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3637
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3638
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3639
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3640
 Warning modifier RedundantModifier Redundant 'private' modifier. 3640
 Warning misc FinalParameters Parameter value should be final. 3640
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3640
 Warning javadoc JavadocMethod Expected an @return tag. 3646
 Warning misc FinalParameters Parameter value should be final. 3647
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 3647
 Warning blocks LeftCurly '{' at column 48 should be on a new line. 3647
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3651
 Warning misc FinalParameters Parameter value should be final. 3651
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 3651
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 3652
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3660
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3660
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3665
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 3666
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3671
 Warning javadoc JavadocStyle First sentence should end with a period. 3672
 Warning javadoc JavadocMethod Expected an @return tag. 3675
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 3675
 Warning javadoc JavadocStyle First sentence should end with a period. 3678
 Warning javadoc JavadocMethod Expected an @return tag. 3681
 Warning blocks LeftCurly '{' at column 105 should be on a new line. 3681
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3682
 Warning javadoc JavadocStyle First sentence should end with a period. 3687
 Warning javadoc JavadocMethod Expected an @return tag. 3690
 Warning blocks LeftCurly '{' at column 123 should be on a new line. 3690
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3691
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3697
 Warning javadoc JavadocStyle First sentence should end with a period. 3698
 Warning javadoc JavadocMethod Expected an @return tag. 3701
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 3701
 Warning javadoc JavadocStyle First sentence should end with a period. 3704
 Warning javadoc JavadocMethod Expected an @return tag. 3707
 Warning blocks LeftCurly '{' at column 99 should be on a new line. 3707
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3708
 Warning javadoc JavadocStyle First sentence should end with a period. 3713
 Warning javadoc JavadocMethod Expected an @return tag. 3716
 Warning blocks LeftCurly '{' at column 117 should be on a new line. 3716
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3717
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3723
 Warning javadoc JavadocStyle First sentence should end with a period. 3724
 Warning javadoc JavadocMethod Expected an @return tag. 3727
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 3727
 Warning javadoc JavadocStyle First sentence should end with a period. 3730
 Warning javadoc JavadocMethod Expected an @return tag. 3733
 Warning blocks LeftCurly '{' at column 97 should be on a new line. 3733
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3734
 Warning javadoc JavadocStyle First sentence should end with a period. 3739
 Warning javadoc JavadocMethod Expected an @return tag. 3742
 Warning blocks LeftCurly '{' at column 115 should be on a new line. 3742
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3743
 Warning javadoc JavadocVariable Missing a Javadoc comment. 3749
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3750
 Warning modifier RedundantModifier Redundant 'final' modifier. 3750
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 3750
 Warning blocks NeedBraces 'if' construct must use '{}'s. 3752
 Warning blocks NeedBraces 'if' construct must use '{}'s. 3753
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3755
 Warning blocks LeftCurly '{' at column 53 should be on a new line. 3756
 Warning blocks LeftCurly '{' at column 31 should be on a new line. 3761
 Warning blocks LeftCurly '{' at column 50 should be on a new line. 3762
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3767
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 3768
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3777
 Warning misc FinalParameters Parameter output should be final. 3777
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 3778
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3779
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3782
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3785
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3791
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3791
 Warning blocks NeedBraces 'if' construct must use '{}'s. 3793
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3796
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3800
 Warning blocks LeftCurly '{' at column 26 should be on a new line. 3804
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 3815
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 3816
 Warning blocks LeftCurly '{' at column 95 should be on a new line. 3819
 Info sizes LineLength Line is longer than 128 characters (found 150). 3822
 Warning blocks NeedBraces 'if' construct must use '{}'s. 3827
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 3828
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 3849
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3850
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 3855
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3876
 Warning misc FinalParameters Parameter data should be final. 3877
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 3878
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3881
 Warning misc FinalParameters Parameter data should be final. 3882
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3883
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 3884
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3887
 Warning misc FinalParameters Parameter data should be final. 3887
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 3888
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3891
 Warning misc FinalParameters Parameter data should be final. 3892
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3893
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 3894
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3897
 Warning misc FinalParameters Parameter input should be final. 3897
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3898
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3902
 Warning misc FinalParameters Parameter input should be final. 3903
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3904
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3905
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3909
 Warning misc FinalParameters Parameter input should be final. 3909
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3910
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3914
 Warning misc FinalParameters Parameter input should be final. 3915
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3916
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3917
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3921
 Warning misc FinalParameters Parameter input should be final. 3922
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3923
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3927
 Warning misc FinalParameters Parameter input should be final. 3928
 Warning misc FinalParameters Parameter extensionRegistry should be final. 3929
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 3930
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 3935
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3936
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 3936
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3939
 Warning misc FinalParameters Parameter prototype should be final. 3939
 Warning blocks LeftCurly '{' at column 114 should be on a new line. 3939
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3942
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 3942
 Warning misc FinalParameters Parameter parent should be final. 3949
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 3949
 Warning javadoc JavadocStyle First sentence should end with a period. 3953
 Warning blocks LeftCurly '{' at column 83 should be on a new line. 3959
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3960
 Warning modifier RedundantModifier Redundant 'final' modifier. 3960
 Warning blocks LeftCurly '{' at column 27 should be on a new line. 3961
 Info sizes LineLength Line is longer than 128 characters (found 139). 3962
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3965
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 3966
 Info sizes LineLength Line is longer than 128 characters (found 146). 3967
 Info sizes LineLength Line is longer than 128 characters (found 168). 3969
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3973
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 3973
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3977
 Warning misc FinalParameters Parameter parent should be final. 3978
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 3978
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3982
 Warning blocks LeftCurly '{' at column 54 should be on a new line. 3982
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 3984
 Warning blocks EmptyBlock Must have at least one statement. 3984
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3987
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 3987
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3994
 Warning blocks LeftCurly '{' at column 34 should be on a new line. 3995
 Info sizes LineLength Line is longer than 128 characters (found 139). 3996
 Warning javadoc JavadocMethod Missing a Javadoc comment. 3999
 Warning blocks LeftCurly '{' at column 107 should be on a new line. 3999
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4003
 Warning blocks LeftCurly '{' at column 87 should be on a new line. 4003
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 4005
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4011
 Warning blocks LeftCurly '{' at column 94 should be on a new line. 4011
 Info sizes LineLength Line is longer than 128 characters (found 157). 4012
 Warning naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4013
 Warning naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4014
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 4015
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 4016
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 4018
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 4018
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 4022
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 4023
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 4025
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 4025
 Warning blocks LeftCurly '{' at column 28 should be on a new line. 4029
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 4030
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 4032
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 4032
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4042
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4042
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4045
 Warning misc FinalParameters Parameter field should be final. 4046
 Warning misc FinalParameters Parameter value should be final. 4047
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 4047
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4050
 Warning misc FinalParameters Parameter field should be final. 4051
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 4051
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4054
 Warning misc FinalParameters Parameter oneof should be final. 4055
 Warning blocks LeftCurly '{' at column 66 should be on a new line. 4055
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4058
 Warning misc FinalParameters Parameter field should be final. 4059
 Warning misc FinalParameters Parameter index should be final. 4060
 Warning misc FinalParameters Parameter value should be final. 4060
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 4060
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4063
 Warning misc FinalParameters Parameter field should be final. 4064
 Warning misc FinalParameters Parameter value should be final. 4065
 Warning blocks LeftCurly '{' at column 25 should be on a new line. 4065
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4068
 Warning misc FinalParameters Parameter other should be final. 4068
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 4068
 Warning blocks LeftCurly '{' at column 96 should be on a new line. 4069
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 4070
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4071
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4071
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4077
 Warning misc FinalParameters Parameter other should be final. 4077
 Warning blocks LeftCurly '{' at column 104 should be on a new line. 4077
 Warning blocks NeedBraces 'if' construct must use '{}'s. 4078
 Warning coding MissingSwitchDefault switch without "default" clause. 4079
 Warning blocks LeftCurly '{' at column 37 should be on a new line. 4079
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4101
 Warning modifier RedundantModifier Redundant 'final' modifier. 4101
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4101
 Warning blocks LeftCurly '{' at column 36 should be on a new line. 4102
 Warning blocks LeftCurly '{' at column 55 should be on a new line. 4103
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 4107
 Warning blocks LeftCurly '{' at column 52 should be on a new line. 4108
 Warning blocks LeftCurly '{' at column 32 should be on a new line. 4112
 Warning blocks LeftCurly '{' at column 51 should be on a new line. 4113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4120
 Warning misc FinalParameters Parameter input should be final. 4121
 Warning misc FinalParameters Parameter extensionRegistry should be final. 4122
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 4123
 Warning blocks LeftCurly '{' at column 13 should be on a new line. 4125
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4127
 Warning blocks LeftCurly '{' at column 72 should be on a new line. 4127
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4130
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 4130
 Warning blocks LeftCurly '{' at column 38 should be on a new line. 4131
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4137
 Warning naming MemberName Name 'msgCase_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4137
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4138
 Warning naming MemberName Name 'msg_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4138
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4139
 Warning blocks LeftCurly '{' at column 24 should be on a new line. 4140
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4145
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 4145
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4152
 Warning naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4152
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4154
 Info sizes LineLength Line is longer than 128 characters (found 268). 4155
 Warning naming MemberName Name 'createSimulationBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4155
 Warning javadoc JavadocStyle First sentence should end with a period. 4156
 Warning javadoc JavadocMethod Expected an @return tag. 4159
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4159
 Warning javadoc JavadocStyle First sentence should end with a period. 4162
 Warning javadoc JavadocMethod Expected an @return tag. 4165
 Warning blocks LeftCurly '{' at column 107 should be on a new line. 4165
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 4166
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4167
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4171
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4171
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4172
 Warning javadoc JavadocStyle First sentence should end with a period. 4178
 Warning javadoc JavadocMethod Expected an @return tag. 4181
 Warning misc FinalParameters Parameter value should be final. 4181
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 4181
 Warning blocks LeftCurly '{' at column 120 should be on a new line. 4181
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 4182
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4183
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4188
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4188
 Warning javadoc JavadocStyle First sentence should end with a period. 4194
 Warning javadoc JavadocMethod Expected an @return tag. 4197
 Warning misc FinalParameters Parameter builderForValue should be final. 4198
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 4198
 Warning blocks LeftCurly '{' at column 107 should be on a new line. 4198
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 4199
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4202
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4202
 Warning javadoc JavadocStyle First sentence should end with a period. 4208
 Warning javadoc JavadocMethod Expected an @return tag. 4211
 Warning misc FinalParameters Parameter value should be final. 4211
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 4211
 Warning blocks LeftCurly '{' at column 122 should be on a new line. 4211
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 4212
 Warning whitespace OperatorWrap '&&' should be on a new line. 4213
 Warning blocks LeftCurly '{' at column 116 should be on a new line. 4214
 Info sizes LineLength Line is longer than 128 characters (found 179). 4215
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 4217
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 4217
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4221
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4221
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4222
 Warning javadoc JavadocStyle First sentence should end with a period. 4230
 Warning javadoc JavadocMethod Expected an @return tag. 4233
 Warning blocks LeftCurly '{' at column 46 should be on a new line. 4233
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 4234
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4235
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4240
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4240
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4241
 Warning javadoc JavadocStyle First sentence should end with a period. 4249
 Warning javadoc JavadocMethod Expected an @return tag. 4252
 Warning blocks LeftCurly '{' at column 122 should be on a new line. 4252
 Warning javadoc JavadocStyle First sentence should end with a period. 4255
 Warning javadoc JavadocMethod Expected an @return tag. 4258
 Warning blocks LeftCurly '{' at column 125 should be on a new line. 4258
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 4259
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4261
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4261
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4262
 Warning javadoc JavadocStyle First sentence should end with a period. 4268
 Warning javadoc JavadocMethod Expected an @return tag. 4271
 Info sizes LineLength Line is longer than 128 characters (found 243). 4272
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 4273
 Warning blocks LeftCurly '{' at column 47 should be on a new line. 4274
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 4275
 Info sizes LineLength Line is longer than 128 characters (found 247). 4279
 Warning coding EmptyStatement Empty statement. 4286
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4290
 Info sizes LineLength Line is longer than 128 characters (found 256). 4291
 Warning naming MemberName Name 'simulateUntilBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4291
 Warning javadoc JavadocStyle First sentence should end with a period. 4292
 Warning javadoc JavadocMethod Expected an @return tag. 4295
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 4295
 Warning javadoc JavadocStyle First sentence should end with a period. 4298
 Warning javadoc JavadocMethod Expected an @return tag. 4301
 Warning blocks LeftCurly '{' at column 101 should be on a new line. 4301
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4302
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4303
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4307
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4307
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4308
 Warning javadoc JavadocStyle First sentence should end with a period. 4314
 Warning javadoc JavadocMethod Expected an @return tag. 4317
 Warning misc FinalParameters Parameter value should be final. 4317
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 4317
 Warning blocks LeftCurly '{' at column 114 should be on a new line. 4317
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4318
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4319
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4324
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4324
 Warning javadoc JavadocStyle First sentence should end with a period. 4330
 Warning javadoc JavadocMethod Expected an @return tag. 4333
 Warning misc FinalParameters Parameter builderForValue should be final. 4334
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 4334
 Warning blocks LeftCurly '{' at column 104 should be on a new line. 4334
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4335
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4338
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4338
 Warning javadoc JavadocStyle First sentence should end with a period. 4344
 Warning javadoc JavadocMethod Expected an @return tag. 4347
 Warning misc FinalParameters Parameter value should be final. 4347
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 4347
 Warning blocks LeftCurly '{' at column 116 should be on a new line. 4347
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4348
 Warning whitespace OperatorWrap '&&' should be on a new line. 4349
 Warning blocks LeftCurly '{' at column 113 should be on a new line. 4350
 Info sizes LineLength Line is longer than 128 characters (found 173). 4351
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 4353
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 4353
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4357
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4357
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4358
 Warning javadoc JavadocStyle First sentence should end with a period. 4366
 Warning javadoc JavadocMethod Expected an @return tag. 4369
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4369
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4370
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4371
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4376
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4376
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4377
 Warning javadoc JavadocStyle First sentence should end with a period. 4385
 Warning javadoc JavadocMethod Expected an @return tag. 4388
 Warning blocks LeftCurly '{' at column 116 should be on a new line. 4388
 Warning javadoc JavadocStyle First sentence should end with a period. 4391
 Warning javadoc JavadocMethod Expected an @return tag. 4394
 Warning blocks LeftCurly '{' at column 119 should be on a new line. 4394
 Warning blocks LeftCurly '{' at column 65 should be on a new line. 4395
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4397
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4397
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4398
 Warning javadoc JavadocStyle First sentence should end with a period. 4404
 Warning javadoc JavadocMethod Expected an @return tag. 4407
 Info sizes LineLength Line is longer than 128 characters (found 234). 4408
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 4409
 Warning blocks LeftCurly '{' at column 44 should be on a new line. 4410
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 4411
 Info sizes LineLength Line is longer than 128 characters (found 238). 4415
 Warning coding EmptyStatement Empty statement. 4422
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4426
 Info sizes LineLength Line is longer than 128 characters (found 252). 4427
 Warning naming MemberName Name 'gtuPositionsBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4427
 Warning javadoc JavadocStyle First sentence should end with a period. 4428
 Warning javadoc JavadocMethod Expected an @return tag. 4431
 Warning blocks LeftCurly '{' at column 40 should be on a new line. 4431
 Warning javadoc JavadocStyle First sentence should end with a period. 4434
 Warning javadoc JavadocMethod Expected an @return tag. 4437
 Warning blocks LeftCurly '{' at column 99 should be on a new line. 4437
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4438
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4439
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4443
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4443
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4444
 Warning javadoc JavadocStyle First sentence should end with a period. 4450
 Warning javadoc JavadocMethod Expected an @return tag. 4453
 Warning misc FinalParameters Parameter value should be final. 4453
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 4453
 Warning blocks LeftCurly '{' at column 112 should be on a new line. 4453
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4454
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4455
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4460
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4460
 Warning javadoc JavadocStyle First sentence should end with a period. 4466
 Warning javadoc JavadocMethod Expected an @return tag. 4469
 Warning misc FinalParameters Parameter builderForValue should be final. 4470
 Warning javadoc JavadocMethod Expected @param tag for 'builderForValue'. 4470
 Warning blocks LeftCurly '{' at column 103 should be on a new line. 4470
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4471
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4474
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4474
 Warning javadoc JavadocStyle First sentence should end with a period. 4480
 Warning javadoc JavadocMethod Expected an @return tag. 4483
 Warning misc FinalParameters Parameter value should be final. 4483
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 4483
 Warning blocks LeftCurly '{' at column 114 should be on a new line. 4483
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4484
 Warning whitespace OperatorWrap '&&' should be on a new line. 4485
 Warning blocks LeftCurly '{' at column 112 should be on a new line. 4486
 Info sizes LineLength Line is longer than 128 characters (found 171). 4487
 Warning blocks RightCurly '}' at column 11 should be alone on a line. 4489
 Warning blocks LeftCurly '{' at column 18 should be on a new line. 4489
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4493
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4493
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4494
 Warning javadoc JavadocStyle First sentence should end with a period. 4502
 Warning javadoc JavadocMethod Expected an @return tag. 4505
 Warning blocks LeftCurly '{' at column 42 should be on a new line. 4505
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4506
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4507
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4512
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4512
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4513
 Warning javadoc JavadocStyle First sentence should end with a period. 4521
 Warning javadoc JavadocMethod Expected an @return tag. 4524
 Warning blocks LeftCurly '{' at column 114 should be on a new line. 4524
 Warning javadoc JavadocStyle First sentence should end with a period. 4527
 Warning javadoc JavadocMethod Expected an @return tag. 4530
 Warning blocks LeftCurly '{' at column 117 should be on a new line. 4530
 Warning blocks LeftCurly '{' at column 64 should be on a new line. 4531
 Warning blocks RightCurly '}' at column 9 should be alone on a line. 4533
 Warning blocks LeftCurly '{' at column 16 should be on a new line. 4533
 Warning blocks LeftCurly '{' at column 30 should be on a new line. 4534
 Warning javadoc JavadocStyle First sentence should end with a period. 4540
 Warning javadoc JavadocMethod Expected an @return tag. 4543
 Info sizes LineLength Line is longer than 128 characters (found 231). 4544
 Warning blocks LeftCurly '{' at column 41 should be on a new line. 4545
 Warning blocks LeftCurly '{' at column 43 should be on a new line. 4546
 Warning blocks LeftCurly '{' at column 33 should be on a new line. 4547
 Info sizes LineLength Line is longer than 128 characters (found 235). 4551
 Warning coding EmptyStatement Empty statement. 4558
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4561
 Warning modifier RedundantModifier Redundant 'final' modifier. 4561
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 4562
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4566
 Warning modifier RedundantModifier Redundant 'final' modifier. 4566
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 4567
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4576
 Warning blocks LeftCurly '{' at column 12 should be on a new line. 4577
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4581
 Warning blocks LeftCurly '{' at column 105 should be on a new line. 4581
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4585
 Warning blocks LeftCurly '{' at column 71 should be on a new line. 4586
 Warning misc FinalParameters Parameter input should be final. 4588
 Warning misc FinalParameters Parameter extensionRegistry should be final. 4589
 Warning blocks LeftCurly '{' at column 69 should be on a new line. 4590
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4595
 Warning blocks LeftCurly '{' at column 67 should be on a new line. 4595
 Warning blocks LeftCurly '{' at column 70 should be on a new line. 4600
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4604
 Warning blocks LeftCurly '{' at column 105 should be on a new line. 4604
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4610
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_CreateSimulation_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4611
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4612
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_CreateSimulation_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4614
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4615
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_SimulateUntil_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4616
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4617
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_SimulateUntil_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4619
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4620
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4621
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4622
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4624
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4625
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_GTUPosition_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4626
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4627
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_GTUPosition_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4629
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4630
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_OTSMessage_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4631
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4632
 Warning naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_OTSMessage_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4634
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4636
 Warning blocks LeftCurly '{' at column 23 should be on a new line. 4637
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4640
 Warning blocks LeftCurly '{' at column 10 should be on a new line. 4642
 Warning whitespace OperatorWrap '+' should be on a new line. 4644
 Warning whitespace OperatorWrap '+' should be on a new line. 4645
 Warning whitespace OperatorWrap '+' should be on a new line. 4646
 Warning whitespace OperatorWrap '+' should be on a new line. 4647
 Warning whitespace OperatorWrap '+' should be on a new line. 4648
 Warning whitespace OperatorWrap '+' should be on a new line. 4649
 Warning whitespace OperatorWrap '+' should be on a new line. 4650
 Warning whitespace OperatorWrap '+' should be on a new line. 4651
 Warning whitespace OperatorWrap '+' should be on a new line. 4652
 Warning whitespace OperatorWrap '+' should be on a new line. 4654
 Warning whitespace OperatorWrap '+' should be on a new line. 4655
 Warning whitespace OperatorWrap '+' should be on a new line. 4656
 Warning whitespace OperatorWrap '+' should be on a new line. 4657
 Warning whitespace OperatorWrap '+' should be on a new line. 4658
 Warning whitespace OperatorWrap '+' should be on a new line. 4659
 Warning whitespace OperatorWrap '+' should be on a new line. 4660
 Warning whitespace NoWhitespaceAfter '.' is followed by whitespace. 4664
 Warning blocks LeftCurly '{' at column 93 should be on a new line. 4664
 Warning misc FinalParameters Parameter root should be final. 4666
 Warning blocks LeftCurly '{' at column 68 should be on a new line. 4666