Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
84 0 83 32

Files

Files Infos Warnings Errors
org/deegree/protocol/wfs/AbstractWFSRequestKVPAdapter.java 0 4 0
org/deegree/protocol/wfs/WFSVersion.java 0 1 0
org/deegree/protocol/wfs/capabilities/GetCapabilitiesXMLAdapter.java 0 2 0
org/deegree/protocol/wfs/capabilities/WFS100CapabilitiesAdapter.java 0 4 0
org/deegree/protocol/wfs/capabilities/WFSCapabilitiesAdapter.java 0 1 0
org/deegree/protocol/wfs/client/GetFeatureResponse.java 0 1 0
org/deegree/protocol/wfs/client/WFSClient.java 0 1 1
org/deegree/protocol/wfs/client/WFSFeatureCollection.java 0 3 1
org/deegree/protocol/wfs/describefeaturetype/kvp/DescribeFeatureTypeKVPAdapter.java 0 5 1
org/deegree/protocol/wfs/describefeaturetype/xml/DescribeFeatureTypeXMLAdapter.java 0 7 0
org/deegree/protocol/wfs/getfeature/TypeName.java 0 1 0
org/deegree/protocol/wfs/getfeature/kvp/GetFeatureKVPAdapter.java 0 0 5
org/deegree/protocol/wfs/getfeature/xml/GetFeature110XMLEncoder.java 0 0 5
org/deegree/protocol/wfs/getfeature/xml/GetFeatureXMLAdapter.java 0 2 3
org/deegree/protocol/wfs/getfeaturewithlock/xml/GetFeatureWithLockXMLAdapter.java 0 2 0
org/deegree/protocol/wfs/getgmlobject/kvp/GetGmlObjectKVPAdapter.java 0 3 0
org/deegree/protocol/wfs/getgmlobject/xml/GetGmlObject110XMLEncoder.java 0 1 1
org/deegree/protocol/wfs/getgmlobject/xml/GetGmlObjectXMLAdapter.java 0 3 0
org/deegree/protocol/wfs/lockfeature/kvp/LockFeatureKVPAdapter.java 0 0 3
org/deegree/protocol/wfs/lockfeature/xml/LockFeatureXMLAdapter.java 0 1 0
org/deegree/protocol/wfs/metadata/WFSFeatureType.java 0 1 0
org/deegree/protocol/wfs/query/Query.java 0 3 0
org/deegree/protocol/wfs/query/StoredQuery.java 0 1 0
org/deegree/protocol/wfs/query/kvp/QueryKVPAdapter.java 0 1 4
org/deegree/protocol/wfs/query/xml/QueryXMLAdapter.java 0 0 6
org/deegree/protocol/wfs/storedquery/StoredQueryDefinition.java 0 1 0
org/deegree/protocol/wfs/storedquery/kvp/DescribeStoredQueriesKVPAdapter.java 0 2 0
org/deegree/protocol/wfs/storedquery/kvp/DropStoredQueryKVPAdapter.java 0 2 0
org/deegree/protocol/wfs/storedquery/kvp/ListStoredQueriesKVPAdapter.java 0 2 0
org/deegree/protocol/wfs/storedquery/xml/CreateStoredQueryXMLAdapter.java 0 1 0
org/deegree/protocol/wfs/storedquery/xml/DescribeStoredQueriesXMLAdapter.java 0 1 0
org/deegree/protocol/wfs/storedquery/xml/DropStoredQueryXMLAdapter.java 0 1 0
org/deegree/protocol/wfs/storedquery/xml/ListStoredQueriesXMLAdapter.java 0 1 0
org/deegree/protocol/wfs/storedquery/xml/StoredQueryDefinitionXMLAdapter.java 0 1 0
org/deegree/protocol/wfs/transaction/action/Delete.java 0 1 0
org/deegree/protocol/wfs/transaction/action/Insert.java 0 1 0
org/deegree/protocol/wfs/transaction/action/Native.java 0 1 0
org/deegree/protocol/wfs/transaction/action/Replace.java 0 2 0
org/deegree/protocol/wfs/transaction/action/Update.java 0 1 0
org/deegree/protocol/wfs/transaction/kvp/TransactionKVPAdapter.java 0 2 0
org/deegree/protocol/wfs/transaction/xml/TransactionActionXmlReader.java 0 1 0
org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader.java 0 3 0
org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader100.java 0 3 0
org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader110.java 0 3 0
org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader200.java 0 5 2

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 12 Errors Error
ClassFanOutComplexity 8 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
3 Errors Error
NPathComplexity 9 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 26 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 54 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 3 Warnings Warning

Details

org/deegree/protocol/wfs/AbstractWFSRequestKVPAdapter.java

