The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | ![]() |
CyclomaticComplexity | 0 | ![]() |
ClassFanOutComplexity | 1 | ![]() |
CovariantEquals | 0 | ![]() |
ClassDataAbstractionCoupling
| 0 | ![]() |
NPathComplexity | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
RedundantModifier | 0 | ![]() |
RedundantThrows | 9 | ![]() |
FileLength | 0 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Class Fan-Out Complexity is 33 (max allowed is 20). | 110 |
![]() | Redundant throws: 'XMLProcessingException' is unchecked exception. | 156 |
![]() | Redundant throws: 'XMLProcessingException' is unchecked exception. | 173 |
![]() | Redundant throws: 'XMLProcessingException' is unchecked exception. | 191 |
![]() | Redundant throws: 'XMLProcessingException' is unchecked exception. | 198 |
![]() | Redundant throws: 'XMLProcessingException' is unchecked exception. | 261 |
![]() | Redundant throws: 'XMLProcessingException' is unchecked exception. | 266 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 300 |