Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
20 0 30 46

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 21 Errors Error
ClassFanOutComplexity 11 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
3 Errors Error
NPathComplexity 11 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 11 Warnings Warning
RedundantModifier 6 Warnings Warning
RedundantThrows 9 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 4 Warnings Warning

Details

org/deegree/services/wfs/ActionResults.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.transaction.TransactionAction. 44

org/deegree/services/wfs/GetCapabilitiesHandler.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 32 (max allowed is 20). 120
Errors Cyclomatic Complexity is 16 (max allowed is 10). 205
Errors NPath Complexity is 433 (max allowed is 200). 205
Errors Cyclomatic Complexity is 31 (max allowed is 10). 500
Errors NPath Complexity is 166,176 (max allowed is 200). 500
Errors Cyclomatic Complexity is 34 (max allowed is 10). 748
Errors NPath Complexity is 812,064 (max allowed is 200). 748

org/deegree/services/wfs/LockFeatureHandler.java

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

org/deegree/services/wfs/TransactionHandler.java

Violation Message Line
Errors Class Data Abstraction Coupling is 14 (max allowed is 12) classes [ActionResults, ArrayList, CoordinateValidityInspector, FeatureReference, GenericFeatureCollection, GenericProperty, GeometryFactory, HashMap, LinkedList, OWSException, Pair, ParsedPropertyReplacement, QName, XMLStreamReaderWrapper]. 150
Errors Class Fan-Out Complexity is 69 (max allowed is 20). 150
Errors Cyclomatic Complexity is 32 (max allowed is 10). 202
Errors NPath Complexity is 252 (max allowed is 200). 202
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 419
Warnings Redundant throws: 'ReferenceResolvingException' is unchecked exception. 420
Warnings Redundant throws: 'XMLParsingException' is unchecked exception. 463
Errors Cyclomatic Complexity is 11 (max allowed is 10). 868

org/deegree/services/wfs/WFSProvider.java

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

org/deegree/services/wfs/WebFeatureService.java

Violation Message Line
Errors Class Data Abstraction Coupling is 36 (max allowed is 12) classes [ArrayList, Comparator, CreateStoredQueryXMLAdapter, DOMSource, DatasetMetadata, DefaultOWSMetadataProvider, DescribeFeatureTypeXMLAdapter, DescribeStoredQueriesXMLAdapter, DropStoredQueryXMLAdapter, GetCapabilitiesHandler, GetCapabilitiesXMLAdapter, GetFeatureWithLockXMLAdapter, GetFeatureXMLAdapter, GetGmlObjectXMLAdapter, GetPropertyValueXMLAdapter, HashMap, HashSet, LanguageString, LinkedHashMap, LinkedHashSet, ListStoredQueriesXMLAdapter, LockFeatureHandler, LockFeatureXMLAdapter, OWS100ExceptionReportSerializer, OWS110ExceptionReportSerializer, OWSException, PreOWSExceptionReportSerializer, ResourceInitException, SchemaLocationXMLStreamWriter, StoredQueryHandler, TransactionHandler, TransactionXmlReaderFactory, TreeSet, WfsFeatureStoreManager, XMLAdapter, org.deegree.services.wfs.format.gml.GmlFormat]. 195
Errors Class Fan-Out Complexity is 98 (max allowed is 20). 195
Errors Cyclomatic Complexity is 21 (max allowed is 10). 414
Errors NPath Complexity is 8,067 (max allowed is 200). 414
Errors Cyclomatic Complexity is 23 (max allowed is 10). 531
Errors Cyclomatic Complexity is 23 (max allowed is 10). 663

org/deegree/services/wfs/WfsFeatureStoreManager.java

Violation Message Line
Warnings Unused import - org.deegree.feature.persistence.FeatureStoreException. 59

org/deegree/services/wfs/format/CustomFormat.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant 'public' modifier. 58

org/deegree/services/wfs/format/Format.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.services.wfs.WebFeatureService. 43
Warnings Redundant 'public' modifier. 58
Warnings Redundant 'public' modifier. 68
Warnings Redundant 'public' modifier. 79
Warnings Redundant 'public' modifier. 91
Warnings Redundant 'public' modifier. 103

