Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
38 0 0 4192

Rules

Rules Violations Severity
PackageHtml 2 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
Header
  • headerFile : "LICENSE-header.txt"
34 error Error
LeftCurly
  • option : "eol"
782 error Error
RightCurly
  • option : "alone"
59 error Error
LineLength
  • max : "132"
0 error Error
MethodLength
  • max : "175"
4 error Error
ConstantName
  • format : "log|^[a-zA-Z][a-zA-Z0-9_]*$"
0 error Error
JavadocMethod 183 error Error
JavadocType 1 error Error
JavadocVariable 149 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 5 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 8 error Error
TypeName 0 error Error
MemberName 134 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 1 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter 1 error Error
NoWhitespaceBefore 1 error Error
OperatorWrap 32 error Error
TabCharacter 1306 error Error
WhitespaceAfter 108 error Error
WhitespaceAround 499 error Error
ModifierOrder 15 error Error
RedundantModifier 17 error Error
AvoidNestedBlocks 8 error Error
EmptyBlock 5 error Error
NeedBraces 0 error Error
AvoidInlineConditionals 13 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 11 error Error
EqualsHashCode 1 error Error
HiddenField 1 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 581 error Error
MissingSwitchDefault 2 error Error
RedundantThrows
  • allowSubclasses : "true"
  • allowUnchecked : "true"
0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
DesignForExtension 0  Ignore
FinalClass 2 error Error
HideUtilityClassConstructor 2 error Error
InterfaceIsType 2 error Error
VisibilityModifier 6 error Error
ArrayTypeStyle 3 error Error
FinalParameters 0  Ignore
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
207 error Error
TodoComment 4 error Error
UpperEll 3 error Error

Files

Files info warning error
org/apache/commons/compress/archivers/zip/ZipEntry.java 0 0 86
org/apache/commons/compress/compressors/bzip2/BZip2OutputStream.java 0 0 773
org/apache/commons/compress/package.html 0 0 1
org/apache/commons/compress/compressors/bzip2/CRC.java 0 0 274
org/apache/commons/compress/archivers/zip/UnixStat.java 0 0 3
org/apache/commons/compress/compressors/bzip2/BZip2InputStream.java 0 0 417
org/apache/commons/compress/Archive.java 0 0 97
org/apache/commons/compress/archivers/tar/TarUtils.java 0 0 54
org/apache/commons/compress/archivers/zip/AsiExtraField.java 0 0 57
org/apache/commons/compress/archivers/tar/TarBuffer.java 0 0 141
org/apache/commons/compress/CompressorFactory.java 0 0 217
org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java 0 0 126
org/apache/commons/compress/Compressor.java 0 0 127
org/apache/commons/compress/ArchiveEntry.java 0 0 51
org/apache/commons/compress/AbstractCompressor.java 0 0 164
org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java 0 0 52
org/apache/commons/compress/archivers/zip/ZipArchive.java 0 0 167
org/apache/commons/compress/archivers/zip/ZipShort.java 0 0 22
org/apache/commons/compress/archivers/zip/ZipOutputStream.java 0 0 121
org/apache/commons/compress/ArchiverFactory.java 0 0 169
org/apache/commons/compress/CompressException.java 0 0 36
org/apache/commons/compress/compressors/bzip2/BZip2Constants.java 0 0 15
org/apache/commons/compress/archivers/tar/TarArchive.java 0 0 189
org/apache/commons/compress/CompressUtils.java 0 0 39
org/apache/commons/compress/AbstractArchive.java 0 0 147
org/apache/commons/compress/archivers/tar/package.html 0 0 1
org/apache/commons/compress/archivers/tar/TarInputStream.java 0 0 112
org/apache/commons/compress/archivers/zip/ZipExtraField.java 0 0 2
org/apache/commons/compress/archivers/tar/TarOutputStream.java 0 0 77
org/apache/commons/compress/archivers/tar/TarEntry.java 0 0 135
org/apache/commons/compress/ArchiveException.java 0 0 36
org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.java 0 0 18
org/apache/commons/compress/archivers/zip/ZipLong.java 0 0 38
org/apache/commons/compress/UnpackException.java 0 0 36
org/apache/commons/compress/PackableObject.java 0 0 156
org/apache/commons/compress/PackableObjectException.java 0 0 36

Details

org/apache/commons/compress/archivers/zip/ZipEntry.java

