Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
22099

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity4Errors Error
ClassFanOutComplexity4Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports3Warnings Warning
RedundantModifier3Warnings Warning
RedundantThrows2Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile1Warnings Warning

Details

org/deegree/services/wcs/ServiceConfigurationXMLAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.67

org/deegree/services/wcs/WCSController.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 53 (max allowed is 20).118

org/deegree/services/wcs/WCSProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wcs/WCServiceBuilder.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 32 (max allowed is 20).91
WarningsRedundant 'final' modifier.224

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.jaxb.wcs.ServiceConfiguration.Coverage.65
ErrorsCyclomatic Complexity is 14 (max allowed is 10).299
ErrorsCyclomatic Complexity is 13 (max allowed is 10).367
ErrorsNPath Complexity is 257 (max allowed is 200).367
WarningsRedundant 'final' modifier.467

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

ViolationMessageLine
WarningsRedundant throws: 'InvalidParameterValueException' is unchecked exception.70

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

ViolationMessageLine
WarningsUnused import - org.deegree.commons.xml.CommonNamespaces.52

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).81
ErrorsCyclomatic Complexity is 11 (max allowed is 10).290

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 22 (max allowed is 20).73
ErrorsCyclomatic Complexity is 22 (max allowed is 10).122

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.wcs.coverages.WCSCoverage.41
WarningsRedundant 'public' modifier.60