The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 4 | Error |
ClassFanOutComplexity | 4 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 1 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 3 | Warning |
RedundantModifier | 3 | Warning |
RedundantThrows | 2 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 1 | Warning |
Violation | Message | Line |
---|---|---|
Redundant throws: 'XMLProcessingException' is unchecked exception. | 67 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 53 (max allowed is 20). | 118 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 32 (max allowed is 20). | 91 | |
Redundant 'final' modifier. | 224 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.services.jaxb.wcs.ServiceConfiguration.Coverage. | 65 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 299 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 367 | |
NPath Complexity is 257 (max allowed is 200). | 367 | |
Redundant 'final' modifier. | 467 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 70 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.commons.xml.CommonNamespaces. | 52 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 24 (max allowed is 20). | 81 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 290 |