Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
1 75 1883 0

Files

File
 I
 W
 E
org/opentrafficsim/aimsun/proto/AimsunControlProtoBuf.java 75 1883 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 4
 Warning
LeftCurly
  • option: "nl"
869
 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 227
 Warning
JavadocPackage 1
 Info
JavadocStyle 191
 Warning
JavadocVariable 91
 Warning
misc FinalParameters 248
 Warning
NewlineAtEndOfFile
  • fileExtensions: "java"
  • lineSeparator: "crlf"
1
 Warning
modifier RedundantModifier 37
 Warning
naming ConstantName 10
 Warning
LocalVariableName 15
 Warning
MemberName 44
 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 9
 Warning
OperatorWrap 19
 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. 1
 Warning
sizes FileLength File length is 4,575 lines (max allowed is 2,000). 1
 Info
javadoc JavadocPackage Missing package-info.java file. 1
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 6
 Warning
whitespace WhitespaceAround '{' is not followed by whitespace. 7
 Warning
misc FinalParameters Parameter registry should be final. 9
 Warning
blocks LeftCurly '{' at column 59 should be on a new line. 9
 Warning
misc FinalParameters Parameter registry should be final. 13
 Warning
blocks LeftCurly '{' at column 55 should be on a new line. 13
 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 @return tag. 24
 Warning
javadoc JavadocStyle First sentence should end with a period. 25
 Warning
javadoc JavadocMethod Expected @return tag. 28
 Warning
javadoc JavadocStyle First sentence should end with a period. 29
 Warning
javadoc JavadocMethod Expected @return tag. 32
 Warning
javadoc JavadocStyle First sentence should end with a period. 35
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 41
 Warning
misc FinalParameters Parameter builder should be final. 44
 Warning
blocks LeftCurly '{' at column 89 should be on a new line. 44
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 47
 Warning
modifier RedundantModifier Redundant 'final' modifier. 52
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 53
 Warning
misc FinalParameters Parameter input should be final. 57
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 58
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 59
 Warning
naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
 Warning
blocks LeftCurly '{' at column 11 should be on a new line. 64
 Warning
blocks LeftCurly '{' at column 23 should be on a new line. 66
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 68
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 72
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 74
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 79
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 87
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 87
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 89
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 89
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 92
 Warning
blocks LeftCurly '{' at column 17 should be on a new line. 92
 Warning
modifier RedundantModifier Redundant 'final' modifier. 97
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 98
 Info
sizes LineLength Line is longer than 128 characters (found 143). 99
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 103
 Info
sizes LineLength Line is longer than 128 characters (found 150). 104
 Info
sizes LineLength Line is longer than 128 characters (found 178). 106
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 109
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 110
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 111
 Warning
naming MemberName Name 'networkXML_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
 Warning
javadoc JavadocStyle First sentence should end with a period. 112
 Warning
javadoc JavadocMethod Expected @return tag. 115
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 115
 Warning
javadoc JavadocStyle First sentence should end with a period. 118
 Warning
javadoc JavadocMethod Expected @return tag. 121
 Warning
blocks LeftCurly '{' at column 45 should be on a new line. 121
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 123
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 125
 Warning
blocks LeftCurly '{' at column 14 should be on a new line. 125
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 129
 Warning
javadoc JavadocStyle First sentence should end with a period. 135
 Warning
javadoc JavadocMethod Expected @return tag. 138
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 139
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 141
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 147
 Warning
blocks LeftCurly '{' at column 14 should be on a new line. 147
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 152
 Warning
modifier RedundantModifier Redundant 'final' modifier. 153
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 153
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 155
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 156
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 158
 Warning
misc FinalParameters Parameter output should be final. 166
 Warning
blocks LeftCurly '{' at column 52 should be on a new line. 167
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 168
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 174
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 176
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 179
 Warning
blocks LeftCurly '{' at column 55 should be on a new line. 188
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 189
 Warning
blocks LeftCurly '{' at column 101 should be on a new line. 192
 Info
sizes LineLength Line is longer than 128 characters (found 162). 195
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 199
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 208
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 209
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 214
 Warning
misc FinalParameters Parameter data should be final. 224
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 225
 Warning
misc FinalParameters Parameter data should be final. 229
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 230
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 231
 Warning
misc FinalParameters Parameter data should be final. 235
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 236
 Warning
misc FinalParameters Parameter data should be final. 240
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 241
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 242
 Warning
misc FinalParameters Parameter data should be final. 245
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 246
 Warning
misc FinalParameters Parameter data should be final. 250
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 251
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 252
 Warning
misc FinalParameters Parameter input should be final. 255
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 256
 Warning
misc FinalParameters Parameter input should be final. 261
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 262
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 263
 Info
sizes LineLength Line is longer than 128 characters (found 134). 267
 Warning
misc FinalParameters Parameter input should be final. 267
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 268
 Warning
misc FinalParameters Parameter input should be final. 273
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 274
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 275
 Warning
misc FinalParameters Parameter input should be final. 280
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 281
 Warning
misc FinalParameters Parameter input should be final. 286
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 287
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 288
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 293
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 294
 Warning
misc FinalParameters Parameter prototype should be final. 297
 Warning
blocks LeftCurly '{' at column 120 should be on a new line. 297
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 300
 Warning
misc FinalParameters Parameter parent should be final. 307
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 307
 Warning
javadoc JavadocStyle First sentence should end with a period. 311
 Warning
blocks LeftCurly '{' at column 89 should be on a new line. 317
 Warning
modifier RedundantModifier Redundant 'final' modifier. 318
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 319
 Info
sizes LineLength Line is longer than 128 characters (found 145). 320
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 324
 Info
sizes LineLength Line is longer than 128 characters (found 152). 325
 Info
sizes LineLength Line is longer than 128 characters (found 180). 327
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 331
 Warning
misc FinalParameters Parameter parent should be final. 336
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 336
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 340
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 342
 Warning
blocks EmptyBlock Must have at least one statement. 342
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 345
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 353
 Info
sizes LineLength Line is longer than 128 characters (found 145). 354
 Warning
blocks LeftCurly '{' at column 113 should be on a new line. 357
 Warning
blocks LeftCurly '{' at column 93 should be on a new line. 361
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 363
 Warning
blocks LeftCurly '{' at column 100 should be on a new line. 369
 Info
sizes LineLength Line is longer than 128 characters (found 169). 370
 Warning
naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 371
 Warning
naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 372
 Warning
blocks LeftCurly '{' at column 61 should be on a new line. 373
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 382
 Warning
misc FinalParameters Parameter field should be final. 386
 Warning
misc FinalParameters Parameter value should be final. 387
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 387
 Warning
misc FinalParameters Parameter field should be final. 391
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 391
 Warning
misc FinalParameters Parameter oneof should be final. 395
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 395
 Warning
misc FinalParameters Parameter field should be final. 399
 Warning
misc FinalParameters Parameter index should be final. 400
 Warning
misc FinalParameters Parameter value should be final. 400
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 400
 Warning
misc FinalParameters Parameter field should be final. 404
 Warning
misc FinalParameters Parameter value should be final. 405
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 405
 Warning
misc FinalParameters Parameter other should be final. 408
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 408
 Warning
blocks LeftCurly '{' at column 102 should be on a new line. 409
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 410
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 411
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 411
 Warning
misc FinalParameters Parameter other should be final. 417
 Warning
blocks LeftCurly '{' at column 110 should be on a new line. 417
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 418
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 419
 Warning
modifier RedundantModifier Redundant 'final' modifier. 429
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 429
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 430
 Warning
misc FinalParameters Parameter input should be final. 437
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 438
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 439
 Warning
blocks LeftCurly '{' at column 13 should be on a new line. 441
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 443
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 443
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 446
 Warning
blocks LeftCurly '{' at column 19 should be on a new line. 446
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 447
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 453
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 453
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 455
 Warning
naming MemberName Name 'networkXML_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 455
 Warning
javadoc JavadocStyle First sentence should end with a period. 456
 Warning
javadoc JavadocMethod Expected @return tag. 459
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 459
 Warning
javadoc JavadocStyle First sentence should end with a period. 462
 Warning
javadoc JavadocMethod Expected @return tag. 465
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 465
 Warning
blocks LeftCurly '{' at column 49 should be on a new line. 467
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 471
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 475
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 475
 Warning
javadoc JavadocStyle First sentence should end with a period. 479
 Warning
javadoc JavadocMethod Expected @return tag. 482
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 483
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 485
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 491
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 491
 Warning
javadoc JavadocStyle First sentence should end with a period. 495
 Warning
javadoc JavadocMethod Expected @return tag. 498
 Warning
misc FinalParameters Parameter value should be final. 499
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 499
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 499
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 500
 Warning
javadoc JavadocStyle First sentence should end with a period. 508
 Warning
javadoc JavadocMethod Expected @return tag. 511
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 511
 Warning
javadoc JavadocStyle First sentence should end with a period. 517
 Warning
javadoc JavadocMethod Expected @return tag. 520
 Warning
misc FinalParameters Parameter value should be final. 521
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 521
 Warning
blocks LeftCurly '{' at column 49 should be on a new line. 521
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 522
 Warning
modifier RedundantModifier Redundant 'final' modifier. 530
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 531
 Warning
modifier RedundantModifier Redundant 'final' modifier. 535
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 536
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 545
 Warning
blocks LeftCurly '{' at column 12 should be on a new line. 546
 Warning
blocks LeftCurly '{' at column 111 should be on a new line. 550
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 554
 Warning
blocks LeftCurly '{' at column 77 should be on a new line. 555
 Warning
misc FinalParameters Parameter input should be final. 557
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 558
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 559
 Warning
blocks LeftCurly '{' at column 73 should be on a new line. 564
 Warning
blocks LeftCurly '{' at column 76 should be on a new line. 569
 Warning
blocks LeftCurly '{' at column 111 should be on a new line. 573
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 581
 Warning
javadoc JavadocStyle First sentence should end with a period. 583
 Warning
javadoc JavadocMethod Expected @return tag. 586
 Warning
javadoc JavadocStyle First sentence should end with a period. 587
 Warning
javadoc JavadocMethod Expected @return tag. 590
 Warning
javadoc JavadocStyle First sentence should end with a period. 592
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 598
 Warning
misc FinalParameters Parameter builder should be final. 601
 Warning
