Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 0 7

Details

org/jomc/util/SectionEditor.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 501
 Error javadoc JavadocVariable Missing a Javadoc comment. 504

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 HiddenField 'value' hides a field. 935