The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.
File | I | W | E |
---|---|---|---|
org/jomc/util/SectionEditor.java | 0 | 0 | 2 |
org/jomc/util/WeakIdentityHashMap.java | 0 | 0 | 6 |
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 |
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 |