blocks LeftCurly '{' at column 86 should be on a new line. 601
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 604
 Warning
modifier RedundantModifier Redundant 'final' modifier. 609
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 610
 Warning
misc FinalParameters Parameter input should be final. 614
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 615
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 616
 Warning
naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 618
 Warning
blocks LeftCurly '{' at column 11 should be on a new line. 621
 Warning
blocks LeftCurly '{' at column 23 should be on a new line. 623
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 625
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 629
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 631
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 636
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 643
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 643
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 645
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 645
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 648
 Warning
blocks LeftCurly '{' at column 17 should be on a new line. 648
 Warning
modifier RedundantModifier Redundant 'final' modifier. 653
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 654
 Info
sizes LineLength Line is longer than 128 characters (found 140). 655
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 659
 Info
sizes LineLength Line is longer than 128 characters (found 147). 660
 Info
sizes LineLength Line is longer than 128 characters (found 172). 662
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 665
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 665
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 666
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 667
 Warning
naming MemberName Name 'time_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 667
 Warning
javadoc JavadocStyle First sentence should end with a period. 668
 Warning
javadoc JavadocMethod Expected @return tag. 671
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 671
 Warning
javadoc JavadocStyle First sentence should end with a period. 674
 Warning
javadoc JavadocMethod Expected @return tag. 677
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 677
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 681
 Warning
modifier RedundantModifier Redundant 'final' modifier. 682
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 682
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 684
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 685
 Warning
blocks LeftCurly '{' at column 23 should be on a new line. 687
 Warning
misc FinalParameters Parameter output should be final. 695
 Warning
blocks LeftCurly '{' at column 52 should be on a new line. 696
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 697
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 703
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 705
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 708
 Warning
blocks LeftCurly '{' at column 55 should be on a new line. 718
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 719
 Warning
blocks LeftCurly '{' at column 98 should be on a new line. 722
 Info
sizes LineLength Line is longer than 128 characters (found 156). 725
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 729
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 740
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 741
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 746
 Warning
misc FinalParameters Parameter data should be final. 757
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 758
 Warning
misc FinalParameters Parameter data should be final. 762
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 763
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 764
 Warning
misc FinalParameters Parameter data should be final. 768
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 769
 Warning
misc FinalParameters Parameter data should be final. 773
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 774
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 775
 Warning
misc FinalParameters Parameter data should be final. 778
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 779
 Warning
misc FinalParameters Parameter data should be final. 783
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 784
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 785
 Warning
misc FinalParameters Parameter input should be final. 788
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 789
 Warning
misc FinalParameters Parameter input should be final. 794
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 795
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 796
 Info
sizes LineLength Line is longer than 128 characters (found 131). 800
 Warning
misc FinalParameters Parameter input should be final. 800
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 801
 Warning
misc FinalParameters Parameter input should be final. 806
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 807
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 808
 Warning
misc FinalParameters Parameter input should be final. 813
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 814
 Warning
misc FinalParameters Parameter input should be final. 819
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 820
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 821
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 826
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 827
 Warning
misc FinalParameters Parameter prototype should be final. 830
 Warning
blocks LeftCurly '{' at column 117 should be on a new line. 830
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 833
 Warning
misc FinalParameters Parameter parent should be final. 840
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 840
 Warning
javadoc JavadocStyle First sentence should end with a period. 844
 Warning
blocks LeftCurly '{' at column 86 should be on a new line. 850
 Warning
modifier RedundantModifier Redundant 'final' modifier. 851
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 852
 Info
sizes LineLength Line is longer than 128 characters (found 142). 853
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 857
 Info
sizes LineLength Line is longer than 128 characters (found 149). 858
 Info
sizes LineLength Line is longer than 128 characters (found 174). 860
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 864
 Warning
misc FinalParameters Parameter parent should be final. 869
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 869
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 873
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 875
 Warning
blocks EmptyBlock Must have at least one statement. 875
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 878
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 886
 Info
sizes LineLength Line is longer than 128 characters (found 142). 887
 Warning
blocks LeftCurly '{' at column 110 should be on a new line. 890
 Warning
blocks LeftCurly '{' at column 90 should be on a new line. 894
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 896
 Warning
blocks LeftCurly '{' at column 97 should be on a new line. 902
 Info
sizes LineLength Line is longer than 128 characters (found 163). 903
 Warning
naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 904
 Warning
naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 905
 Warning
blocks LeftCurly '{' at column 61 should be on a new line. 906
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 915
 Warning
misc FinalParameters Parameter field should be final. 919
 Warning
misc FinalParameters Parameter value should be final. 920
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 920
 Warning
misc FinalParameters Parameter field should be final. 924
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 924
 Warning
misc FinalParameters Parameter oneof should be final. 928
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 928
 Warning
misc FinalParameters Parameter field should be final. 932
 Warning
misc FinalParameters Parameter index should be final. 933
 Warning
misc FinalParameters Parameter value should be final. 933
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 933
 Warning
misc FinalParameters Parameter field should be final. 937
 Warning
misc FinalParameters Parameter value should be final. 938
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 938
 Warning
misc FinalParameters Parameter other should be final. 941
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 941
 Warning
blocks LeftCurly '{' at column 99 should be on a new line. 942
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 943
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 944
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 944
 Warning
misc FinalParameters Parameter other should be final. 950
 Warning
blocks LeftCurly '{' at column 107 should be on a new line. 950
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 951
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 952
 Warning
modifier RedundantModifier Redundant 'final' modifier. 960
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 960
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 961
 Warning
misc FinalParameters Parameter input should be final. 968
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 969
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 970
 Warning
blocks LeftCurly '{' at column 13 should be on a new line. 972
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 974
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 974
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 977
 Warning
blocks LeftCurly '{' at column 19 should be on a new line. 977
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 978
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 984
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 984
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 986
 Warning
naming MemberName Name 'time_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 986
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 986
 Warning
javadoc JavadocStyle First sentence should end with a period. 987
 Warning
javadoc JavadocMethod Expected @return tag. 990
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 990
 Warning
javadoc JavadocStyle First sentence should end with a period. 993
 Warning
javadoc JavadocMethod Expected @return tag. 996
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 996
 Warning
javadoc JavadocStyle First sentence should end with a period. 999
 Warning
javadoc JavadocMethod Expected @return tag. 1002
 Warning
misc FinalParameters Parameter value should be final. 1002
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 1002
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 1002
 Warning
javadoc JavadocStyle First sentence should end with a period. 1008
 Warning
javadoc JavadocMethod Expected @return tag. 1011
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 1011
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1017
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 1018
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1022
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 1023
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1032
 Warning
blocks LeftCurly '{' at column 12 should be on a new line. 1033
 Warning
blocks LeftCurly '{' at column 108 should be on a new line. 1037
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1041
 Warning
blocks LeftCurly '{' at column 74 should be on a new line. 1042
 Warning
misc FinalParameters Parameter input should be final. 1044
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1045
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1046
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 1051
 Warning
blocks LeftCurly '{' at column 73 should be on a new line. 1056
 Warning
blocks LeftCurly '{' at column 108 should be on a new line. 1060
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 1068
 Warning
javadoc JavadocStyle First sentence should end with a period. 1070
 Warning
javadoc JavadocMethod Expected @return tag. 1073
 Warning
javadoc JavadocStyle First sentence should end with a period. 1075
 Warning
javadoc JavadocMethod Expected @return tag. 1078
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 1078
 Warning
javadoc JavadocStyle First sentence should end with a period. 1079
 Warning
javadoc JavadocMethod Expected @return tag. 1082
 Warning
javadoc JavadocStyle First sentence should end with a period. 1083
 Warning
javadoc JavadocMethod Expected @return tag. 1086
 Warning
javadoc JavadocStyle First sentence should end with a period. 1088
 Warning
javadoc JavadocMethod Expected @return tag. 1091
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 1092
 Warning
javadoc JavadocStyle First sentence should end with a period. 1094
 Warning
javadoc JavadocMethod Expected @return tag. 1097
 Warning
javadoc JavadocStyle First sentence should end with a period. 1098
 Warning
javadoc JavadocMethod Expected @return tag. 1101
 Warning
javadoc JavadocStyle First sentence should end with a period. 1102
 Warning
javadoc JavadocMethod Expected @return tag. 1105
 Warning
javadoc JavadocStyle First sentence should end with a period. 1108
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1114
 Warning
misc FinalParameters Parameter builder should be final. 1117
 Warning
blocks LeftCurly '{' at column 85 should be on a new line. 1117
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 1120
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1126
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1127
 Warning
misc FinalParameters Parameter input should be final. 1131
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1132
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 1133
 Warning
naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1135
 Warning
blocks LeftCurly '{' at column 11 should be on a new line. 1138
 Warning
blocks LeftCurly '{' at column 23 should be on a new line. 1140
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1142
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 1146
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 1148
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 1153
 Warning
blocks LeftCurly '{' at column 71 should be on a new line. 1154
 Info
sizes LineLength Line is longer than 128 characters (found 132). 1155
 Info
sizes LineLength Line is longer than 128 characters (found 143). 1159
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 1162
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 1170
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 1170
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 1172
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 1172
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 1175
 Warning
blocks LeftCurly '{' at column 17 should be on a new line. 1175
 Warning
blocks LeftCurly '{' at column 64 should be on a new line. 1176
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1183
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1184
 Info
sizes LineLength Line is longer than 128 characters (found 139). 1185
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 1189
 Info
sizes LineLength Line is longer than 128 characters (found 146). 1190
 Info
sizes LineLength Line is longer than 128 characters (found 170). 1192
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 1197
 Warning
javadoc JavadocStyle First sentence should end with a period. 1199
 Warning
javadoc JavadocMethod Expected @return tag. 1202
 Warning
javadoc JavadocStyle First sentence should end with a period. 1203
 Warning
javadoc JavadocMethod Expected @return tag. 1206
 Warning
javadoc JavadocStyle First sentence should end with a period. 1207
 Warning
javadoc JavadocMethod Expected @return tag. 1210
 Warning
javadoc JavadocStyle First sentence should end with a period. 1213
 Warning
javadoc JavadocMethod Expected @return tag. 1216
 Warning
javadoc JavadocStyle First sentence should end with a period. 1217
 Warning
javadoc JavadocMethod Expected @return tag. 1220
 Warning
javadoc JavadocStyle First sentence should end with a period. 1222
 Warning
