Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 6

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 3 Errors Error
ClassFanOutComplexity 1 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0 Errors Error
NPathComplexity 2 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 0 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning

Details

org/deegree/services/wps/ap/wcts/TransformCoordinates.java

Violation Message Line
Errors Class Fan-Out Complexity is 30 (max allowed is 20). 90
Errors Cyclomatic Complexity is 15 (max allowed is 10). 147
Errors NPath Complexity is 240 (max allowed is 200). 147
Errors Cyclomatic Complexity is 14 (max allowed is 10). 228
Errors Cyclomatic Complexity is 40 (max allowed is 10). 282
Errors NPath Complexity is 432,576 (max allowed is 200). 282