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