The following document contains the results of Checkstyle 5.7.
| File | |||
|---|---|---|---|
| org/jomc/util/SectionEditor.java | 0 | 0 | 2 |
| org/jomc/util/WeakIdentityHashMap.java | 0 | 0 | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 282 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 444 | |
| coding | EmptyStatement | Empty statement. | 444 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 605 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 608 | |
| coding | EmptyStatement | Empty statement. | 608 | |
| coding | ModifiedControlVariable | Control variable 'index' is modified. | 630 | |
| coding | HiddenField | 'value' hides a field. | 859 |