Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
25 0 0 25

Checkstyle error summary

Error Count
Expected @throws tag for 'Exception'. 4
'destDir' hides a field. 2
'encoding' hides a field. 2
'jellyContext' hides a field. 2
'outputFile' hides a field. 2
'srcDir' hides a field. 2
'template' hides a field. 2
Expected @param tag for 'destDir'. 2
Expected @param tag for 'encoding'. 2
Expected @param tag for 'msg'. 2
Expected @param tag for 'outputFile'. 2
Expected @param tag for 'srcDir'. 2
Expected @param tag for 'template'. 2
Expected @throws tag for 'IOException'. 2
Missing a Javadoc comment. 2
Variable 'destDir' must be private and have accessor methods. 2
Variable 'docInfo' must be private and have accessor methods. 2
Variable 'encoding' must be private and have accessor methods. 2
Variable 'jellyContext' must be private and have accessor methods. 2
Variable 'outputFile' must be private and have accessor methods. 2
Variable 'srcDir' must be private and have accessor methods. 2
Variable 'template' must be private and have accessor methods. 2
Variable 'verbose' must be private and have accessor methods. 2
Line has trailing spaces. 16
Missing package documentation file. 1

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count