Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
7004712

Files

FilesInfosWarningsErrors
org/deegree/protocol/ows/OWSCommonXMLAdapter.java010
org/deegree/protocol/ows/capabilities/AbstractOWSCommonCapabilitiesAdapter.java002
org/deegree/protocol/ows/capabilities/OWSCapabilitiesAdapter.java050
org/deegree/protocol/ows/capabilities/OWSCommon100CapabilitiesAdapter.java010
org/deegree/protocol/ows/capabilities/OWSCommon110CapabilitiesAdapter.java021
org/deegree/protocol/ows/exception/OWSExceptionReader.java010
org/deegree/protocol/ows/getcapabilities/GetCapabilities.java020
org/deegree/protocol/ows/getcapabilities/GetCapabilitiesKVPParser.java010
org/deegree/protocol/ows/getcapabilities/GetCapabilitiesXMLParser.java020
org/deegree/protocol/ows/http/OwsHttpResponse.java060
org/deegree/protocol/ows/http/OwsHttpResponseImpl.java010
org/deegree/protocol/ows/http/OwsResponseHandler.java010
org/deegree/protocol/wcs/capabilities/GetCapabilities100KVPAdapter.java010
org/deegree/protocol/wps/WPSRequest.java010
org/deegree/protocol/wps/capabilities/GetCapabilitiesXMLAdapter.java010
org/deegree/protocol/wps/client/WPSClient.java040
org/deegree/protocol/wps/client/input/type/LiteralInputType.java010
org/deegree/protocol/wps/client/output/BBoxOutput.java010
org/deegree/protocol/wps/client/output/ComplexOutput.java010
org/deegree/protocol/wps/client/param/ComplexFormat.java001
org/deegree/protocol/wps/client/param/ValueWithRef.java020
org/deegree/protocol/wps/client/process/AbstractProcessExecution.java010
org/deegree/protocol/wps/client/process/ProcessDetails.java013
org/deegree/protocol/wps/client/process/ProcessExecution.java021
org/deegree/protocol/wps/client/process/RawProcessExecution.java011
org/deegree/protocol/wps/client/process/execute/ExecutionOutputs.java010
org/deegree/protocol/wps/client/wps100/ExecuteRequest100Writer.java011
org/deegree/protocol/wps/client/wps100/ExecuteResponse100Reader.java022
org/deegree/protocol/wps/client/wps100/WPS100CapabilitiesAdapter.java010
org/deegree/protocol/wps/describeprocess/DescribeProcessRequestKVPAdapter.java010
org/deegree/protocol/wps/describeprocess/DescribeProcessRequestXMLAdapter.java010

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity3Errors Error
ClassFanOutComplexity6Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports13Warnings Warning
RedundantModifier6Warnings Warning
RedundantThrows20Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile8Warnings Warning

Details

org/deegree/protocol/ows/OWSCommonXMLAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.139

org/deegree/protocol/ows/capabilities/AbstractOWSCommonCapabilitiesAdapter.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 23 (max allowed is 12) classes [Address, AllowedValues, AnyValue, ArrayList, CodeType, ContactInfo, DCP, Description, LanguageString, NamespaceBindings, NoValues, OWSCapabilities, Pair, QName, Range, ResponsibleParty, ServiceIdentification, ServiceProvider, Telephone, Value, ValuesReference, XMLParsingException, XPath].91
ErrorsClass Fan-Out Complexity is 33 (max allowed is 20).91

org/deegree/protocol/ows/capabilities/OWSCapabilitiesAdapter.java

ViolationMessageLine
WarningsUnused import - org.deegree.commons.xml.XMLAdapter.43
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.64
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.74
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.84
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.94

org/deegree/protocol/ows/capabilities/OWSCommon100CapabilitiesAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.227

org/deegree/protocol/ows/capabilities/OWSCommon110CapabilitiesAdapter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 23 (max allowed is 20).87
WarningsRedundant throws: 'NumberFormatException' is unchecked exception.297
WarningsRedundant throws: 'NoSuchElementException' is unchecked exception.327

org/deegree/protocol/ows/exception/OWSExceptionReader.java

ViolationMessageLine
WarningsRedundant throws: 'NoSuchElementException' is unchecked exception.149

