The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/jomc/util/LineEditor.java | 0 | 0 | 1 |
org/jomc/util/Section.java | 0 | 0 | 1 |
org/jomc/util/SectionEditor.java | 0 | 0 | 3 |
org/jomc/util/TrailingWhitespaceEditor.java | 0 | 0 | 1 |
org/jomc/util/WeakIdentityHashMap.java | 0 | 0 | 8 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Variable 's0' should be declared final. | 282 | |
Variable 's0' should be declared final. | 344 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
'while' construct must use '{}'s. | 444 | |
Empty statement. | 444 | |
Expected @throws tag for 'Throwable'. | 605 | |
'while' construct must use '{}'s. | 608 | |
Empty statement. | 608 | |
Control variable 'index' is modified. | 630 | |
'value' hides a field. | 859 |