The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/deegree/services/wps/ap/wcts/TransformCoordinates.java | 0 | 0 | 6 |
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 3 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 2 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 30 (max allowed is 20). | 90 | |
Cyclomatic Complexity is 15 (max allowed is 10). | 147 | |
NPath Complexity is 240 (max allowed is 200). | 147 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 228 | |
Cyclomatic Complexity is 40 (max allowed is 10). | 282 | |
NPath Complexity is 432,576 (max allowed is 200). | 282 |