The following document contains the results of Checkstyle 6.19 with org/sw4j/quality-profile/checkstyle/checkstyle-6.19.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | NestedIfDepth
|
7 | |
| javadoc | JavadocMethod
|
2 | |
| JavadocVariable | 1 | ||
| metrics | CyclomaticComplexity | 1 | |
| misc | FinalParameters | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| coding | NestedIfDepth | Nested if-else depth is 2 (max allowed is 1). | 142 | |
| coding | NestedIfDepth | Nested if-else depth is 3 (max allowed is 1). | 145 | |
| coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 1). | 149 | |
| javadoc | JavadocMethod | Unused @param tag for 'outputOption'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 82 | |
| misc | FinalParameters | Parameter type should be final. | 172 | |
| coding | NestedIfDepth | Nested if-else depth is 2 (max allowed is 1). | 182 | |
| coding | NestedIfDepth | Nested if-else depth is 2 (max allowed is 1). | 244 | |
| coding | NestedIfDepth | Nested if-else depth is 3 (max allowed is 1). | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | NestedIfDepth | Nested if-else depth is 2 (max allowed is 1). | 113 |