javadoc JavadocMethod Expected @return tag. 1225
 Warning
javadoc JavadocStyle First sentence should end with a period. 1226
 Warning
javadoc JavadocMethod Expected @return tag. 1229
 Warning
javadoc JavadocStyle First sentence should end with a period. 1231
 Warning
javadoc JavadocMethod Expected @return tag. 1234
 Warning
javadoc JavadocStyle First sentence should end with a period. 1235
 Warning
javadoc JavadocMethod Expected @return tag. 1238
 Warning
javadoc JavadocStyle First sentence should end with a period. 1240
 Warning
javadoc JavadocMethod Expected @return tag. 1243
 Warning
javadoc JavadocStyle First sentence should end with a period. 1244
 Warning
javadoc JavadocMethod Expected @return tag. 1247
 Warning
javadoc JavadocStyle First sentence should end with a period. 1249
 Warning
javadoc JavadocMethod Expected @return tag. 1252
 Warning
javadoc JavadocStyle First sentence should end with a period. 1253
 Warning
javadoc JavadocMethod Expected @return tag. 1256
 Warning
javadoc JavadocStyle First sentence should end with a period. 1258
 Warning
javadoc JavadocMethod Expected @return tag. 1261
 Warning
javadoc JavadocStyle First sentence should end with a period. 1262
 Warning
javadoc JavadocMethod Expected @return tag. 1265
 Warning
javadoc JavadocStyle First sentence should end with a period. 1267
 Warning
javadoc JavadocMethod Expected @return tag. 1270
 Warning
javadoc JavadocStyle First sentence should end with a period. 1271
 Warning
javadoc JavadocMethod Expected @return tag. 1274
 Warning
javadoc JavadocStyle First sentence should end with a period. 1276
 Warning
javadoc JavadocMethod Expected @return tag. 1279
 Warning
javadoc JavadocStyle First sentence should end with a period. 1280
 Warning
javadoc JavadocMethod Expected @return tag. 1283
 Warning
javadoc JavadocStyle First sentence should end with a period. 1285
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 1291
 Warning
misc FinalParameters Parameter builder should be final. 1294
 Warning
blocks LeftCurly '{' at column 86 should be on a new line. 1294
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1297
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1310
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1311
 Warning
misc FinalParameters Parameter input should be final. 1315
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1316
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1317
 Warning
naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1319
 Warning
blocks LeftCurly '{' at column 13 should be on a new line. 1322
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1324
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1326
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1330
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 1332
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1337
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1343
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1348
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1353
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1358
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1363
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1368
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1373
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 1378
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 1385
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 1385
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 1387
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 1387
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 1390
 Warning
blocks LeftCurly '{' at column 19 should be on a new line. 1390
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1395
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 1396
 Info
sizes LineLength Line is longer than 128 characters (found 153). 1397
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 1401
 Info
sizes LineLength Line is longer than 128 characters (found 160). 1402
 Info
sizes LineLength Line is longer than 128 characters (found 196). 1404
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1407
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1407
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1408
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1409
 Warning
naming MemberName Name 'gtuId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1409
 Warning
javadoc JavadocStyle First sentence should end with a period. 1410
 Warning
javadoc JavadocMethod Expected @return tag. 1413
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1413
 Warning
javadoc JavadocStyle First sentence should end with a period. 1416
 Warning
javadoc JavadocMethod Expected @return tag. 1419
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 1419
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 1421
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 1423
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 1423
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1427
 Warning
javadoc JavadocStyle First sentence should end with a period. 1433
 Warning
javadoc JavadocMethod Expected @return tag. 1436
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 1437
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 1439
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 1445
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 1445
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1450
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1451
 Warning
naming MemberName Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1451
 Warning
javadoc JavadocStyle First sentence should end with a period. 1452
 Warning
javadoc JavadocMethod Expected @return tag. 1455
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1455
 Warning
javadoc JavadocStyle First sentence should end with a period. 1458
 Warning
javadoc JavadocMethod Expected @return tag. 1461
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 1461
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1465
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1466
 Warning
naming MemberName Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1466
 Warning
javadoc JavadocStyle First sentence should end with a period. 1467
 Warning
javadoc JavadocMethod Expected @return tag. 1470
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1470
 Warning
javadoc JavadocStyle First sentence should end with a period. 1473
 Warning
javadoc JavadocMethod Expected @return tag. 1476
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 1476
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1480
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1481
 Warning
naming MemberName Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1481
 Warning
javadoc JavadocStyle First sentence should end with a period. 1482
 Warning
javadoc JavadocMethod Expected @return tag. 1485
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1485
 Warning
javadoc JavadocStyle First sentence should end with a period. 1488
 Warning
javadoc JavadocMethod Expected @return tag. 1491
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 1491
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1495
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1496
 Warning
naming MemberName Name 'angle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1496
 Warning
javadoc JavadocStyle First sentence should end with a period. 1497
 Warning
javadoc JavadocMethod Expected @return tag. 1500
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1500
 Warning
javadoc JavadocStyle First sentence should end with a period. 1503
 Warning
javadoc JavadocMethod Expected @return tag. 1506
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 1506
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1510
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1511
 Warning
naming MemberName Name 'width_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1511
 Warning
javadoc JavadocStyle First sentence should end with a period. 1512
 Warning
javadoc JavadocMethod Expected @return tag. 1515
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1515
 Warning
javadoc JavadocStyle First sentence should end with a period. 1518
 Warning
javadoc JavadocMethod Expected @return tag. 1521
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 1521
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1525
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1526
 Warning
naming MemberName Name 'length_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1526
 Warning
javadoc JavadocStyle First sentence should end with a period. 1527
 Warning
javadoc JavadocMethod Expected @return tag. 1530
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 1530
 Warning
javadoc JavadocStyle First sentence should end with a period. 1533
 Warning
javadoc JavadocMethod Expected @return tag. 1536
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1536
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1540
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1541
 Warning
naming MemberName Name 'gtuTypeId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1541
 Warning
javadoc JavadocStyle First sentence should end with a period. 1542
 Warning
javadoc JavadocMethod Expected @return tag. 1545
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 1545
 Warning
javadoc JavadocStyle First sentence should end with a period. 1548
 Warning
javadoc JavadocMethod Expected @return tag. 1551
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1551
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1555
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1556
 Warning
naming MemberName Name 'speed_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1556
 Warning
javadoc JavadocStyle First sentence should end with a period. 1557
 Warning
javadoc JavadocMethod Expected @return tag. 1560
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 1560
 Warning
javadoc JavadocStyle First sentence should end with a period. 1563
 Warning
javadoc JavadocMethod Expected @return tag. 1566
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 1566
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 1570
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1571
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 1571
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 1573
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 1574
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1576
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 1580
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 1584
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1588
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1592
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 1596
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 1600
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1604
 Warning
misc FinalParameters Parameter output should be final. 1612
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 1613
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1614
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1617
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1620
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1623
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1626
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1629
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1632
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1635
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1638
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1644
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 1646
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1649
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1652
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1656
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1660
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1664
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1668
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1672
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1676
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1680
 Warning
blocks LeftCurly '{' at column 57 should be on a new line. 1690
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1691
 Warning
blocks LeftCurly '{' at column 111 should be on a new line. 1694
 Info
sizes LineLength Line is longer than 128 characters (found 180). 1697
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1701
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 1706
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 1713
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 1720
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1727
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1734
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1741
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1748
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1753
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1764
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 1765
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1770
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 1774
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 1779
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 1784
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1789
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1794
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 1799
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1804
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 1808
 Warning
misc FinalParameters Parameter data should be final. 1819
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1820
 Warning
misc FinalParameters Parameter data should be final. 1824
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1825
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1826
 Warning
misc FinalParameters Parameter data should be final. 1830
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1831
 Warning
misc FinalParameters Parameter data should be final. 1835
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1836
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1837
 Warning
misc FinalParameters Parameter data should be final. 1840
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1841
 Warning
misc FinalParameters Parameter data should be final. 1845
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1846
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 1847
 Info
sizes LineLength Line is longer than 128 characters (found 135). 1850
 Warning
misc FinalParameters Parameter input should be final. 1850
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1851
 Warning
misc FinalParameters Parameter input should be final. 1856
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1857
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1858
 Info
sizes LineLength Line is longer than 128 characters (found 144). 1862
 Warning
misc FinalParameters Parameter input should be final. 1862
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1863
 Warning
misc FinalParameters Parameter input should be final. 1868
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1869
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1870
 Warning
misc FinalParameters Parameter input should be final. 1875
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1876
 Warning
misc FinalParameters Parameter input should be final. 1881
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 1882
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 1883
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 1888
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 1889
 Info
sizes LineLength Line is longer than 128 characters (found 130). 1892
 Warning
misc FinalParameters Parameter prototype should be final. 1892
 Warning
blocks LeftCurly '{' at column 130 should be on a new line. 1892
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 1895
 Warning
misc FinalParameters Parameter parent should be final. 1902
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 1902
 Warning
javadoc JavadocStyle First sentence should end with a period. 1906
 Warning
blocks LeftCurly '{' at column 99 should be on a new line. 1912
 Warning
modifier RedundantModifier Redundant 'final' modifier. 1913
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 1914
 Info
sizes LineLength Line is longer than 128 characters (found 155). 1915
 Warning
blocks LeftCurly '{' at column 45 should be on a new line. 1919
 Info
sizes LineLength Line is longer than 128 characters (found 162). 1920
 Info
sizes LineLength Line is longer than 128 characters (found 198). 1922
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 1926
 Warning
misc FinalParameters Parameter parent should be final. 1931
 Warning
blocks LeftCurly '{' at column 74 should be on a new line. 1931
 Warning
blocks LeftCurly '{' at column 56 should be on a new line. 1935
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 1937
 Warning
blocks EmptyBlock Must have at least one statement. 1937
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 1940
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 1964
 Info
sizes LineLength Line is longer than 128 characters (found 155). 1965
 Warning
blocks LeftCurly '{' at column 123 should be on a new line. 1968
 Warning
blocks LeftCurly '{' at column 103 should be on a new line. 1972
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 1974
 Warning
blocks LeftCurly '{' at column 110 should be on a new line. 1980
 Info
sizes LineLength Line is longer than 128 characters (found 187). 1981
 Warning
naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1982
 Warning
naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1983
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 1984
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 1988
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 1992
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 1996
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 2000
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 2004
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 2008
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 2012
 Warning
blocks LeftCurly '{' at column 63 should be on a new line. 2016
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 2025
 Warning
misc FinalParameters Parameter field should be final. 2029
 Warning
misc FinalParameters Parameter value should be final. 2030
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2030
 Warning
misc FinalParameters Parameter field should be final. 2034
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 2034
 Warning
misc FinalParameters Parameter oneof should be final. 2038
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 2038
 Warning
misc FinalParameters Parameter field should be final. 2042
 Warning
misc FinalParameters Parameter index should be final. 2043
 Warning
misc FinalParameters Parameter value should be final. 2043
 Warning
blocks LeftCurly '{' at column 48 should be on a new line. 2043
 Warning
misc FinalParameters Parameter field should be final. 2047
 Warning
misc FinalParameters Parameter value should be final. 2048
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2048
 Warning
misc FinalParameters Parameter other should be final. 2051
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 2051
 Warning
blocks LeftCurly '{' at column 112 should be on a new line. 2052
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 2053
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 2054
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 2054
 Warning
misc FinalParameters Parameter other should be final. 2060
 Warning
blocks LeftCurly '{' at column 120 should be on a new line. 2060
 Info
sizes LineLength Line is longer than 128 characters (found 136). 2061
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 2061
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2062
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 2067
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 2070
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 2073
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2076
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2079
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2082
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2085
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2088
 Warning
modifier RedundantModifier Redundant 'final' modifier. 2096
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 2096
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 2097
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 2100
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 2103
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 2106
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 2109
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 2112
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 2115
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 2118
 Warning
misc FinalParameters Parameter input should be final. 2125
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2126
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 2127
 Warning
blocks LeftCurly '{' at column 15 should be on a new line. 2129
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 2131
 Warning
blocks LeftCurly '{' at column 74 should be on a new line. 2131
 Info
sizes LineLength Line is longer than 128 characters (found 134). 2132
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 2134
 Warning
blocks LeftCurly '{' at column 21 should be on a new line. 2134
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 2135
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2141
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2141
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2143
 Warning
naming MemberName Name 'gtuId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2143
 Warning
javadoc JavadocStyle First sentence should end with a period. 2144
 Warning
javadoc JavadocMethod Expected @return tag. 2147
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2147
 Warning
javadoc JavadocStyle First sentence should end with a period. 2150
 Warning
javadoc JavadocMethod Expected @return tag. 2153
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 2153
 Warning
blocks LeftCurly '{' at column 51 should be on a new line. 2155
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2159
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 2163
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 2163
 Warning
javadoc JavadocStyle First sentence should end with a period. 2167
 Warning
javadoc JavadocMethod Expected @return tag. 2170
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 2171
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 2173
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 2179
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 2179
 Warning
javadoc JavadocStyle First sentence should end with a period. 2183
 Warning
javadoc JavadocMethod Expected @return tag. 2186
 Warning
misc FinalParameters Parameter value should be final. 2187
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2187
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2187
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2188
 Warning
javadoc JavadocStyle First sentence should end with a period. 2196
 Warning
javadoc JavadocMethod Expected @return tag. 2199
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2199
 Warning
javadoc JavadocStyle First sentence should end with a period. 2205
 Warning
javadoc JavadocMethod Expected @return tag. 2208
 Warning
misc FinalParameters Parameter value should be final. 2209
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2209
 Warning
blocks LeftCurly '{' at column 51 should be on a new line. 2209
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2210
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2219
 Warning
naming MemberName Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2219
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2219
 Warning
javadoc JavadocStyle First sentence should end with a period. 2220
 Warning
javadoc JavadocMethod Expected @return tag. 2223
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 2223
 Warning
javadoc JavadocStyle First sentence should end with a period. 2226
 Warning
javadoc JavadocMethod Expected @return tag. 2229
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2229
 Warning
javadoc JavadocStyle First sentence should end with a period. 2232
 Warning
javadoc JavadocMethod Expected @return tag. 2235
 Warning
misc FinalParameters Parameter value should be final. 2235
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2235
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 2235
 Warning
javadoc JavadocStyle First sentence should end with a period. 2241
 Warning
javadoc JavadocMethod Expected @return tag. 2244
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2244
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2251
 Warning
naming MemberName Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2251
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2251
 Warning
javadoc JavadocStyle First sentence should end with a period. 2252
 Warning
javadoc JavadocMethod Expected @return tag. 2255
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 2255
 Warning
javadoc JavadocStyle First sentence should end with a period. 2258
 Warning
javadoc JavadocMethod Expected @return tag. 2261
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2261
 Warning
javadoc JavadocStyle First sentence should end with a period. 2264
 Warning
javadoc JavadocMethod Expected @return tag. 2267
 Warning
misc FinalParameters Parameter value should be final. 2267
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2267
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 2267
 Warning
javadoc JavadocStyle First sentence should end with a period. 2273
 Warning
javadoc JavadocMethod Expected @return tag. 2276
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2276
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2283
 Warning
naming MemberName Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2283
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2283
 Warning
javadoc JavadocStyle First sentence should end with a period. 2284
 Warning
javadoc JavadocMethod Expected @return tag. 2287
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 2287
 Warning
javadoc JavadocStyle First sentence should end with a period. 2290
 Warning
javadoc JavadocMethod Expected @return tag. 2293
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2293
 Warning
javadoc JavadocStyle First sentence should end with a period. 2296
 Warning
javadoc JavadocMethod Expected @return tag. 2299
 Warning
misc FinalParameters Parameter value should be final. 2299
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2299
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 2299
 Warning
javadoc JavadocStyle First sentence should end with a period. 2305
 Warning
javadoc JavadocMethod Expected @return tag. 2308
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2308
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2315
 Warning
naming MemberName Name 'angle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2315
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2315
 Warning
javadoc JavadocStyle First sentence should end with a period. 2316
 Warning
javadoc JavadocMethod Expected @return tag. 2319
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2319
 Warning
javadoc JavadocStyle First sentence should end with a period. 2322
 Warning
javadoc JavadocMethod Expected @return tag. 2325
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2325
 Warning
javadoc JavadocStyle First sentence should end with a period. 2328
 Warning
javadoc JavadocMethod Expected @return tag. 2331
 Warning
misc FinalParameters Parameter value should be final. 2331
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2331
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 2331
 Warning
javadoc JavadocStyle First sentence should end with a period. 2337
 Warning
javadoc JavadocMethod Expected @return tag. 2340
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2340
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2347
 Warning
naming MemberName Name 'width_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2347
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2347
 Warning
javadoc JavadocStyle First sentence should end with a period. 2348
 Warning
javadoc JavadocMethod Expected @return tag. 2351
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2351
 Warning
javadoc JavadocStyle First sentence should end with a period. 2354
 Warning
javadoc JavadocMethod Expected @return tag. 2357
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2357
 Warning
javadoc JavadocStyle First sentence should end with a period. 2360
 Warning
javadoc JavadocMethod Expected @return tag. 2363
 Warning
misc FinalParameters Parameter value should be final. 2363
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2363
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 2363
 Warning
javadoc JavadocStyle First sentence should end with a period. 2369
 Warning
javadoc JavadocMethod Expected @return tag. 2372
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2372
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2379
 Warning
naming MemberName Name 'length_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2379
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2379
 Warning
javadoc JavadocStyle First sentence should end with a period. 2380
 Warning
javadoc JavadocMethod Expected @return tag. 2383
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2383
 Warning
javadoc JavadocStyle First sentence should end with a period. 2386
 Warning
javadoc JavadocMethod Expected @return tag. 2389
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2389
 Warning
javadoc JavadocStyle First sentence should end with a period. 2392
 Warning
javadoc JavadocMethod Expected @return tag. 2395
 Warning
misc FinalParameters Parameter value should be final. 2395
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2395
 Warning
blocks LeftCurly '{' at column 48 should be on a new line. 2395
 Warning
javadoc JavadocStyle First sentence should end with a period. 2401
 Warning
javadoc JavadocMethod Expected @return tag. 2404
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 2404
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2411
 Warning
naming MemberName Name 'gtuTypeId_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2411
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2411
 Warning
javadoc JavadocStyle First sentence should end with a period. 2412
 Warning
javadoc JavadocMethod Expected @return tag. 2415
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 2415
 Warning
javadoc JavadocStyle First sentence should end with a period. 2418
 Warning
javadoc JavadocMethod Expected @return tag. 2421
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2421
 Warning
javadoc JavadocStyle First sentence should end with a period. 2424
 Warning
javadoc JavadocMethod Expected @return tag. 2427
 Warning
misc FinalParameters Parameter value should be final. 2427
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2427
 Warning
blocks LeftCurly '{' at column 48 should be on a new line. 2427
 Warning
javadoc JavadocStyle First sentence should end with a period. 2433
 Warning
javadoc JavadocMethod Expected @return tag. 2436
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 2436
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2443
 Warning
naming MemberName Name 'speed_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2443
 Warning
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2443
 Warning
javadoc JavadocStyle First sentence should end with a period. 2444
 Warning
javadoc JavadocMethod Expected @return tag. 2447
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2447
 Warning
javadoc JavadocStyle First sentence should end with a period. 2450
 Warning
javadoc JavadocMethod Expected @return tag. 2453
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2453
 Warning
javadoc JavadocStyle First sentence should end with a period. 2456
 Warning
javadoc JavadocMethod Expected @return tag. 2459
 Warning
misc FinalParameters Parameter value should be final. 2459
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 2459
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 2459
 Warning
javadoc JavadocStyle First sentence should end with a period. 2465
 Warning
javadoc JavadocMethod Expected @return tag. 2468
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2468
 Warning
modifier RedundantModifier Redundant 'final' modifier. 2474
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 2475
 Warning
modifier RedundantModifier Redundant 'final' modifier. 2479
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 2480
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2489
 Warning
blocks LeftCurly '{' at column 14 should be on a new line. 2490
 Warning
blocks LeftCurly '{' at column 121 should be on a new line. 2494
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2498
 Warning
blocks LeftCurly '{' at column 74 should be on a new line. 2499
 Warning
misc FinalParameters Parameter input should be final. 2501
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2502
 Warning
blocks LeftCurly '{' at column 71 should be on a new line. 2503
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 2508
 Warning
