Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
50014

Details

org/jomc/util/LineEditor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0

org/jomc/util/Section.java

ViolationMessageLine
ErrorsFile does not end with a newline.0

org/jomc/util/SectionEditor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsVariable 's0' should be declared final.282
ErrorsVariable 's0' should be declared final.344

org/jomc/util/TrailingWhitespaceEditor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0

org/jomc/util/WeakIdentityHashMap.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
Errors'while' construct must use '{}'s.444
ErrorsEmpty statement.444
ErrorsExpected @throws tag for 'Throwable'.605
Errors'while' construct must use '{}'s.608
ErrorsEmpty statement.608
ErrorsControl variable 'index' is modified.630
Errors'value' hides a field.859