Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4202041

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity19Errors Error
ClassFanOutComplexity6Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
4Errors Error
NPathComplexity12Errors Error
RedundantImport0Warnings Warning
UnusedImports6Warnings Warning
RedundantModifier5Warnings Warning
RedundantThrows2Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile7Warnings Warning

Details

org/deegree/services/wps/ExecutionManager.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 14 (max allowed is 12) classes [ArrayList, BoundingBoxOutputImpl, ComplexOutputImpl, ConcurrentHashMap, ConcurrentLinkedQueue, Date, ExecuteResponse, LiteralOutputImpl, OWSException, ProcessExecution, ProcessWorker, ProcessletOutputs, RequestedOutput, URL].98
ErrorsClass Fan-Out Complexity is 41 (max allowed is 20).98
ErrorsCyclomatic Complexity is 15 (max allowed is 10).243

org/deegree/services/wps/WPSProcess.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsRedundant 'public' modifier.55
WarningsRedundant 'public' modifier.62
WarningsRedundant 'public' modifier.69

org/deegree/services/wps/WPSProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wps/WPService.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.services.controller.OGCFrontController.83
ErrorsClass Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, CodeType, DescribeProcessRequestXMLAdapter, ExecuteRequestXMLAdapter, ExecutionManager, File, GetCapabilitiesXMLAdapter, HashMap, OWS110ExceptionReportSerializer, OWSException, QName, ResourceInitException, StorageManager, URL, WSDL].127
ErrorsClass Fan-Out Complexity is 50 (max allowed is 20).127
ErrorsCyclomatic Complexity is 11 (max allowed is 10).201
ErrorsCyclomatic Complexity is 12 (max allowed is 10).300

org/deegree/services/wps/capabilities/CapabilitiesXMLWriter.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 14 (max allowed is 10).138
ErrorsNPath Complexity is 649 (max allowed is 200).138

org/deegree/services/wps/describeprocess/DescribeProcessResponseXMLAdapter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 28 (max allowed is 20).79
ErrorsCyclomatic Complexity is 16 (max allowed is 10).131
ErrorsNPath Complexity is 3,888 (max allowed is 200).131
ErrorsCyclomatic Complexity is 33 (max allowed is 10).214
ErrorsNPath Complexity is 237,600 (max allowed is 200).214
ErrorsCyclomatic Complexity is 22 (max allowed is 10).435
ErrorsNPath Complexity is 3,240 (max allowed is 200).435

org/deegree/services/wps/execute/AttributedParameter.java

ViolationMessageLine
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.160

org/deegree/services/wps/execute/ExecuteRequestKVPAdapter.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 20 (max allowed is 12) classes [ArrayList, BoundingBoxInputImpl, CodeType, ComplexFormatType, DefaultExceptionCustomizer, ExecuteRequest, GeometryFactory, HashMap, HashSet, InputReference, LinkedList, LiteralInputImpl, OWSException, Pair, ProcessletInputs, RawDataOutput, ReferencedComplexInput, RequestedOutput, ResponseDocument, URL].97
ErrorsClass Fan-Out Complexity is 50 (max allowed is 20).97
ErrorsCyclomatic Complexity is 11 (max allowed is 10).165
ErrorsNPath Complexity is 330 (max allowed is 200).165
ErrorsCyclomatic Complexity is 15 (max allowed is 10).273
ErrorsNPath Complexity is 1,008 (max allowed is 200).273
ErrorsCyclomatic Complexity is 15 (max allowed is 10).352
ErrorsNPath Complexity is 1,008 (max allowed is 200).352
ErrorsCyclomatic Complexity is 11 (max allowed is 10).485

org/deegree/services/wps/execute/ExecuteRequestXMLAdapter.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 23 (max allowed is 12) classes [ArrayList, BoundingBoxInputImpl, CodeType, ComplexFormatType, DefaultExceptionCustomizer, EmbeddedComplexInput, ExecuteRequest, HashMap, HashSet, InputReference, LanguageString, LinkedList, LiteralInputImpl, NamespaceBindings, OWSException, Pair, ProcessletInputs, QName, RawDataOutput, ReferencedComplexInput, RequestedOutput, ResponseDocument, XPath].123
ErrorsClass Fan-Out Complexity is 57 (max allowed is 20).123
ErrorsCyclomatic Complexity is 20 (max allowed is 10).246
ErrorsCyclomatic Complexity is 11 (max allowed is 10).354
ErrorsCyclomatic Complexity is 15 (max allowed is 10).514
ErrorsCyclomatic Complexity is 15 (max allowed is 10).610
ErrorsNPath Complexity is 1,008 (max allowed is 200).610
ErrorsCyclomatic Complexity is 15 (max allowed is 10).679
ErrorsNPath Complexity is 1,008 (max allowed is 200).679

org/deegree/services/wps/execute/ExecuteResponseXMLWriter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).88
ErrorsCyclomatic Complexity is 11 (max allowed is 10).292
ErrorsNPath Complexity is 289 (max allowed is 200).292
ErrorsCyclomatic Complexity is 13 (max allowed is 10).363
ErrorsNPath Complexity is 648 (max allowed is 200).363
ErrorsCyclomatic Complexity is 18 (max allowed is 10).491
ErrorsNPath Complexity is 864 (max allowed is 200).491

org/deegree/services/wps/input/ProcessletInputImpl.java

ViolationMessageLine
WarningsUnused import - org.deegree.geometry.Envelope.41
WarningsUnused import - org.deegree.services.wps.Processlet.43

org/deegree/services/wps/provider/JavaProcessProviderProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wps/provider/ProcessProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.services.wps.ProcessManager.42
WarningsRedundant 'public' modifier.60
WarningsRedundant 'public' modifier.69

org/deegree/services/wps/storage/StorageLocation.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.wps.ProcessManager.48

org/deegree/services/wps/storage/StorageManager.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.wps.ExecutionManager.43

org/deegree/services/wps/wsdl/WSDLResource.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wps/wsdl/WSDLWriter.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsRedundant throws: 'WebApplicationException' is unchecked exception.85