blocks LeftCurly '{' at column 73 should be on a new line. 2513
 Warning
blocks LeftCurly '{' at column 121 should be on a new line. 2517
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2523
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2523
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2524
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2525
 Warning
naming MemberName Name 'gtuPos_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2525
 Warning
javadoc JavadocStyle First sentence should end with a period. 2526
 Warning
javadoc JavadocMethod Expected @return tag. 2529
 Warning
blocks LeftCurly '{' at column 123 should be on a new line. 2529
 Warning
javadoc JavadocStyle First sentence should end with a period. 2532
 Warning
javadoc JavadocMethod Expected @return tag. 2535
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2536
 Warning
javadoc JavadocStyle First sentence should end with a period. 2539
 Warning
javadoc JavadocMethod Expected @return tag. 2542
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2542
 Warning
javadoc JavadocStyle First sentence should end with a period. 2545
 Warning
javadoc JavadocMethod Expected @return tag. 2548
 Warning
misc FinalParameters Parameter index should be final. 2548
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 2548
 Warning
blocks LeftCurly '{' at column 112 should be on a new line. 2548
 Warning
javadoc JavadocStyle First sentence should end with a period. 2551
 Warning
javadoc JavadocMethod Expected @return tag. 2554
 Warning
misc FinalParameters Parameter index should be final. 2555
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 2555
 Warning
blocks LeftCurly '{' at column 20 should be on a new line. 2555
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2559
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2560
 Warning
naming MemberName Name 'status_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2560
 Warning
javadoc JavadocStyle First sentence should end with a period. 2561
 Warning
javadoc JavadocMethod Expected @return tag. 2564
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 2564
 Warning
javadoc JavadocStyle First sentence should end with a period. 2567
 Warning
javadoc JavadocMethod Expected @return tag. 2570
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 2570
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 2572
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 2574
 Warning
blocks LeftCurly '{' at column 14 should be on a new line. 2574
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 2578
 Warning
javadoc JavadocStyle First sentence should end with a period. 2584
 Warning
javadoc JavadocMethod Expected @return tag. 2587
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 2588
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 2590
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 2596
 Warning
blocks LeftCurly '{' at column 14 should be on a new line. 2596
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2601
 Warning
modifier RedundantModifier Redundant 'final' modifier. 2602
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 2602
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 2604
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 2605
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 2607
 Warning
blocks LeftCurly '{' at column 50 should be on a new line. 2611
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 2612
 Warning
misc FinalParameters Parameter output should be final. 2621
 Warning
blocks LeftCurly '{' at column 52 should be on a new line. 2622
 Warning
blocks LeftCurly '{' at column 48 should be on a new line. 2623
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 2626
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2632
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 2634
 Warning
blocks LeftCurly '{' at column 48 should be on a new line. 2637
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 2641
 Warning
blocks LeftCurly '{' at column 55 should be on a new line. 2650
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 2651
 Warning
blocks LeftCurly '{' at column 97 should be on a new line. 2654
 Info
sizes LineLength Line is longer than 128 characters (found 154). 2657
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 2663
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 2672
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2673
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 2678
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 2682
 Warning
misc FinalParameters Parameter data should be final. 2692
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2693
 Warning
misc FinalParameters Parameter data should be final. 2697
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2698
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2699
 Warning
misc FinalParameters Parameter data should be final. 2703
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2704
 Warning
misc FinalParameters Parameter data should be final. 2708
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2709
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2710
 Warning
misc FinalParameters Parameter data should be final. 2713
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2714
 Warning
misc FinalParameters Parameter data should be final. 2718
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2719
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2720
 Warning
misc FinalParameters Parameter input should be final. 2723
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2724
 Warning
misc FinalParameters Parameter input should be final. 2729
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2730
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2731
 Info
sizes LineLength Line is longer than 128 characters (found 130). 2735
 Warning
misc FinalParameters Parameter input should be final. 2735
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2736
 Warning
misc FinalParameters Parameter input should be final. 2741
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2742
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2743
 Warning
misc FinalParameters Parameter input should be final. 2748
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2749
 Warning
misc FinalParameters Parameter input should be final. 2754
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2755
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2756
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 2761
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 2762
 Warning
misc FinalParameters Parameter prototype should be final. 2765
 Warning
blocks LeftCurly '{' at column 116 should be on a new line. 2765
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 2768
 Warning
misc FinalParameters Parameter parent should be final. 2775
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 2775
 Warning
javadoc JavadocStyle First sentence should end with a period. 2779
 Warning
blocks LeftCurly '{' at column 85 should be on a new line. 2785
 Warning
modifier RedundantModifier Redundant 'final' modifier. 2786
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 2787
 Info
sizes LineLength Line is longer than 128 characters (found 141). 2788
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 2792
 Info
sizes LineLength Line is longer than 128 characters (found 148). 2793
 Info
sizes LineLength Line is longer than 128 characters (found 172). 2795
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 2799
 Warning
misc FinalParameters Parameter parent should be final. 2804
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 2804
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 2808
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 2810
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2814
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2816
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2819
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 2819
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 2828
 Info
sizes LineLength Line is longer than 128 characters (found 141). 2829
 Warning
blocks LeftCurly '{' at column 109 should be on a new line. 2832
 Warning
blocks LeftCurly '{' at column 89 should be on a new line. 2836
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 2838
 Warning
blocks LeftCurly '{' at column 96 should be on a new line. 2844
 Info
sizes LineLength Line is longer than 128 characters (found 161). 2845
 Warning
naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2846
 Warning
naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2847
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2848
 Warning
blocks LeftCurly '{' at column 58 should be on a new line. 2849
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2854
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 2854
 Warning
blocks LeftCurly '{' at column 61 should be on a new line. 2857
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 2866
 Warning
misc FinalParameters Parameter field should be final. 2870
 Warning
misc FinalParameters Parameter value should be final. 2871
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2871
 Warning
misc FinalParameters Parameter field should be final. 2875
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 2875
 Warning
misc FinalParameters Parameter oneof should be final. 2879
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 2879
 Warning
misc FinalParameters Parameter field should be final. 2883
 Warning
misc FinalParameters Parameter index should be final. 2884
 Warning
misc FinalParameters Parameter value should be final. 2884
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 2884
 Warning
misc FinalParameters Parameter field should be final. 2888
 Warning
misc FinalParameters Parameter value should be final. 2889
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2889
 Warning
misc FinalParameters Parameter other should be final. 2892
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 2892
 Warning
blocks LeftCurly '{' at column 98 should be on a new line. 2893
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 2894
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2895
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 2895
 Warning
misc FinalParameters Parameter other should be final. 2901
 Warning
blocks LeftCurly '{' at column 106 should be on a new line. 2901
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 2902
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2903
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 2904
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 2905
 Warning
blocks RightCurly '}' at column 13 should be alone on a line. 2908
 Warning
blocks LeftCurly '{' at column 20 should be on a new line. 2908
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2914
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 2914
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 2915
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 2916
 Warning
whitespace OperatorWrap '?' should be on a new line. 2922
 Warning
blocks RightCurly '}' at column 13 should be alone on a line. 2924
 Warning
blocks LeftCurly '{' at column 20 should be on a new line. 2924
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 2929
 Warning
modifier RedundantModifier Redundant 'final' modifier. 2939
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 2939
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 2940
 Warning
blocks LeftCurly '{' at column 52 should be on a new line. 2943
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 2944
 Warning
misc FinalParameters Parameter input should be final. 2952
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 2953
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 2954
 Warning
blocks LeftCurly '{' at column 13 should be on a new line. 2956
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2958
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 2958
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2961
 Warning
blocks LeftCurly '{' at column 19 should be on a new line. 2961
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 2962
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2968
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2968
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2970
 Warning
naming MemberName Name 'gtuPos_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2970
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 2972
 Warning
blocks LeftCurly '{' at column 57 should be on a new line. 2973
 Info
sizes LineLength Line is longer than 128 characters (found 133). 2974
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 2979
 Info
sizes LineLength Line is longer than 128 characters (found 282). 2980
 Warning
naming MemberName Name 'gtuPosBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2980
 Warning
javadoc JavadocStyle First sentence should end with a period. 2982
 Warning
javadoc JavadocMethod Expected @return tag. 2985
 Warning
blocks LeftCurly '{' at column 125 should be on a new line. 2985
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2986
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2988
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 2988
 Warning
javadoc JavadocStyle First sentence should end with a period. 2992
 Warning
javadoc JavadocMethod Expected @return tag. 2995
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 2995
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 2996
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 2998
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 2998
 Warning
javadoc JavadocStyle First sentence should end with a period. 3002
 Warning
javadoc JavadocMethod Expected @return tag. 3005
 Warning
misc FinalParameters Parameter index should be final. 3005
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3005
 Warning
blocks LeftCurly '{' at column 114 should be on a new line. 3005
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3006
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3008
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3008
 Warning
javadoc JavadocStyle First sentence should end with a period. 3012
 Warning
javadoc JavadocMethod Expected @return tag. 3015
 Warning
misc FinalParameters Parameter index should be final. 3016
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3016
 Warning
misc FinalParameters Parameter value should be final. 3016
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 3016
 Warning
blocks LeftCurly '{' at column 108 should be on a new line. 3016
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3017
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3018
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3024
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3024
 Warning
javadoc JavadocStyle First sentence should end with a period. 3029
 Warning
javadoc JavadocMethod Expected @return tag. 3032
 Warning
misc FinalParameters Parameter index should be final. 3033
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3033
 Warning
misc FinalParameters Parameter builderForValue should be final. 3033
 Warning
javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3033
 Warning
blocks LeftCurly '{' at column 126 should be on a new line. 3033
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3034
 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 JavadocStyle First sentence should end with a period. 3043
 Warning
javadoc JavadocMethod Expected @return tag. 3046
 Warning
misc FinalParameters Parameter value should be final. 3046
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 3046
 Warning
blocks LeftCurly '{' at column 118 should be on a new line. 3046
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3047
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3048
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3054
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3054
 Warning
javadoc JavadocStyle First sentence should end with a period. 3059
 Warning
javadoc JavadocMethod Expected @return tag. 3062
 Warning
misc FinalParameters Parameter index should be final. 3063
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3063
 Warning
misc FinalParameters Parameter value should be final. 3063
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 3063
 Warning
blocks LeftCurly '{' at column 108 should be on a new line. 3063
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3064
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3065
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3071
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3071
 Warning
