Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
19 0 0 19

Checkstyle error summary

Error Count
'{' should be on a new line. 4
'}' should be alone on a line. 4
Must have at least one statement. 4
Missing a Javadoc comment. 14
Line has trailing spaces. 12
'input' hides a field. 1
'level' hides a field. 1
'message' hides a field. 1
'output' hides a field. 1
'project' hides a field. 1
'section' hides a field. 1
Expected @param tag for 'level'. 1
Expected @param tag for 'message'. 1
Expected @param tag for 'section'. 1
Missing package documentation file. 1
Using the '.*' form of import should be avoided - java.io.*. 1
Using the '.*' form of import should be avoided - javax.xml.parsers.*. 1
Using the '.*' form of import should be avoided - org.w3c.dom.*. 1
Using the '.*' form of import should be avoided - org.xml.sax.*. 1

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count