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. | 427 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 430 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 431 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 432 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 432 | |
| coding | NestedIfDepth | Nested if-else depth is 6 (max allowed is 4). | 433 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 433 | |
| coding | NestedIfDepth | Nested if-else depth is 7 (max allowed is 4). | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line matches the illegal pattern '\s+$'. | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 163 lines (max allowed is 160). | 648 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 150 characters (found 155). | 30 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 120 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodCount | Total number of methods is 56 (max allowed is 40). | 46 |