Violation Message Line
Warnings Unused import - javax.xml.XMLConstants. 44
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 73
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 113
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 166

org/deegree/protocol/wfs/WFSVersion.java

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

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

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType. 43

org/deegree/protocol/wfs/capabilities/WFS100CapabilitiesAdapter.java

Violation Message Line
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 50
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 98
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 106
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 181

org/deegree/protocol/wfs/capabilities/WFSCapabilitiesAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.xml.XMLParsingException. 40

org/deegree/protocol/wfs/client/GetFeatureResponse.java

Violation Message Line
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 101

org/deegree/protocol/wfs/client/WFSClient.java

Violation Message Line
Warnings Unused import - org.deegree.feature.types.FeatureType. 65
Errors Class Fan-Out Complexity is 34 (max allowed is 20). 122

org/deegree/protocol/wfs/client/WFSFeatureCollection.java

Violation Message Line
Errors Cyclomatic Complexity is 12 (max allowed is 10). 125
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 126
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 300
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 300

org/deegree/protocol/wfs/describefeaturetype/kvp/DescribeFeatureTypeKVPAdapter.java

Violation Message Line
Warnings Redundant throws: 'MissingParameterException' is unchecked exception. 96
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 96
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 125
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 149
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 173
Errors Cyclomatic Complexity is 16 (max allowed is 10). 196

org/deegree/protocol/wfs/describefeaturetype/xml/DescribeFeatureTypeXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.utils.kvp.MissingParameterException. 48
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 121
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 121
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 165
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 165
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 198
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 198

org/deegree/protocol/wfs/getfeature/TypeName.java

Violation Message Line
Warnings Unused import - javax.xml.XMLConstants. 42

org/deegree/protocol/wfs/getfeature/kvp/GetFeatureKVPAdapter.java

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 94
Errors Cyclomatic Complexity is 31 (max allowed is 10). 126
Errors NPath Complexity is 840 (max allowed is 200). 126
Errors Cyclomatic Complexity is 33 (max allowed is 10). 262
Errors NPath Complexity is 6,336 (max allowed is 200). 262

org/deegree/protocol/wfs/getfeature/xml/GetFeature110XMLEncoder.java

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 83
Errors Cyclomatic Complexity is 17 (max allowed is 10). 100
Errors NPath Complexity is 1,920 (max allowed is 200). 100
Errors Cyclomatic Complexity is 29 (max allowed is 10). 194
Errors NPath Complexity is 4,480 (max allowed is 200). 194

org/deegree/protocol/wfs/getfeature/xml/GetFeatureXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.utils.kvp.InvalidParameterValueException. 56
Warnings Unused import - org.deegree.commons.utils.kvp.MissingParameterException. 57
Errors Class Fan-Out Complexity is 25 (max allowed is 20). 95
Errors Cyclomatic Complexity is 15 (max allowed is 10). 212
Errors NPath Complexity is 1,299 (max allowed is 200). 212

org/deegree/protocol/wfs/getfeaturewithlock/xml/GetFeatureWithLockXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.utils.kvp.InvalidParameterValueException. 51
Warnings Unused import - org.deegree.commons.utils.kvp.MissingParameterException. 52

org/deegree/protocol/wfs/getgmlobject/kvp/GetGmlObjectKVPAdapter.java

Violation Message Line
Warnings Redundant throws: 'MissingParameterException' is unchecked exception. 81
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 81
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 105

org/deegree/protocol/wfs/getgmlobject/xml/GetGmlObject110XMLEncoder.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Cyclomatic Complexity is 11 (max allowed is 10). 37

org/deegree/protocol/wfs/getgmlobject/xml/GetGmlObjectXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.utils.kvp.MissingParameterException. 45
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 104
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 104

org/deegree/protocol/wfs/lockfeature/kvp/LockFeatureKVPAdapter.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 83
Errors Cyclomatic Complexity is 22 (max allowed is 10). 125
Errors NPath Complexity is 2,160 (max allowed is 200). 125

org/deegree/protocol/wfs/lockfeature/xml/LockFeatureXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.commons.utils.kvp.MissingParameterException. 57

org/deegree/protocol/wfs/metadata/WFSFeatureType.java

Violation Message Line
Warnings Unused import - org.deegree.feature.types.FeatureType. 45

org/deegree/protocol/wfs/query/Query.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.getfeature.GetFeature. 38
Warnings Unused import - org.deegree.protocol.wfs.getfeaturewithlock.GetFeatureWithLock. 39
Warnings Unused import - org.deegree.protocol.wfs.getpropertyvalue.GetPropertyValue. 40

org/deegree/protocol/wfs/query/StoredQuery.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.storedquery.StoredQueryDefinition. 41

