| Error Description | Line |
| Missing package-info.java file. | 0 |
| Line has trailing spaces. | 7 |
| Utility classes should not have a public or default constructor. | 7 |
| '{' should be on the previous line. | 8 |
| Missing a Javadoc comment. | 9 |
| '(' is followed by whitespace. | 9 |
| Parameter args should be final. | 9 |
| ')' is preceded with whitespace. | 9 |
| '{' should be on the previous line. | 10 |
| '(' is followed by whitespace. | 11 |
| ')' is preceded with whitespace. | 11 |
| Missing a Javadoc comment. | 14 |
| Name 'Foo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 |
| '{' should be on the previous line. | 15 |