javadoc JavadocStyle First sentence should end with a period. 3076
 Warning
javadoc JavadocMethod Expected @return tag. 3079
 Warning
misc FinalParameters Parameter builderForValue should be final. 3080
 Warning
javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3080
 Warning
blocks LeftCurly '{' at column 115 should be on a new line. 3080
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3081
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3085
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3085
 Warning
javadoc JavadocStyle First sentence should end with a period. 3090
 Warning
javadoc JavadocMethod Expected @return tag. 3093
 Warning
misc FinalParameters Parameter index should be final. 3094
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3094
 Warning
misc FinalParameters Parameter builderForValue should be final. 3094
 Warning
javadoc JavadocMethod Expected @param tag for 'builderForValue'. 3094
 Warning
blocks LeftCurly '{' at column 126 should be on a new line. 3094
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3095
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3099
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3099
 Warning
javadoc JavadocStyle First sentence should end with a period. 3104
 Warning
javadoc JavadocMethod Expected @return tag. 3107
 Warning
misc FinalParameters Parameter values should be final. 3108
 Warning
javadoc JavadocMethod Expected @param tag for 'values'. 3108
 Warning
blocks LeftCurly '{' at column 128 should be on a new line. 3108
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3109
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3114
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3114
 Warning
javadoc JavadocStyle First sentence should end with a period. 3119
 Warning
javadoc JavadocMethod Expected @return tag. 3122
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3122
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3123
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3127
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3127
 Warning
javadoc JavadocStyle First sentence should end with a period. 3132
 Warning
javadoc JavadocMethod Expected @return tag. 3135
 Warning
misc FinalParameters Parameter index should be final. 3135
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3135
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 3135
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3136
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3140
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3140
 Warning
javadoc JavadocStyle First sentence should end with a period. 3145
 Warning
javadoc JavadocMethod Expected @return tag. 3148
 Warning
misc FinalParameters Parameter index should be final. 3149
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3149
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3149
 Warning
javadoc JavadocStyle First sentence should end with a period. 3152
 Warning
javadoc JavadocMethod Expected @return tag. 3155
 Warning
misc FinalParameters Parameter index should be final. 3156
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3156
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3156
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3157
 Warning
blocks RightCurly '}' at column 39 should be alone on a line. 3158
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 3158
 Warning
javadoc JavadocStyle First sentence should end with a period. 3162
 Warning
javadoc JavadocMethod Expected @return tag. 3165
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3166
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3167
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3169
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3169
 Warning
javadoc JavadocStyle First sentence should end with a period. 3173
 Warning
javadoc JavadocMethod Expected @return tag. 3176
 Warning
blocks LeftCurly '{' at column 120 should be on a new line. 3176
 Warning
javadoc JavadocStyle First sentence should end with a period. 3180
 Warning
javadoc JavadocMethod Expected @return tag. 3183
 Warning
misc FinalParameters Parameter index should be final. 3184
 Warning
javadoc JavadocMethod Expected @param tag for 'index'. 3184
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3184
 Warning
javadoc JavadocStyle First sentence should end with a period. 3188
 Warning
javadoc JavadocMethod Expected @return tag. 3191
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 3192
 Info
sizes LineLength Line is longer than 128 characters (found 267). 3196
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 3197
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3198
 Info
sizes LineLength Line is longer than 128 characters (found 271). 3200
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3210
 Warning
naming MemberName Name 'status_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3210
 Warning
javadoc JavadocStyle First sentence should end with a period. 3211
 Warning
javadoc JavadocMethod Expected @return tag. 3214
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3214
 Warning
javadoc JavadocStyle First sentence should end with a period. 3217
 Warning
javadoc JavadocMethod Expected @return tag. 3220
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 3220
 Warning
blocks LeftCurly '{' at column 49 should be on a new line. 3222
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 3226
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3230
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3230
 Warning
javadoc JavadocStyle First sentence should end with a period. 3234
 Warning
javadoc JavadocMethod Expected @return tag. 3237
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 3238
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3240
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3246
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3246
 Warning
javadoc JavadocStyle First sentence should end with a period. 3250
 Warning
javadoc JavadocMethod Expected @return tag. 3253
 Warning
misc FinalParameters Parameter value should be final. 3254
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 3254
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 3254
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 3255
 Warning
javadoc JavadocStyle First sentence should end with a period. 3263
 Warning
javadoc JavadocMethod Expected @return tag. 3266
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3266
 Warning
javadoc JavadocStyle First sentence should end with a period. 3272
 Warning
javadoc JavadocMethod Expected @return tag. 3275
 Warning
misc FinalParameters Parameter value should be final. 3276
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 3276
 Warning
blocks LeftCurly '{' at column 49 should be on a new line. 3276
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 3277
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3285
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 3286
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3290
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 3291
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3300
 Warning
blocks LeftCurly '{' at column 12 should be on a new line. 3301
 Warning
blocks LeftCurly '{' at column 107 should be on a new line. 3305
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3309
 Warning
blocks LeftCurly '{' at column 73 should be on a new line. 3310
 Warning
misc FinalParameters Parameter input should be final. 3312
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3313
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 3314
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 3319
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 3324
 Warning
blocks LeftCurly '{' at column 107 should be on a new line. 3328
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 3336
 Warning
javadoc JavadocStyle First sentence should end with a period. 3338
 Warning
javadoc JavadocMethod Expected @return tag. 3341
 Warning
javadoc JavadocStyle First sentence should end with a period. 3342
 Warning
javadoc JavadocMethod Expected @return tag. 3345
 Warning
javadoc JavadocStyle First sentence should end with a period. 3346
 Warning
javadoc JavadocMethod Expected @return tag. 3349
 Warning
javadoc JavadocStyle First sentence should end with a period. 3351
 Warning
javadoc JavadocMethod Expected @return tag. 3354
 Warning
javadoc JavadocStyle First sentence should end with a period. 3355
 Warning
javadoc JavadocMethod Expected @return tag. 3358
 Warning
javadoc JavadocStyle First sentence should end with a period. 3359
 Warning
javadoc JavadocMethod Expected @return tag. 3362
 Warning
javadoc JavadocStyle First sentence should end with a period. 3364
 Warning
javadoc JavadocMethod Expected @return tag. 3367
 Warning
javadoc JavadocStyle First sentence should end with a period. 3368
 Warning
javadoc JavadocMethod Expected @return tag. 3371
 Warning
javadoc JavadocStyle First sentence should end with a period. 3372
 Warning
javadoc JavadocMethod Expected @return tag. 3375
 Warning
modifier RedundantModifier Redundant 'public' modifier. 3377
 Warning
javadoc JavadocStyle First sentence should end with a period. 3379
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 3385
 Warning
misc FinalParameters Parameter builder should be final. 3388
 Warning
blocks LeftCurly '{' at column 83 should be on a new line. 3388
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3391
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3395
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 3396
 Warning
misc FinalParameters Parameter input should be final. 3400
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3401
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3402
 Warning
naming LocalVariableName Name 'mutable_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3404
 Warning
blocks LeftCurly '{' at column 11 should be on a new line. 3407
 Warning
blocks LeftCurly '{' at column 23 should be on a new line. 3409
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 3411
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3415
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 3417
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3422
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3424
 Info
sizes LineLength Line is longer than 128 characters (found 134). 3428
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 3429
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3436
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3438
 Info
sizes LineLength Line is longer than 128 characters (found 131). 3442
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 3443
 Warning
blocks LeftCurly '{' at column 22 should be on a new line. 3450
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3452
 Info
sizes LineLength Line is longer than 128 characters (found 130). 3456
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 3457
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 3466
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 3466
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 3468
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 3468
 Warning
blocks RightCurly '}' at column 7 should be alone on a line. 3471
 Warning
blocks LeftCurly '{' at column 17 should be on a new line. 3471
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3476
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 3477
 Info
sizes LineLength Line is longer than 128 characters (found 137). 3478
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 3482
 Info
sizes LineLength Line is longer than 128 characters (found 144). 3483
 Info
sizes LineLength Line is longer than 128 characters (found 166). 3485
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3488
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3488
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3489
 Warning
naming MemberName Name 'msgCase_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3489
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3490
 Warning
naming MemberName Name 'msg_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3490
 Warning
blocks LeftCurly '{' at column 58 should be on a new line. 3492
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3493
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3494
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3495
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3496
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3497
 Warning
modifier RedundantModifier Redundant 'private' modifier. 3498
 Warning
misc FinalParameters Parameter value should be final. 3498
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3498
 Warning
javadoc JavadocMethod Expected @return tag. 3504
 Warning
misc FinalParameters Parameter value should be final. 3505
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 3505
 Warning
blocks LeftCurly '{' at column 48 should be on a new line. 3505
 Warning
misc FinalParameters Parameter value should be final. 3509
 Warning
blocks LeftCurly '{' at column 50 should be on a new line. 3509
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 3510
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3518
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 3524
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3529
 Warning
javadoc JavadocStyle First sentence should end with a period. 3530
 Warning
javadoc JavadocMethod Expected @return tag. 3533
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 3533
 Warning
javadoc JavadocStyle First sentence should end with a period. 3536
 Warning
javadoc JavadocMethod Expected @return tag. 3539
 Warning
blocks LeftCurly '{' at column 105 should be on a new line. 3539
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3540
 Warning
javadoc JavadocStyle First sentence should end with a period. 3545
 Warning
javadoc JavadocMethod Expected @return tag. 3548
 Warning
blocks LeftCurly '{' at column 123 should be on a new line. 3548
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3549
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3555
 Warning
javadoc JavadocStyle First sentence should end with a period. 3556
 Warning
javadoc JavadocMethod Expected @return tag. 3559
 Warning
blocks LeftCurly '{' at column 39 should be on a new line. 3559
 Warning
javadoc JavadocStyle First sentence should end with a period. 3562
 Warning
javadoc JavadocMethod Expected @return tag. 3565
 Warning
blocks LeftCurly '{' at column 99 should be on a new line. 3565
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3566
 Warning
javadoc JavadocStyle First sentence should end with a period. 3571
 Warning
javadoc JavadocMethod Expected @return tag. 3574
 Warning
blocks LeftCurly '{' at column 117 should be on a new line. 3574
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3575
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3581
 Warning
javadoc JavadocStyle First sentence should end with a period. 3582
 Warning
