Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
25 0 0 25

Checkstyle error summary

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

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count