Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3602818

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity10Errors Error
ClassFanOutComplexity6Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity2Errors Error
RedundantImport0Warnings Warning
UnusedImports7Warnings Warning
RedundantModifier6Warnings Warning
RedundantThrows12Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile3Warnings Warning

Details

org/deegree/services/OWS.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.controller.OGCFrontController.53
WarningsUnused import - org.deegree.services.controller.exception.serializer.ExceptionSerializer.54
WarningsRedundant 'public' modifier.89
WarningsRedundant throws: 'SecurityException' is unchecked exception.91
WarningsRedundant 'public' modifier.112
WarningsRedundant throws: 'SecurityException' is unchecked exception.114
WarningsRedundant 'public' modifier.137
WarningsRedundant throws: 'SecurityException' is unchecked exception.139
WarningsRedundant 'public' modifier.146
WarningsRedundant 'public' modifier.156

org/deegree/services/OWSProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/OWSResponse.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.services.controller.OGCFrontController.56
WarningsRedundant throws: 'IllegalStateException' is unchecked exception.258

org/deegree/services/authentication/DeegreeAuthentication.java

ViolationMessageLine
WarningsRedundant throws: 'SecurityException' is unchecked exception.70
WarningsRedundant throws: 'SecurityException' is unchecked exception.82

org/deegree/services/authentication/HttpBasicAuthentication.java

ViolationMessageLine
WarningsRedundant throws: 'SecurityException' is unchecked exception.79
WarningsRedundant throws: 'SecurityException' is unchecked exception.93
WarningsRedundant throws: 'SecurityException' is unchecked exception.107

org/deegree/services/authentication/SOAPAuthentication.java

ViolationMessageLine
WarningsRedundant throws: 'SecurityException' is unchecked exception.76
WarningsRedundant throws: 'SecurityException' is unchecked exception.90
WarningsRedundant throws: 'SecurityException' is unchecked exception.104

org/deegree/services/controller/ImplementationMetadata.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.OWS.44

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.controller.AbstractOWS.39

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

ViolationMessageLine
WarningsRedundant 'public' modifier.66

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).72
ErrorsCyclomatic Complexity is 16 (max allowed is 10).100

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 32 (max allowed is 20).96
ErrorsCyclomatic Complexity is 17 (max allowed is 10).183
ErrorsCyclomatic Complexity is 12 (max allowed is 10).279
ErrorsCyclomatic Complexity is 28 (max allowed is 10).324
ErrorsNPath Complexity is 675 (max allowed is 200).324

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

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 26 (max allowed is 20).80
ErrorsCyclomatic Complexity is 12 (max allowed is 10).97

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 12 (max allowed is 10).142

org/deegree/services/metadata/MetadataUtils.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).73

org/deegree/services/metadata/OWSMetadataProvider.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.OWS.53

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 26 (max allowed is 20).89

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.jaxb.controller.DCPType.69
ErrorsClass Fan-Out Complexity is 34 (max allowed is 20).88
ErrorsCyclomatic Complexity is 19 (max allowed is 10).319
ErrorsCyclomatic Complexity is 19 (max allowed is 10).413
ErrorsCyclomatic Complexity is 12 (max allowed is 10).1000
ErrorsCyclomatic Complexity is 29 (max allowed is 10).1039
ErrorsNPath Complexity is 17,280 (max allowed is 200).1039