Violation Message Line
error Line does not match expected header line of ' * http://www.apache.org/licenses/LICENSE-2.0'. 10
error '{' should be on the previous line. 35
error Name 'c_setCompressedSizeMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
error Name 'c_triedToGetMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
error Missing a Javadoc comment. 57
error Name 'm_extraFields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
error Missing a Javadoc comment. 59
error Name 'm_internalAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
error Missing a Javadoc comment. 60
error Name 'm_externalAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
error Name 'm_compressedSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
error '{' should be on the previous line. 76
error '{' should be on the previous line. 89
error 'if' is not followed by whitespace. 101
error '{' should be on the previous line. 102
error 'if' is not followed by whitespace. 107
error '{' should be on the previous line. 108
error 'if' is not followed by whitespace. 113
error '{' should be on the previous line. 114
error 'if' is not followed by whitespace. 119
error '{' should be on the previous line. 120
error '{' should be on the previous line. 124
error '{' should be on the previous line. 139
error 'cast' is not followed by whitespace. 140
error '{' should be on the previous line. 152
error 'if' is not followed by whitespace. 153
error '{' should be on the previous line. 154
error 'synchronized' is not followed by whitespace. 155
error '{' should be on the previous line. 156
error '{' should be on the previous line. 159
error 'catch' is not followed by whitespace. 164
error '{' should be on the previous line. 165
error Must have at least one statement. 165
error '{' should be on the previous line. 178
error '{' should be on the previous line. 192
error '{' should be on the previous line. 195
error 'catch' is not followed by whitespace. 198
error '{' should be on the previous line. 199
error '+' should be on a new line. 201
error 'catch' is not followed by whitespace. 205
error '{' should be on the previous line. 206
error '+' should be on a new line. 207
error '{' should be on the previous line. 223
error 'if' is not followed by whitespace. 224
error '{' should be on the previous line. 225
error '{' should be on the previous line. 229
error '{' should be on the previous line. 241
error '{' should be on the previous line. 254
error '{' should be on the previous line. 256
error 'catch' is not followed by whitespace. 259
error '{' should be on the previous line. 260
error '{' should be on the previous line. 272
error 'for' is not followed by whitespace. 274
error '{' should be on the previous line. 275
error '{' should be on the previous line. 288
error '{' should be on the previous line. 299
error '{' should be on the previous line. 310
error 'if' is not followed by whitespace. 311
error '{' should be on the previous line. 312
error '{' should be on the previous line. 326
error '{' should be on the previous line. 337
error 'cast' is not followed by whitespace. 339
error '{' should be on the previous line. 349
error '{' should be on the previous line. 360
error Avoid inline conditionals. 362
error '{' should be on the previous line. 373
error 'for' is not followed by whitespace. 376
error '{' should be on the previous line. 377
error 'cast' is not followed by whitespace. 378
error 'if' is not followed by whitespace. 379
error '{' should be on the previous line. 380
error 'if' is not followed by whitespace. 385
error '{' should be on the previous line. 386
error '{' should be on the previous line. 399
error '{' should be on the previous line. 402
error 'cast' is not followed by whitespace. 403
error 'catch' is not followed by whitespace. 405
error '{' should be on the previous line. 406
error '{' should be on the previous line. 425
error 'for' is not followed by whitespace. 427
error '{' should be on the previous line. 428
error 'if' is not followed by whitespace. 429
error 'cast' is not followed by whitespace. 429
error 'if' is not followed by whitespace. 435
error '{' should be on the previous line. 436
error '{' should be on the previous line. 451

org/apache/commons/compress/compressors/bzip2/BZip2OutputStream.java