javadoc JavadocMethod Expected @return tag. 3585
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 3585
 Warning
javadoc JavadocStyle First sentence should end with a period. 3588
 Warning
javadoc JavadocMethod Expected @return tag. 3591
 Warning
blocks LeftCurly '{' at column 97 should be on a new line. 3591
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3592
 Warning
javadoc JavadocStyle First sentence should end with a period. 3597
 Warning
javadoc JavadocMethod Expected @return tag. 3600
 Warning
blocks LeftCurly '{' at column 115 should be on a new line. 3600
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3601
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 3607
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3608
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 3608
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 3610
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 3611
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3613
 Warning
blocks LeftCurly '{' at column 53 should be on a new line. 3614
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 3619
 Warning
blocks LeftCurly '{' at column 50 should be on a new line. 3620
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3625
 Warning
blocks LeftCurly '{' at column 49 should be on a new line. 3626
 Warning
misc FinalParameters Parameter output should be final. 3635
 Warning
blocks LeftCurly '{' at column 52 should be on a new line. 3636
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3637
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3640
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3643
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3649
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 3651
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3654
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3658
 Warning
blocks LeftCurly '{' at column 26 should be on a new line. 3662
 Warning
blocks LeftCurly '{' at column 55 should be on a new line. 3672
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 3673
 Warning
blocks LeftCurly '{' at column 95 should be on a new line. 3676
 Info
sizes LineLength Line is longer than 128 characters (found 150). 3679
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 3684
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 3685
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 3706
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3707
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 3712
 Warning
misc FinalParameters Parameter data should be final. 3734
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3735
 Warning
misc FinalParameters Parameter data should be final. 3739
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3740
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3741
 Warning
misc FinalParameters Parameter data should be final. 3745
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3746
 Warning
misc FinalParameters Parameter data should be final. 3750
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3751
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3752
 Warning
misc FinalParameters Parameter data should be final. 3755
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3756
 Warning
misc FinalParameters Parameter data should be final. 3760
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3761
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3762
 Warning
misc FinalParameters Parameter input should be final. 3765
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3766
 Warning
misc FinalParameters Parameter input should be final. 3771
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3772
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3773
 Warning
misc FinalParameters Parameter input should be final. 3777
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3778
 Warning
misc FinalParameters Parameter input should be final. 3783
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3784
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3785
 Warning
misc FinalParameters Parameter input should be final. 3790
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3791
 Warning
misc FinalParameters Parameter input should be final. 3796
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3797
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3798
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 3803
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 3804
 Warning
misc FinalParameters Parameter prototype should be final. 3807
 Warning
blocks LeftCurly '{' at column 114 should be on a new line. 3807
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 3810
 Warning
misc FinalParameters Parameter parent should be final. 3817
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 3817
 Warning
javadoc JavadocStyle First sentence should end with a period. 3821
 Warning
blocks LeftCurly '{' at column 83 should be on a new line. 3827
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3828
 Warning
blocks LeftCurly '{' at column 27 should be on a new line. 3829
 Info
sizes LineLength Line is longer than 128 characters (found 139). 3830
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 3834
 Info
sizes LineLength Line is longer than 128 characters (found 146). 3835
 Info
sizes LineLength Line is longer than 128 characters (found 168). 3837
 Warning
blocks LeftCurly '{' at column 25 should be on a new line. 3841
 Warning
misc FinalParameters Parameter parent should be final. 3846
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 3846
 Warning
blocks LeftCurly '{' at column 54 should be on a new line. 3850
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 3852
 Warning
blocks EmptyBlock Must have at least one statement. 3852
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3855
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3863
 Info
sizes LineLength Line is longer than 128 characters (found 139). 3864
 Warning
blocks LeftCurly '{' at column 107 should be on a new line. 3867
 Warning
blocks LeftCurly '{' at column 87 should be on a new line. 3871
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 3873
 Warning
blocks LeftCurly '{' at column 94 should be on a new line. 3879
 Info
sizes LineLength Line is longer than 128 characters (found 157). 3880
 Warning
naming LocalVariableName Name 'from_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3881
 Warning
naming LocalVariableName Name 'to_bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3882
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 3883
 Warning
blocks LeftCurly '{' at column 49 should be on a new line. 3884
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 3886
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 3886
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 3890
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 3891
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 3893
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 3893
 Warning
blocks LeftCurly '{' at column 28 should be on a new line. 3897
 Warning
blocks LeftCurly '{' at column 45 should be on a new line. 3898
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 3900
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 3900
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3910
 Warning
misc FinalParameters Parameter field should be final. 3914
 Warning
misc FinalParameters Parameter value should be final. 3915
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 3915
 Warning
misc FinalParameters Parameter field should be final. 3919
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 3919
 Warning
misc FinalParameters Parameter oneof should be final. 3923
 Warning
blocks LeftCurly '{' at column 66 should be on a new line. 3923
 Warning
misc FinalParameters Parameter field should be final. 3927
 Warning
misc FinalParameters Parameter index should be final. 3928
 Warning
misc FinalParameters Parameter value should be final. 3928
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 3928
 Warning
misc FinalParameters Parameter field should be final. 3932
 Warning
misc FinalParameters Parameter value should be final. 3933
 Warning
blocks LeftCurly '{' at column 35 should be on a new line. 3933
 Warning
misc FinalParameters Parameter other should be final. 3936
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 3936
 Warning
blocks LeftCurly '{' at column 96 should be on a new line. 3937
 Warning
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3938
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3939
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 3939
 Warning
misc FinalParameters Parameter other should be final. 3945
 Warning
blocks LeftCurly '{' at column 104 should be on a new line. 3945
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 3946
 Warning
coding MissingSwitchDefault switch without "default" clause. 3947
 Warning
blocks LeftCurly '{' at column 37 should be on a new line. 3947
 Warning
blocks LeftCurly '{' at column 34 should be on a new line. 3948
 Warning
blocks LeftCurly '{' at column 31 should be on a new line. 3952
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 3956
 Warning
blocks LeftCurly '{' at column 29 should be on a new line. 3960
 Warning
modifier RedundantModifier Redundant 'final' modifier. 3969
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 3969
 Warning
blocks LeftCurly '{' at column 36 should be on a new line. 3970
 Warning
blocks LeftCurly '{' at column 55 should be on a new line. 3971
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 3975
 Warning
blocks LeftCurly '{' at column 52 should be on a new line. 3976
 Warning
blocks LeftCurly '{' at column 32 should be on a new line. 3980
 Warning
blocks LeftCurly '{' at column 51 should be on a new line. 3981
 Warning
misc FinalParameters Parameter input should be final. 3989
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 3990
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 3991
 Warning
blocks LeftCurly '{' at column 13 should be on a new line. 3993
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3995
 Warning
blocks LeftCurly '{' at column 72 should be on a new line. 3995
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 3998
 Warning
blocks LeftCurly '{' at column 19 should be on a new line. 3998
 Warning
blocks LeftCurly '{' at column 38 should be on a new line. 3999
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4005
 Warning
naming MemberName Name 'msgCase_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4005
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4006
 Warning
naming MemberName Name 'msg_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4006
 Warning
blocks LeftCurly '{' at column 24 should be on a new line. 4008
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 4013
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4020
 Warning
naming MemberName Name 'bitField0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4020
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4022
 Info
sizes LineLength Line is longer than 128 characters (found 268). 4023
 Warning
naming MemberName Name 'createSimulationBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4023
 Warning
javadoc JavadocStyle First sentence should end with a period. 4024
 Warning
javadoc JavadocMethod Expected @return tag. 4027
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4027
 Warning
javadoc JavadocStyle First sentence should end with a period. 4030
 Warning
javadoc JavadocMethod Expected @return tag. 4033
 Warning
blocks LeftCurly '{' at column 107 should be on a new line. 4033
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 4034
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4035
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4039
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4039
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4040
 Warning
javadoc JavadocStyle First sentence should end with a period. 4046
 Warning
javadoc JavadocMethod Expected @return tag. 4049
 Warning
misc FinalParameters Parameter value should be final. 4049
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 4049
 Warning
blocks LeftCurly '{' at column 120 should be on a new line. 4049
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 4050
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4051
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4056
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4056
 Warning
javadoc JavadocStyle First sentence should end with a period. 4062
 Warning
javadoc JavadocMethod Expected @return tag. 4065
 Warning
misc FinalParameters Parameter builderForValue should be final. 4066
 Warning
javadoc JavadocMethod Expected @param tag for 'builderForValue'. 4066
 Warning
blocks LeftCurly '{' at column 107 should be on a new line. 4066
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 4067
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4070
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4070
 Warning
javadoc JavadocStyle First sentence should end with a period. 4076
 Warning
javadoc JavadocMethod Expected @return tag. 4079
 Warning
misc FinalParameters Parameter value should be final. 4079
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 4079
 Warning
blocks LeftCurly '{' at column 122 should be on a new line. 4079
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 4080
 Warning
whitespace OperatorWrap '&&' should be on a new line. 4081
 Warning
blocks LeftCurly '{' at column 116 should be on a new line. 4082
 Info
sizes LineLength Line is longer than 128 characters (found 179). 4083
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 4085
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 4085
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4089
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4089
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4090
 Warning
javadoc JavadocStyle First sentence should end with a period. 4098
 Warning
javadoc JavadocMethod Expected @return tag. 4101
 Warning
blocks LeftCurly '{' at column 46 should be on a new line. 4101
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 4102
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4103
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4108
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4108
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4109
 Warning
javadoc JavadocStyle First sentence should end with a period. 4117
 Warning
javadoc JavadocMethod Expected @return tag. 4120
 Warning
blocks LeftCurly '{' at column 122 should be on a new line. 4120
 Warning
javadoc JavadocStyle First sentence should end with a period. 4123
 Warning
javadoc JavadocMethod Expected @return tag. 4126
 Warning
blocks LeftCurly '{' at column 125 should be on a new line. 4126
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 4127
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4129
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4129
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4130
 Warning
javadoc JavadocStyle First sentence should end with a period. 4136
 Warning
javadoc JavadocMethod Expected @return tag. 4139
 Info
sizes LineLength Line is longer than 128 characters (found 243). 4140
 Warning
blocks LeftCurly '{' at column 45 should be on a new line. 4141
 Warning
