Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
53 0 0 53

Checkstyle error summary

Error Count
Missing a Javadoc comment. 84
'static' modifier out of order with the JLS suggestions. 6
Line has trailing spaces. 51
Missing package documentation file. 4
';' is followed by whitespace. 2
'errorMessage' hides a field. 2
'method' hides a field. 2
'status' hides a field. 2
Comment matches to-do format 'TODO:'. 2
Expected @throws tag for 'Exception'. 2
Expected @throws tag for 'IOException'. 2
Line is longer than 132 characters. 2
Redundant 'public' modifier. 2
Line does not match expected header line of ' *'. 13
Expected @param tag for 'lvi'. 11
Expected an @return tag. 10
'100' is a magic number. 1
'3' is a magic number. 1
'8' is a magic number. 1
'805' is a magic number. 1
'cache' hides a field. 1
'cl' hides a field. 1
'exclude' hides a field. 1
'excludes' hides a field. 1
'fileToCheck' hides a field. 1
'link' hides a field. 1
'output' hides a field. 1
'outputEncoding' hides a field. 1
'persistent' hides a field. 1
'project' hides a field. 1
'proxyHost' hides a field. 1
'proxyNtlmDomain' hides a field. 1
'proxyNtlmHost' hides a field. 1
'proxyPass' hides a field. 1
'proxyPort' hides a field. 1
'proxyUser' hides a field. 1
'source' hides a field. 1
'target' hides a field. 1
'{' is followed by whitespace. 1
Avoid inline conditionals. 1
Avoid nested blocks. 1
Expected @param tag for 'cache'. 1
Expected @param tag for 'dir'. 1
Expected @param tag for 'files'. 1
Expected @param tag for 'name'. 1
Expected @param tag for 'obj'. 1
Line does not match expected header line of ''. 1
Line does not match expected header line of '/* ===================================================================='. 1
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Unused @param tag for 'cacheFile'. 1
Utility classes should not have a public or default constructor. 1
Variable 'baseDir' must be private and have accessor methods. 1
switch without "default" clause. 1

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count