Checkstyle Results

The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 0 37

Files

File  I  W  E
org/sentrysoftware/jflat/JFlat.java 0 0 37

Rules

Category Rule Violations Severity
blocks AvoidNestedBlocks 5  Error
NeedBraces 8  Error
misc FinalParameters 12  Error
sizes MethodLength 1  Error
whitespace NoWhitespaceAfter 1  Error
NoWhitespaceBefore 10  Error

Details

org/sentrysoftware/jflat/JFlat.java

Severity Category Rule Message Line
 Error misc FinalParameters Parameter pJsonReader should be final. 61
 Error misc FinalParameters Parameter pJsonSource should be final. 68
 Error misc FinalParameters Parameter removeNodes should be final. 96
 Error blocks NeedBraces 'if' construct must use '{}'s. 114
 Error misc FinalParameters Parameter tree should be final. 146
 Error misc FinalParameters Parameter path should be final. 146
 Error misc FinalParameters Parameter removeNodes should be final. 146
 Error blocks NeedBraces 'if' construct must use '{}'s. 152
 Error blocks AvoidNestedBlocks Avoid nested blocks. 158
 Error blocks AvoidNestedBlocks Avoid nested blocks. 175
 Error blocks AvoidNestedBlocks Avoid nested blocks. 199
 Error blocks AvoidNestedBlocks Avoid nested blocks. 209
 Error blocks AvoidNestedBlocks Avoid nested blocks. 217
 Error misc FinalParameters Parameter valueSeparator should be final. 237
 Error misc FinalParameters Parameter replaceEndOfLines should be final. 237
 Error misc FinalParameters Parameter valueSeparator should be final. 272
 Error sizes MethodLength Method toCSV length is 178 lines (max allowed is 150). 298
 Error misc FinalParameters Parameter csvEntryKey should be final. 298
 Error misc FinalParameters Parameter csvProperties should be final. 298
 Error whitespace NoWhitespaceAfter 'String' is followed by whitespace. 298
 Error misc FinalParameters Parameter separator should be final. 298
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 321
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 321
 Error blocks NeedBraces 'if' construct must use '{}'s. 333
 Error blocks NeedBraces 'if' construct must use '{}'s. 334
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 364
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 364
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 372
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 372
 Error blocks NeedBraces 'if' construct must use '{}'s. 384
 Error blocks NeedBraces 'if' construct must use '{}'s. 385
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 402
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 402
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 412
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 412
 Error blocks NeedBraces 'if' construct must use '{}'s. 431
 Error blocks NeedBraces 'if' construct must use '{}'s. 462
No results.