blocks LeftCurly '{' at column 47 should be on a new line. 4142
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 4143
 Info
sizes LineLength Line is longer than 128 characters (found 247). 4147
 Warning
coding EmptyStatement Empty statement. 4154
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4158
 Info
sizes LineLength Line is longer than 128 characters (found 256). 4159
 Warning
naming MemberName Name 'simulateUntilBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4159
 Warning
javadoc JavadocStyle First sentence should end with a period. 4160
 Warning
javadoc JavadocMethod Expected @return tag. 4163
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 4163
 Warning
javadoc JavadocStyle First sentence should end with a period. 4166
 Warning
javadoc JavadocMethod Expected @return tag. 4169
 Warning
blocks LeftCurly '{' at column 101 should be on a new line. 4169
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4170
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4171
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4175
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4175
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4176
 Warning
javadoc JavadocStyle First sentence should end with a period. 4182
 Warning
javadoc JavadocMethod Expected @return tag. 4185
 Warning
misc FinalParameters Parameter value should be final. 4185
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 4185
 Warning
blocks LeftCurly '{' at column 114 should be on a new line. 4185
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4186
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4187
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4192
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4192
 Warning
javadoc JavadocStyle First sentence should end with a period. 4198
 Warning
javadoc JavadocMethod Expected @return tag. 4201
 Warning
misc FinalParameters Parameter builderForValue should be final. 4202
 Warning
javadoc JavadocMethod Expected @param tag for 'builderForValue'. 4202
 Warning
blocks LeftCurly '{' at column 104 should be on a new line. 4202
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4203
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4206
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4206
 Warning
javadoc JavadocStyle First sentence should end with a period. 4212
 Warning
javadoc JavadocMethod Expected @return tag. 4215
 Warning
misc FinalParameters Parameter value should be final. 4215
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 4215
 Warning
blocks LeftCurly '{' at column 116 should be on a new line. 4215
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4216
 Warning
whitespace OperatorWrap '&&' should be on a new line. 4217
 Warning
blocks LeftCurly '{' at column 113 should be on a new line. 4218
 Info
sizes LineLength Line is longer than 128 characters (found 173). 4219
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 4221
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 4221
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4225
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4225
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4226
 Warning
javadoc JavadocStyle First sentence should end with a period. 4234
 Warning
javadoc JavadocMethod Expected @return tag. 4237
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4237
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4238
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4239
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4244
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4244
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4245
 Warning
javadoc JavadocStyle First sentence should end with a period. 4253
 Warning
javadoc JavadocMethod Expected @return tag. 4256
 Warning
blocks LeftCurly '{' at column 116 should be on a new line. 4256
 Warning
javadoc JavadocStyle First sentence should end with a period. 4259
 Warning
javadoc JavadocMethod Expected @return tag. 4262
 Warning
blocks LeftCurly '{' at column 119 should be on a new line. 4262
 Warning
blocks LeftCurly '{' at column 65 should be on a new line. 4263
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4265
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4265
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4266
 Warning
javadoc JavadocStyle First sentence should end with a period. 4272
 Warning
javadoc JavadocMethod Expected @return tag. 4275
 Info
sizes LineLength Line is longer than 128 characters (found 234). 4276
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 4277
 Warning
blocks LeftCurly '{' at column 44 should be on a new line. 4278
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 4279
 Info
sizes LineLength Line is longer than 128 characters (found 238). 4283
 Warning
coding EmptyStatement Empty statement. 4290
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4294
 Info
sizes LineLength Line is longer than 128 characters (found 252). 4295
 Warning
naming MemberName Name 'gtuPositionsBuilder_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4295
 Warning
javadoc JavadocStyle First sentence should end with a period. 4296
 Warning
javadoc JavadocMethod Expected @return tag. 4299
 Warning
blocks LeftCurly '{' at column 40 should be on a new line. 4299
 Warning
javadoc JavadocStyle First sentence should end with a period. 4302
 Warning
javadoc JavadocMethod Expected @return tag. 4305
 Warning
blocks LeftCurly '{' at column 99 should be on a new line. 4305
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4306
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4307
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4311
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4311
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4312
 Warning
javadoc JavadocStyle First sentence should end with a period. 4318
 Warning
javadoc JavadocMethod Expected @return tag. 4321
 Warning
misc FinalParameters Parameter value should be final. 4321
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 4321
 Warning
blocks LeftCurly '{' at column 112 should be on a new line. 4321
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4322
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4323
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4328
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4328
 Warning
javadoc JavadocStyle First sentence should end with a period. 4334
 Warning
javadoc JavadocMethod Expected @return tag. 4337
 Warning
misc FinalParameters Parameter builderForValue should be final. 4338
 Warning
javadoc JavadocMethod Expected @param tag for 'builderForValue'. 4338
 Warning
blocks LeftCurly '{' at column 103 should be on a new line. 4338
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4339
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4342
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4342
 Warning
javadoc JavadocStyle First sentence should end with a period. 4348
 Warning
javadoc JavadocMethod Expected @return tag. 4351
 Warning
misc FinalParameters Parameter value should be final. 4351
 Warning
javadoc JavadocMethod Expected @param tag for 'value'. 4351
 Warning
blocks LeftCurly '{' at column 114 should be on a new line. 4351
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4352
 Warning
whitespace OperatorWrap '&&' should be on a new line. 4353
 Warning
blocks LeftCurly '{' at column 112 should be on a new line. 4354
 Info
sizes LineLength Line is longer than 128 characters (found 171). 4355
 Warning
blocks RightCurly '}' at column 11 should be alone on a line. 4357
 Warning
blocks LeftCurly '{' at column 18 should be on a new line. 4357
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4361
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4361
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4362
 Warning
javadoc JavadocStyle First sentence should end with a period. 4370
 Warning
javadoc JavadocMethod Expected @return tag. 4373
 Warning
blocks LeftCurly '{' at column 42 should be on a new line. 4373
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4374
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4375
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4380
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4380
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4381
 Warning
javadoc JavadocStyle First sentence should end with a period. 4389
 Warning
javadoc JavadocMethod Expected @return tag. 4392
 Warning
blocks LeftCurly '{' at column 114 should be on a new line. 4392
 Warning
javadoc JavadocStyle First sentence should end with a period. 4395
 Warning
javadoc JavadocMethod Expected @return tag. 4398
 Warning
blocks LeftCurly '{' at column 117 should be on a new line. 4398
 Warning
blocks LeftCurly '{' at column 64 should be on a new line. 4399
 Warning
blocks RightCurly '}' at column 9 should be alone on a line. 4401
 Warning
blocks LeftCurly '{' at column 16 should be on a new line. 4401
 Warning
blocks LeftCurly '{' at column 30 should be on a new line. 4402
 Warning
javadoc JavadocStyle First sentence should end with a period. 4408
 Warning
javadoc JavadocMethod Expected @return tag. 4411
 Info
sizes LineLength Line is longer than 128 characters (found 231). 4412
 Warning
blocks LeftCurly '{' at column 41 should be on a new line. 4413
 Warning
blocks LeftCurly '{' at column 43 should be on a new line. 4414
 Warning
blocks LeftCurly '{' at column 33 should be on a new line. 4415
 Info
sizes LineLength Line is longer than 128 characters (found 235). 4419
 Warning
coding EmptyStatement Empty statement. 4426
 Warning
modifier RedundantModifier Redundant 'final' modifier. 4429
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 4430
 Warning
modifier RedundantModifier Redundant 'final' modifier. 4434
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 4435
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4444
 Warning
blocks LeftCurly '{' at column 12 should be on a new line. 4445
 Warning
blocks LeftCurly '{' at column 105 should be on a new line. 4449
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4453
 Warning
blocks LeftCurly '{' at column 71 should be on a new line. 4454
 Warning
misc FinalParameters Parameter input should be final. 4456
 Warning
misc FinalParameters Parameter extensionRegistry should be final. 4457
 Warning
blocks LeftCurly '{' at column 69 should be on a new line. 4458
 Warning
blocks LeftCurly '{' at column 67 should be on a new line. 4463
 Warning
blocks LeftCurly '{' at column 70 should be on a new line. 4468
 Warning
blocks LeftCurly '{' at column 105 should be on a new line. 4472
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4478
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_CreateSimulation_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4479
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4480
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_CreateSimulation_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4482
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4483
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_SimulateUntil_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4484
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4485
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_SimulateUntil_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4487
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4488
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4489
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4490
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4492
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4493
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_GTUPosition_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4494
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4495
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_GTUPositions_GTUPosition_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4497
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4498
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_OTSMessage_descriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4499
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4500
 Warning
naming ConstantName Name 'internal_static_org_opentrafficsim_aimsun_proto_OTSMessage_fieldAccessorTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 4502
 Warning
blocks LeftCurly '{' at column 23 should be on a new line. 4505
 Warning
javadoc JavadocVariable Missing a Javadoc comment. 4508
 Warning
blocks LeftCurly '{' at column 10 should be on a new line. 4510
 Warning
whitespace OperatorWrap '+' should be on a new line. 4512
 Warning
whitespace OperatorWrap '+' should be on a new line. 4513
 Warning
whitespace OperatorWrap '+' should be on a new line. 4514
 Warning
whitespace OperatorWrap '+' should be on a new line. 4515
 Warning
whitespace OperatorWrap '+' should be on a new line. 4516
 Warning
whitespace OperatorWrap '+' should be on a new line. 4517
 Warning
whitespace OperatorWrap '+' should be on a new line. 4518
 Warning
whitespace OperatorWrap '+' should be on a new line. 4519
 Warning
whitespace OperatorWrap '+' should be on a new line. 4520
 Warning
whitespace OperatorWrap '+' should be on a new line. 4522
 Warning
whitespace OperatorWrap '+' should be on a new line. 4523
 Warning
whitespace OperatorWrap '+' should be on a new line. 4524
 Warning
whitespace OperatorWrap '+' should be on a new line. 4525
 Warning
whitespace OperatorWrap '+' should be on a new line. 4526
 Warning
whitespace OperatorWrap '+' should be on a new line. 4527
 Warning
whitespace NoWhitespaceAfter '.' is followed by whitespace. 4531
 Warning
blocks LeftCurly '{' at column 93 should be on a new line. 4531
 Warning
misc FinalParameters Parameter root should be final. 4533
 Warning
blocks LeftCurly '{' at column 68 should be on a new line. 4533