| Error | Count |
|---|---|
| Line has trailing spaces. | 95 |
| 'if' is not followed by whitespace. | 9 |
| Missing a Javadoc comment. | 70 |
| 'for' is not followed by whitespace. | 7 |
| Array brackets at illegal position. | 6 |
| Line contains a tab character. | 51 |
| 'cast' is not followed by whitespace. | 5 |
| 'if' construct must use '{}'s. | 5 |
| Expected @param tag for 'b'. | 5 |
| Expected @throws tag for 'JellyTagException'. | 4 |
| Missing package documentation file. | 4 |
| Expected @throws tag for 'Exception'. | 3 |
| File does not end with a newline. | 3 |
| '{' should be on a new line. | 24 |
| 'for' construct must use '{}'s. | 2 |
| '}' should be alone on a line. | 2 |
| Expected @param tag for 'arg0'. | 2 |
| Line is longer than 132 characters. | 2 |
| Expected an @return tag. | 17 |
| Expected @param tag for 'string'. | 11 |
| '=' is not preceded with whitespace. | 1 |
| 'aggregateOutputFile' hides a field. | 1 |
| 'basedir' hides a field. | 1 |
| 'catch' is not followed by whitespace. | 1 |
| 'else' construct must use '{}'s. | 1 |
| 'excludes' hides a field. | 1 |
| 'idToResource' hides a field. | 1 |
| 'includes' hides a field. | 1 |
| 'outputdir' hides a field. | 1 |
| Empty statement. | 1 |
| Expected @param tag for 'cfg'. | 1 |
| Expected @throws tag for 'HibernateException'. | 1 |
| Expected @throws tag for 'MissingAttributeException'. | 1 |
| Using the '.*' form of import should be avoided - org.apache.commons.jelly.*. | 1 |
| Variable 'bean' must be private and have accessor methods. | 1 |