org/deegree/services/wfs/format/gml/BufferableXMLStreamWriter.java

Violation Message Line
Errors Cyclomatic Complexity is 13 (max allowed is 10). 117
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 118
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 222
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 460

org/deegree/services/wfs/format/gml/GmlFormat.java

Violation Message Line
Errors Class Fan-Out Complexity is 26 (max allowed is 20). 86
Errors Cyclomatic Complexity is 16 (max allowed is 10). 129
Errors NPath Complexity is 810 (max allowed is 200). 129

org/deegree/services/wfs/format/gml/GmlFormatOptions.java

Violation Message Line
Warnings Unused import - org.deegree.services.jaxb.wfs.GMLFormat. 42

org/deegree/services/wfs/format/gml/request/AbstractGmlRequestHandler.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType. 94
Errors Class Fan-Out Complexity is 39 (max allowed is 20). 114
Errors Cyclomatic Complexity is 16 (max allowed is 10). 441
Errors NPath Complexity is 296 (max allowed is 200). 441

org/deegree/services/wfs/format/gml/request/GmlDescribeFeatureTypeHandler.java

Violation Message Line
Errors Class Fan-Out Complexity is 31 (max allowed is 20). 106
Errors Cyclomatic Complexity is 11 (max allowed is 10). 269

org/deegree/services/wfs/format/gml/request/GmlGetFeatureHandler.java

Violation Message Line
Errors Class Fan-Out Complexity is 47 (max allowed is 20). 117
Errors Cyclomatic Complexity is 29 (max allowed is 10). 139
Errors NPath Complexity is 16,848 (max allowed is 200). 139
Errors Cyclomatic Complexity is 15 (max allowed is 10). 293
Errors NPath Complexity is 384 (max allowed is 200). 293
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 396
Errors Cyclomatic Complexity is 14 (max allowed is 10). 446
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 450
Errors Cyclomatic Complexity is 12 (max allowed is 10). 560

org/deegree/services/wfs/format/gml/request/GmlGetGmlObjectHandler.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.getfeature.GetFeature. 63
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 79
Errors Cyclomatic Complexity is 14 (max allowed is 10). 99

org/deegree/services/wfs/format/gml/request/GmlGetPropertyValueHandler.java

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

org/deegree/services/wfs/format/gml/request/WfsXlinkStrategy.java

Violation Message Line
Warnings Unused import - org.deegree.commons.tom.gml.GMLObject. 47
Warnings Unused import - org.deegree.protocol.wfs.getfeature.GetFeature. 51
Warnings Unused import - org.deegree.protocol.wfs.getpropertyvalue.GetPropertyValue. 52

org/deegree/services/wfs/query/QueryAnalyzer.java

Violation Message Line
Warnings Unused import - org.deegree.protocol.wfs.getfeature.GetFeature. 88
Errors Class Data Abstraction Coupling is 20 (max allowed is 12) classes [ArrayList, BBOX, FeatureIdQuery, FilterQuery, GeometryFactory, GeometryTransformer, HashMap, HashSet, IdFilter, LinkedHashMap, NamespaceBindings, OWSException, OperatorFilter, Pair, QName, Query, QueryXMLAdapter, StoredQueryDefinitionXMLAdapter, StringReader, TypeName]. 117
Errors Class Fan-Out Complexity is 53 (max allowed is 20). 117
Errors Cyclomatic Complexity is 29 (max allowed is 10). 360
Errors NPath Complexity is 6,888 (max allowed is 200). 360
Errors Cyclomatic Complexity is 11 (max allowed is 10). 555
Errors Cyclomatic Complexity is 11 (max allowed is 10). 586
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 637

org/deegree/services/wfs/query/StoredQueryHandler.java

Violation Message Line
Errors Class Fan-Out Complexity is 27 (max allowed is 20). 83
Errors Cyclomatic Complexity is 22 (max allowed is 10). 142
Errors NPath Complexity is 19,840 (max allowed is 200). 142