The following document contains the results of Checkstyle 6.11.2 with C:\Users\jerem\projects\DependencyCheck\dependency-check-core/../src/main/config/checkstyle-checks.xml ruleset. 
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodCount | Total number of methods is 72 (max allowed is 40). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 474 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 477 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 478 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 479 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 479 | |
| coding | NestedIfDepth | Nested if-else depth is 6 (max allowed is 4). | 480 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 480 | |
| coding | NestedIfDepth | Nested if-else depth is 7 (max allowed is 4). | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 142 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 163 lines (max allowed is 160). | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 121 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodCount | Total number of methods is 56 (max allowed is 40). | 46 |