Last Published: 2014-02-21
|
Version: 1.6
JOMC
Home
Download
Issues
Project Documentation
Project Information
Project Reports
JavaDocs
Test JavaDocs
Source Xref
Test Source Xref
Tag List
PMD Report
CPD Report
Surefire Report
Checkstyle
Trac Report
FindBugs Report
EMMA Test Coverage
Clirr
JJDoc Report
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
11
0
0
9
Files
Files
I
W
E
org/jomc/util/SectionEditor.java
0
0
2
org/jomc/util/WeakIdentityHashMap.java
0
0
7
Details
org/jomc/util/SectionEditor.java
Violation
Message
Line
Variable 's0' should be declared final.
282
Variable 's0' should be declared final.
344
org/jomc/util/WeakIdentityHashMap.java
Violation
Message
Line
'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