org/deegree/protocol/wfs/query/kvp/QueryKVPAdapter.java

Violation Message Line
Errors Class Data Abstraction Coupling is 18 (max allowed is 12) classes [ArrayList, BBoxQuery, FeatureIdQuery, FilterQuery, GeometryFactory, HashMap, InvalidParameterValueException, NamespaceBindings, OWSException, PropertyName, QName, ResolveParams, SortProperty, StandardPresentationParams, StoredQuery, StringReader, TypeName, ValueReference]. 92
Errors Class Fan-Out Complexity is 33 (max allowed is 20). 92
Errors Cyclomatic Complexity is 70 (max allowed is 10). 202
Errors NPath Complexity is 24,276,000,000 (max allowed is 200). 202
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 473

org/deegree/protocol/wfs/query/xml/QueryXMLAdapter.java

Violation Message Line
Errors Class Data Abstraction Coupling is 18 (max allowed is 12) classes [ArrayList, BigInteger, FilterQuery, HashMap, OWSException, ProjectionClause, PropertyName, QName, ResolveParams, SortProperty, StandardPresentationParams, StoredQuery, TimeSliceProjection, TypeName, ValueReference, XMLParsingException, XMLStreamReaderWrapper, XPath]. 88
Errors Class Fan-Out Complexity is 30 (max allowed is 20). 88
Errors Cyclomatic Complexity is 13 (max allowed is 10). 212
Errors NPath Complexity is 480 (max allowed is 200). 212
Errors Cyclomatic Complexity is 14 (max allowed is 10). 305
Errors NPath Complexity is 960 (max allowed is 200). 305

org/deegree/protocol/wfs/storedquery/StoredQueryDefinition.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.query.StoredQuery. 42

org/deegree/protocol/wfs/storedquery/kvp/DescribeStoredQueriesKVPAdapter.java

Violation Message Line
Warnings Redundant throws: 'MissingParameterException' is unchecked exception. 80
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 80

org/deegree/protocol/wfs/storedquery/kvp/DropStoredQueryKVPAdapter.java

Violation Message Line
Warnings Redundant throws: 'MissingParameterException' is unchecked exception. 79
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 79

org/deegree/protocol/wfs/storedquery/kvp/ListStoredQueriesKVPAdapter.java

Violation Message Line
Warnings Redundant throws: 'MissingParameterException' is unchecked exception. 79
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 79

org/deegree/protocol/wfs/storedquery/xml/CreateStoredQueryXMLAdapter.java

Violation Message Line
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 75

org/deegree/protocol/wfs/storedquery/xml/DescribeStoredQueriesXMLAdapter.java

Violation Message Line
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 70

org/deegree/protocol/wfs/storedquery/xml/DropStoredQueryXMLAdapter.java

Violation Message Line
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 70

org/deegree/protocol/wfs/storedquery/xml/ListStoredQueriesXMLAdapter.java

Violation Message Line
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 70

org/deegree/protocol/wfs/storedquery/xml/StoredQueryDefinitionXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.query.StoredQuery. 52

org/deegree/protocol/wfs/transaction/action/Delete.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.transaction.Transaction. 41

org/deegree/protocol/wfs/transaction/action/Insert.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.transaction.Transaction. 40

org/deegree/protocol/wfs/transaction/action/Native.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.transaction.Transaction. 40

org/deegree/protocol/wfs/transaction/action/Replace.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.transaction.Transaction. 50
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 126

org/deegree/protocol/wfs/transaction/action/Update.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.transaction.Transaction. 51

org/deegree/protocol/wfs/transaction/kvp/TransactionKVPAdapter.java

Violation Message Line
Warnings Redundant throws: 'MissingParameterException' is unchecked exception. 72
Warnings Redundant throws: 'InvalidParameterValueException' is unchecked exception. 72

org/deegree/protocol/wfs/transaction/xml/TransactionActionXmlReader.java

Violation Message Line
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 61

org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader.java

Violation Message Line
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 71
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 87
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 89

org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader100.java

Violation Message Line
Warnings Unused import - java.util.NoSuchElementException. 51
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 108
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 223

org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader110.java

Violation Message Line
Warnings Unused import - java.util.NoSuchElementException. 54
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 113
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 272

org/deegree/protocol/wfs/transaction/xml/TransactionXmlReader200.java

Violation Message Line
Errors Class Data Abstraction Coupling is 13 (max allowed is 12) classes [Delete, Insert, LazyTransactionActionsReader, MissingParameterException, NamespaceBindings, Native, PropertyReplacement, QName, Replace, Transaction, Update, ValueReference, XMLParsingException]. 86
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 86
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 114
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 188
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 253
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 282
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 305