Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
36 0 28 18

Rules

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

Details

org/deegree/services/OWS.java

Violation Message Line
Warnings Unused import - org.deegree.services.controller.OGCFrontController. 53
Warnings Unused import - org.deegree.services.controller.exception.serializer.ExceptionSerializer. 54
Warnings Redundant 'public' modifier. 89
Warnings Redundant throws: 'SecurityException' is unchecked exception. 91
Warnings Redundant 'public' modifier. 112
Warnings Redundant throws: 'SecurityException' is unchecked exception. 114
Warnings Redundant 'public' modifier. 137
Warnings Redundant throws: 'SecurityException' is unchecked exception. 139
Warnings Redundant 'public' modifier. 146
Warnings Redundant 'public' modifier. 156

org/deegree/services/OWSProvider.java

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

org/deegree/services/OWSResponse.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.services.controller.OGCFrontController. 56
Warnings Redundant throws: 'IllegalStateException' is unchecked exception. 258

org/deegree/services/authentication/DeegreeAuthentication.java

Violation Message Line
Warnings Redundant throws: 'SecurityException' is unchecked exception. 69
Warnings Redundant throws: 'SecurityException' is unchecked exception. 81

org/deegree/services/authentication/HttpBasicAuthentication.java

Violation Message Line
Warnings Redundant throws: 'SecurityException' is unchecked exception. 79
Warnings Redundant throws: 'SecurityException' is unchecked exception. 93
Warnings Redundant throws: 'SecurityException' is unchecked exception. 107

org/deegree/services/authentication/SOAPAuthentication.java

Violation Message Line
Warnings Redundant throws: 'SecurityException' is unchecked exception. 76
Warnings Redundant throws: 'SecurityException' is unchecked exception. 90
Warnings Redundant throws: 'SecurityException' is unchecked exception. 104

org/deegree/services/controller/ImplementationMetadata.java

Violation Message Line
Warnings Unused import - org.deegree.services.OWS. 44

org/deegree/services/controller/exception/ControllerInitException.java

Violation Message Line
Warnings Unused import - org.deegree.services.controller.AbstractOWS. 39

org/deegree/services/controller/exception/serializer/ExceptionSerializer.java

Violation Message Line
Warnings Redundant 'public' modifier. 66

org/deegree/services/controller/exception/serializer/SOAPExceptionSerializer.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 72
Errors Cyclomatic Complexity is 16 (max allowed is 10). 100

org/deegree/services/controller/security/SecureProxy.java

Violation Message Line
Errors Class Fan-Out Complexity is 32 (max allowed is 20). 96
Errors Cyclomatic Complexity is 17 (max allowed is 10). 183
Errors Cyclomatic Complexity is 12 (max allowed is 10). 279
Errors Cyclomatic Complexity is 28 (max allowed is 10). 324
Errors NPath Complexity is 675 (max allowed is 200). 324

org/deegree/services/controller/security/SecurityConfiguration.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 26 (max allowed is 20). 80
Errors Cyclomatic Complexity is 12 (max allowed is 10). 97

org/deegree/services/controller/utils/LoggingHttpResponseWrapper.java

Violation Message Line
Errors Cyclomatic Complexity is 12 (max allowed is 10). 142

org/deegree/services/metadata/MetadataUtils.java

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

org/deegree/services/metadata/OWSMetadataProvider.java

Violation Message Line
Warnings Unused import - org.deegree.services.OWS. 53

org/deegree/services/metadata/provider/DefaultOWSMetadataProviderProvider.java

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

org/deegree/services/ows/capabilities/OWSCapabilitiesXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.services.jaxb.controller.DCPType. 69
Errors Class Fan-Out Complexity is 34 (max allowed is 20). 88
Errors Cyclomatic Complexity is 19 (max allowed is 10). 319
Errors Cyclomatic Complexity is 19 (max allowed is 10). 413
Errors Cyclomatic Complexity is 12 (max allowed is 10). 1000
Errors Cyclomatic Complexity is 29 (max allowed is 10). 1039
Errors NPath Complexity is 17,280 (max allowed is 200). 1039