Violation Message Line
error File length is 2,039 lines (max allowed is 2,000). 1
error Line does not match expected header line of ' * http://www.apache.org/licenses/LICENSE-2.0'. 10
error Comment matches to-do format 'TODO:'. 30
error '{' should be on the previous line. 37
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 40
error '21' is a magic number. 40
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 42
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 55
error Missing a Javadoc comment. 57
error Name 'm_crc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
error Missing a Javadoc comment. 59
error Name 'm_inUse' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
error '256' is a magic number. 59
error Missing a Javadoc comment. 61
error Name 'm_seqToUnseq' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
error '256' is a magic number. 61
error Missing a Javadoc comment. 62
error Name 'm_unseqToSeq' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
error '256' is a magic number. 62
error Missing a Javadoc comment. 64
error Name 'm_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
error Missing a Javadoc comment. 65
error Name 'm_selectorMtf' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
error Missing a Javadoc comment. 67
error Name 'm_mtfFreq' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
error Missing a Javadoc comment. 69
error Name 'm_currentChar' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
error Missing a Javadoc comment. 70
error Name 'm_runLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
error Missing a Javadoc comment. 72
error Name 'm_closed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
error Missing a Javadoc comment. 80
error Name 'm_incs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
error '4' is a magic number. 82
error '13' is a magic number. 82
error '40' is a magic number. 82
error '121' is a magic number. 82
error '364' is a magic number. 82
error '1093' is a magic number. 82
error '3280' is a magic number. 82
error '9841' is a magic number. 83
error '29524' is a magic number. 83
error '88573' is a magic number. 83
error '265720' is a magic number. 83
error '797161' is a magic number. 84
error '2391484' is a magic number. 84
error Missing a Javadoc comment. 87
error Name 'm_blockRandomised' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
error Missing a Javadoc comment. 93
error Name 'm_blockSize100k' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
error Missing a Javadoc comment. 94
error Name 'm_bsBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
error Missing a Javadoc comment. 95
error Name 'm_bsLive' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
error Missing a Javadoc comment. 101
error Name 'm_last' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
error Missing a Javadoc comment. 106
error Name 'm_origPtr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
error Missing a Javadoc comment. 108
error Name 'm_allowableBlockSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
error Missing a Javadoc comment. 110
error Name 'm_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
error Missing a Javadoc comment. 112
error Name 'm_blockCRC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
error Missing a Javadoc comment. 113
error Name 'm_combinedCRC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
error Missing a Javadoc comment. 115
error Name 'm_bsStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 115
error Missing a Javadoc comment. 116
error Name 'm_firstAttempt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 116
error Missing a Javadoc comment. 117
error Name 'm_ftab' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117
error Missing a Javadoc comment. 118
error Name 'm_nInUse' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118
error Missing a Javadoc comment. 120
error Name 'm_nMTF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
error Missing a Javadoc comment. 121
error Name 'm_quadrant' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121
error Missing a Javadoc comment. 122
error Name 'm_szptr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
error Missing a Javadoc comment. 123
error Name 'm_workDone' must match pattern '^[a-z][a-zA-Z0-9]*$'. 123
error Missing a Javadoc comment. 130
error Name 'm_workFactor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
error Missing a Javadoc comment. 131
error Name 'm_workLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 131
error Missing a Javadoc comment. 132
error Name 'm_zptr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132
error Missing a Javadoc comment. 134
error '{' should be on the previous line. 136
error '9' is a magic number. 137
error Missing a Javadoc comment. 140
error '{' should be on the previous line. 142
error '50' is a magic number. 144
error 'if' is not followed by whitespace. 147
error '9' is a magic number. 147
error '{' should be on the previous line. 148
error '9' is a magic number. 149
error 'if' is not followed by whitespace. 151
error '{' should be on the previous line. 152
error Method length is 201 lines (max allowed is 175). 161
error Missing a Javadoc comment. 161
error '{' should be on the previous line. 163
error 'for' is not followed by whitespace. 205
error '{' should be on the previous line. 206
error Avoid inline conditionals. 207
error '8' is a magic number. 207
error 'while' is not followed by whitespace. 210
error '{' should be on the previous line. 211
error '-2' is a magic number. 217
error 'for' is not followed by whitespace. 219
error '{' should be on the previous line. 220
error Avoid nested blocks. 224
error 'while' is not followed by whitespace. 229
error '{' should be on the previous line. 230
error 'if' is not followed by whitespace. 237
error '{' should be on the previous line. 238
error 'while' is not followed by whitespace. 242
error '{' should be on the previous line. 243
error Avoid nested blocks. 247
error 'while' is not followed by whitespace. 253
error '{' should be on the previous line. 254
error 'if' is not followed by whitespace. 256
error '{' should be on the previous line. 257
error 'if' is not followed by whitespace. 260
error '&&' should be on a new line. 260
error 'if' is not followed by whitespace. 265
error '{' should be on the previous line. 266
error Avoid nested blocks. 277
error 'while' is not followed by whitespace. 283
error '{' should be on the previous line. 284
error 'if' is not followed by whitespace. 286
error '{' should be on the previous line. 287
error 'if' is not followed by whitespace. 290
error '&&' should be on a new line. 290
error 'if' is not followed by whitespace. 295
error '{' should be on the previous line. 296
error Avoid nested blocks. 316
error 'while' is not followed by whitespace. 321
error '{' should be on the previous line. 322
error 'if' is not followed by whitespace. 329
error '{' should be on the previous line. 330
error 'for' is not followed by whitespace. 335
error '{' should be on the previous line. 336
error 'while' is not followed by whitespace. 339
error '{' should be on the previous line. 340
error 'cast' is not followed by whitespace. 344
error 'if' is not followed by whitespace. 345
error '{' should be on the previous line. 346
error 'if' is not followed by whitespace. 351
error '{' should be on the previous line. 352
error 'for' is not followed by whitespace. 356
error '{' should be on the previous line. 357
error '8' is a magic number. 358
error '8' is a magic number. 360
error Missing a Javadoc comment. 365
error '{' should be on the previous line. 366
error Avoid inline conditionals. 370
error Missing a Javadoc comment. 374
error '{' should be on the previous line. 375
error Missing a Javadoc comment. 380
error '{' should be on the previous line. 382
error 'if' is not followed by whitespace. 383
error '{' should be on the previous line. 384
error 'if' is not followed by whitespace. 388
error '{' should be on the previous line. 389
error Missing a Javadoc comment. 400
error '{' should be on the previous line. 402
error Missing a Javadoc comment. 406
error '{' should be on the previous line. 408
error Missing a Javadoc comment. 422
error '{' should be on the previous line. 424
error '256' is a magic number. 425
error '256' is a magic number. 425
error 'if' is not followed by whitespace. 426
error '{' should be on the previous line. 427
error 'if' is not followed by whitespace. 428
error '{' should be on the previous line. 429
error 'if' is not followed by whitespace. 431
error '254' is a magic number. 431
error '{' should be on the previous line. 432
error '{' should be on the previous line. 439
error '{' should be on the previous line. 446
error Missing a Javadoc comment. 452
error '{' should be on the previous line. 453
error '65537' is a magic number. 458
error 'if' is not followed by whitespace. 460
error '{' should be on the previous line. 462
error Must have at least one statement. 462
error Missing a Javadoc comment. 482
error '{' should be on the previous line. 484
error 'while' is not followed by whitespace. 485
error '{' should be on the previous line. 486
error '24' is a magic number. 487
error '{' should be on the previous line. 489
error ';' is not followed by whitespace. 490
error 'catch' is not followed by whitespace. 492
error '{' should be on the previous line. 493
error '8' is a magic number. 496
error '8' is a magic number. 497
error Missing a Javadoc comment. 501
error '{' should be on the previous line. 503
error Missing a Javadoc comment. 507
error '{' should be on the previous line. 509
error '8' is a magic number. 510
error Missing a Javadoc comment. 513
error '{' should be on the previous line. 515
error '8' is a magic number. 516
error '24' is a magic number. 516
error '0xff' is a magic number. 516
error '8' is a magic number. 517
error '16' is a magic number. 517
error '0xff' is a magic number. 517
error '8' is a magic number. 518
error '8' is a magic number. 518
error '0xff' is a magic number. 518
error '8' is a magic number. 519
error '0xff' is a magic number. 519
error Missing a Javadoc comment. 522
error '{' should be on the previous line. 523
error Missing a Javadoc comment. 529
error '{' should be on the previous line. 531
error 'while' is not followed by whitespace. 532
error '8' is a magic number. 532
error '{' should be on the previous line. 533
error '24' is a magic number. 534
error '{' should be on the previous line. 536
error ';' is not followed by whitespace. 537
error 'catch' is not followed by whitespace. 539
error '{' should be on the previous line. 540
error '8' is a magic number. 543
error '8' is a magic number. 544
error '32' is a magic number. 546
error Missing a Javadoc comment. 550
error '{' should be on the previous line. 551
error 'if' is not followed by whitespace. 561
error '{' should be on the previous line. 562
error 'for' is not followed by whitespace. 572
error '{' should be on the previous line. 573
error 'if' is not followed by whitespace. 574
error '{' should be on the previous line. 575
error Empty statement. 580
error 'if' is not followed by whitespace. 582
error '{' should be on the previous line. 583
error Missing a Javadoc comment. 588
error '{' should be on the previous line. 590
error '31' is a magic number. 592
error '0x31' is a magic number. 613
error '0x41' is a magic number. 614
error '0x59' is a magic number. 615
error '0x26' is a magic number. 616
error '0x53' is a magic number. 617
error '0x59' is a magic number. 618
error 'if' is not followed by whitespace. 628
error '{' should be on the previous line. 629
error '{' should be on the previous line. 633
error Missing a Javadoc comment. 643
error '{' should be on the previous line. 645
error '0x17' is a magic number. 653
error '0x72' is a magic number. 654
error '0x45' is a magic number. 655
error '0x38' is a magic number. 656
error '0x50' is a magic number. 657
error '0x90' is a magic number. 658
error Missing a Javadoc comment. 665
error '{' should be on the previous line. 666
error 'if' is not followed by whitespace. 675
error '{' should be on the previous line. 676
error 'if' is not followed by whitespace. 684
error '{' should be on the previous line. 685
error 'if' is not followed by whitespace. 693
error '{' should be on the previous line. 694
error 'if' is not followed by whitespace. 702
error '{' should be on the previous line. 703
error 'if' is not followed by whitespace. 711
error '{' should be on the previous line. 712
error 'if' is not followed by whitespace. 720
error '{' should be on the previous line. 721
error '{' should be on the previous line. 730
error 'if' is not followed by whitespace. 733
error '{' should be on the previous line. 734
error 'if' is not followed by whitespace. 739
error '{' should be on the previous line. 740
error 'if' is not followed by whitespace. 748
error '{' should be on the previous line. 749
error 'if' is not followed by whitespace. 754
error '{' should be on the previous line. 755
error 'if' is not followed by whitespace. 763
error '{' should be on the previous line. 764
error 'if' is not followed by whitespace. 769
error '{' should be on the previous line. 770
error 'if' is not followed by whitespace. 778
error '{' should be on the previous line. 779
error 'if' is not followed by whitespace. 784
error '{' should be on the previous line. 785
error 'if' is not followed by whitespace. 791
error '{' should be on the previous line. 792
error Empty statement. 796
error 'if' is not followed by whitespace. 797
error '{' should be on the previous line. 798
error Empty statement. 802
error '4' is a magic number. 804
error Missing a Javadoc comment. 811
error '{' should be on the previous line. 812
error '256' is a magic number. 813
error Name 'EOB' must match pattern '^[a-z][a-zA-Z0-9]*$'. 820
error 'for' is not followed by whitespace. 825
error '{' should be on the previous line. 826
error 'for' is not followed by whitespace. 832
error '{' should be on the previous line. 833
error 'cast' is not followed by whitespace. 834
error 'for' is not followed by whitespace. 837
error '{' should be on the previous line. 838
error Name 'll_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. 839
error 'while' is not followed by whitespace. 845
error '{' should be on the previous line. 846
error Empty statement. 852
error 'if' is not followed by whitespace. 855
error '{' should be on the previous line. 856
error '{' should be on the previous line. 860
error 'if' is not followed by whitespace. 861
error '{' should be on the previous line. 862
error 'while' is not followed by whitespace. 864
error '{' should be on the previous line. 865
error switch without "default" clause. 866
error '{' should be on the previous line. 867
error 'cast' is not followed by whitespace. 869
error 'cast' is not followed by whitespace. 874
error Empty statement. 879
error 'if' is not followed by whitespace. 880
error '{' should be on the previous line. 881
error Empty statement. 886
error 'cast' is not followed by whitespace. 889
error 'if' is not followed by whitespace. 895
error '{' should be on the previous line. 896
error 'while' is not followed by whitespace. 898
error '{' should be on the previous line. 899
error switch without "default" clause. 900
error '{' should be on the previous line. 901
error 'cast' is not followed by whitespace. 903
error 'cast' is not followed by whitespace. 908
error 'if' is not followed by whitespace. 913
error '{' should be on the previous line. 914
error 'cast' is not followed by whitespace. 921
error Missing a Javadoc comment. 928
error '{' should be on the previous line. 930
error 'for' is not followed by whitespace. 936
error '{' should be on the previous line. 937
error 'for' is not followed by whitespace. 938
error '{' should be on the previous line. 939
error 'if' is not followed by whitespace. 940
error '{' should be on the previous line. 941
error Empty statement. 946
error Missing a Javadoc comment. 951
error '{' should be on the previous line. 952
error 'for' is not followed by whitespace. 958
error '256' is a magic number. 958
error '{' should be on the previous line. 959