Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
22 0 9 9

Rules

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

Details

org/deegree/services/wcs/ServiceConfigurationXMLAdapter.java

Violation Message Line
Warnings Redundant throws: 'XMLProcessingException' is unchecked exception. 67

org/deegree/services/wcs/WCSController.java

Violation Message Line
Errors Class Fan-Out Complexity is 53 (max allowed is 20). 118

org/deegree/services/wcs/WCSProvider.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/services/wcs/WCServiceBuilder.java

Violation Message Line
Errors Class Fan-Out Complexity is 32 (max allowed is 20). 91
Warnings Redundant 'final' modifier. 224

org/deegree/services/wcs/capabilities/Capabilities100XMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.services.jaxb.wcs.ServiceConfiguration.Coverage. 65
Errors Cyclomatic Complexity is 14 (max allowed is 10). 299
Errors Cyclomatic Complexity is 13 (max allowed is 10). 367
Errors NPath Complexity is 257 (max allowed is 200). 367
Warnings Redundant 'final' modifier. 467

org/deegree/services/wcs/capabilities/GetCapabilities100XMLAdapter.java

Violation Message Line
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 70

org/deegree/services/wcs/describecoverage/CoverageDescription100XMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.xml.CommonNamespaces. 52

org/deegree/services/wcs/getcoverage/GetCoverage100KVPAdapter.java

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 81
Errors Cyclomatic Complexity is 11 (max allowed is 10). 290

org/deegree/services/wcs/getcoverage/GetCoverage100XMLAdapter.java

Violation Message Line
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 73
Errors Cyclomatic Complexity is 22 (max allowed is 10). 122

org/deegree/services/wcs/model/CoverageResult.java

Violation Message Line
Warnings Unused import - org.deegree.services.wcs.coverages.WCSCoverage. 41
Warnings Redundant 'public' modifier. 60