| 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 |