The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 6 | |
| ClassFanOutComplexity | 2 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
|
0 | |
| NPathComplexity | 4 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| RedundantModifier | 0 | |
| RedundantThrows | 1 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 |
| Violation | Message | Line |
|---|---|---|
| Class Fan-Out Complexity is 21 (max allowed is 20). | 79 |
| Violation | Message | Line |
|---|---|---|
| Cyclomatic Complexity is 12 (max allowed is 10). | 97 | |
| Redundant throws: 'XMLParsingException' is unchecked exception. | 121 | |
| Cyclomatic Complexity is 13 (max allowed is 10). | 188 |
| Violation | Message | Line |
|---|---|---|
| Cyclomatic Complexity is 13 (max allowed is 10). | 81 | |
| NPath Complexity is 2,050 (max allowed is 200). | 81 |
| Violation | Message | Line |
|---|---|---|
| Cyclomatic Complexity is 12 (max allowed is 10). | 77 | |
| NPath Complexity is 264 (max allowed is 200). | 77 |