Checkstyle Results

The following document contains the results of Checkstyle 5.7.

Summary

Files  Info  Warnings  Errors
11 0 0 9

Details

org/jomc/util/SectionEditor.java

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

org/jomc/util/WeakIdentityHashMap.java

Severity Category Rule Message Line
 Error blocks NeedBraces 'while' construct must use '{}'s. 444
 Error coding EmptyStatement Empty statement. 444
 Error javadoc JavadocMethod Expected @throws tag for 'Throwable'. 605
 Error blocks NeedBraces 'while' construct must use '{}'s. 608
 Error coding EmptyStatement Empty statement. 608
 Error coding ModifiedControlVariable Control variable 'index' is modified. 630
 Error coding HiddenField 'value' hides a field. 859