org/deegree/protocol/ows/getcapabilities/GetCapabilities.java

ViolationMessageLine
WarningsRedundant throws: 'InvalidParameterValueException' is unchecked exception.197
WarningsRedundant throws: 'InvalidParameterValueException' is unchecked exception.220

org/deegree/protocol/ows/getcapabilities/GetCapabilitiesKVPParser.java

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

org/deegree/protocol/ows/getcapabilities/GetCapabilitiesXMLParser.java

ViolationMessageLine
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.95
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.133

org/deegree/protocol/ows/http/OwsHttpResponse.java

ViolationMessageLine
WarningsRedundant 'public' modifier.61
WarningsRedundant 'public' modifier.68
WarningsRedundant 'public' modifier.79
WarningsRedundant 'public' modifier.88
WarningsRedundant 'public' modifier.98
WarningsRedundant 'public' modifier.105

org/deegree/protocol/ows/http/OwsHttpResponseImpl.java

ViolationMessageLine
WarningsRedundant throws: 'IllegalStateException' is unchecked exception.93

org/deegree/protocol/ows/http/OwsResponseHandler.java

ViolationMessageLine
WarningsRedundant throws: 'ClientProtocolException' is subclass of 'IOException'.50

org/deegree/protocol/wcs/capabilities/GetCapabilities100KVPAdapter.java

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

org/deegree/protocol/wps/WPSRequest.java

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wps.describeprocess.DescribeProcessRequest.40

org/deegree/protocol/wps/capabilities/GetCapabilitiesXMLAdapter.java

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

org/deegree/protocol/wps/client/WPSClient.java

ViolationMessageLine
WarningsUnused import - java.io.InputStream.39
WarningsUnused import - javax.xml.stream.XMLStreamReader.45
WarningsUnused import - org.deegree.commons.ows.exception.OWSException.48
WarningsUnused import - org.deegree.protocol.wps.client.process.ProcessExecution.53

org/deegree/protocol/wps/client/input/type/LiteralInputType.java

ViolationMessageLine
WarningsUnused import - java.net.URL.38

org/deegree/protocol/wps/client/output/BBoxOutput.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/protocol/wps/client/output/ComplexOutput.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/protocol/wps/client/param/ComplexFormat.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 15 (max allowed is 10).101

org/deegree/protocol/wps/client/param/ValueWithRef.java

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wps.client.input.type.LiteralInputType.38
WarningsUnused import - org.deegree.protocol.wps.client.output.type.LiteralOutputType.39

org/deegree/protocol/wps/client/process/AbstractProcessExecution.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/protocol/wps/client/process/ProcessDetails.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Data Abstraction Coupling is 16 (max allowed is 12) classes [ArrayList, BBoxInputType, BBoxOutputType, CodeType, ComplexFormat, ComplexInputType, ComplexOutputType, LanguageString, LiteralInputType, LiteralOutputType, NamespaceBindings, OWSCommon110CapabilitiesAdapter, QName, Range, ValueWithRef, XPath].75
ErrorsClass Fan-Out Complexity is 22 (max allowed is 20).75
ErrorsNPath Complexity is 240 (max allowed is 200).311

org/deegree/protocol/wps/client/process/ProcessExecution.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.commons.ows.exception.OWSException.56
ErrorsClass Fan-Out Complexity is 29 (max allowed is 20).89

org/deegree/protocol/wps/client/process/RawProcessExecution.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).82

org/deegree/protocol/wps/client/process/execute/ExecutionOutputs.java

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wps.client.process.ProcessExecution.46

org/deegree/protocol/wps/client/wps100/ExecuteRequest100Writer.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsCyclomatic Complexity is 16 (max allowed is 10).213

org/deegree/protocol/wps/client/wps100/ExecuteResponse100Reader.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.commons.ows.exception.OWSException.55
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).82
ErrorsCyclomatic Complexity is 11 (max allowed is 10).153

org/deegree/protocol/wps/client/wps100/WPS100CapabilitiesAdapter.java

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wps.client.WPSClient.54

org/deegree/protocol/wps/describeprocess/DescribeProcessRequestKVPAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'MissingParameterException' is unchecked exception.76

org/deegree/protocol/wps/describeprocess/DescribeProcessRequestXMLAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.90