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
36 0 0 4

Files

File  I  W  E
org/jomc/ant/ProjectClassLoader.java 0 0 4

Details

org/jomc/ant/ProjectClassLoader.java

Severity Category Rule Message Line
 Error misc TrailingComment Don't use trailing comments. 198
 Error coding FinalLocalVariable Variable 'normalized' should be declared final. 619
 Error coding NestedTryDepth Nested try depth is 3 (max allowed is 2). 690
 Error coding NestedTryDepth Nested try depth is 4 (max allowed is 2). 703