The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 6 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 4 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 1 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
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). | 96 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 120 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 187 |
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 |