Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
11 0 0 8

Details

org/jomc/util/SectionEditor.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 's0' should be declared final. 296
 Error coding FinalLocalVariable Variable 's0' should be declared final. 360

org/jomc/util/WeakIdentityHashMap.java

Severity Category Rule Message Line
 Error blocks NeedBraces 'while' construct must use '{}'s. 496
 Error coding EmptyStatement Empty statement. 496
 Error blocks NeedBraces 'while' construct must use '{}'s. 670
 Error coding EmptyStatement Empty statement. 670
 Error coding ModifiedControlVariable Control variable 'index' is modified. 692
 Error coding HiddenField 'value' hides a field. 935