The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
1 | |
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod
|
2 | |
JavadocType
|
1 | ||
| whitespace | ParenPad
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TreeWalker | Got an exception - expecting EOF, found '}' | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Map. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 31 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| blocks | LeftCurly | '{' should be on a new line. | 67 |