The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.
| File | |||
|---|---|---|---|
| org/jomc/util/SectionEditor.java | 0 | 0 | 2 |
| org/jomc/util/WeakIdentityHashMap.java | 0 | 0 | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 296 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 496 | |
| coding | EmptyStatement | Empty statement. | 496 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 670 | |
| coding | EmptyStatement | Empty statement. | 670 | |
| coding | ModifiedControlVariable | Control variable 'index' is modified. | 692 | |
| coding | HiddenField | 'value' hides a field. | 935 |