Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2002946

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity21Errors Error
ClassFanOutComplexity11Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
3Errors Error
NPathComplexity11Errors Error
RedundantImport0Warnings Warning
UnusedImports10Warnings Warning
RedundantModifier6Warnings Warning
RedundantThrows9Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile4Warnings Warning

Details

org/deegree/services/wfs/ActionResults.java

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wfs.transaction.TransactionAction.44

org/deegree/services/wfs/GetCapabilitiesHandler.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).118
ErrorsCyclomatic Complexity is 15 (max allowed is 10).203
ErrorsNPath Complexity is 433 (max allowed is 200).203
ErrorsCyclomatic Complexity is 31 (max allowed is 10).492
ErrorsNPath Complexity is 221,472 (max allowed is 200).492
ErrorsCyclomatic Complexity is 33 (max allowed is 10).737
ErrorsNPath Complexity is 812,064 (max allowed is 200).737

org/deegree/services/wfs/LockFeatureHandler.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.types.FeatureType.67

org/deegree/services/wfs/TransactionHandler.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 69 (max allowed is 20).150
ErrorsCyclomatic Complexity is 32 (max allowed is 10).202
ErrorsNPath Complexity is 252 (max allowed is 200).202
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.419
WarningsRedundant throws: 'ReferenceResolvingException' is unchecked exception.420
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.463
ErrorsCyclomatic Complexity is 11 (max allowed is 10).868

org/deegree/services/wfs/WFSProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wfs/WebFeatureService.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 35 (max allowed is 12) classes [ArrayList, Comparator, CreateStoredQueryXMLAdapter, DOMSource, DatasetMetadata, DefaultOWSMetadataProvider, DescribeFeatureTypeXMLAdapter, DescribeStoredQueriesXMLAdapter, DropStoredQueryXMLAdapter, GetCapabilitiesHandler, GetCapabilitiesXMLAdapter, GetFeatureWithLockXMLAdapter, GetFeatureXMLAdapter, GetGmlObjectXMLAdapter, GetPropertyValueXMLAdapter, HashMap, HashSet, LanguageString, LinkedHashMap, ListStoredQueriesXMLAdapter, LockFeatureHandler, LockFeatureXMLAdapter, OWS100ExceptionReportSerializer, OWS110ExceptionReportSerializer, OWSException, PreOWSExceptionReportSerializer, ResourceInitException, SchemaLocationXMLStreamWriter, StoredQueryHandler, TransactionHandler, TransactionXmlReaderFactory, TreeSet, WfsFeatureStoreManager, XMLAdapter, org.deegree.services.wfs.format.gml.GmlFormat].194
ErrorsClass Fan-Out Complexity is 97 (max allowed is 20).194
ErrorsCyclomatic Complexity is 21 (max allowed is 10).413
ErrorsNPath Complexity is 8,067 (max allowed is 200).413
ErrorsCyclomatic Complexity is 23 (max allowed is 10).530
ErrorsCyclomatic Complexity is 23 (max allowed is 10).662

org/deegree/services/wfs/WfsFeatureStoreManager.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.persistence.FeatureStoreException.59

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

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsRedundant 'public' modifier.58

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

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.services.wfs.WebFeatureService.43
WarningsRedundant 'public' modifier.58
WarningsRedundant 'public' modifier.68
WarningsRedundant 'public' modifier.79
WarningsRedundant 'public' modifier.91
WarningsRedundant 'public' modifier.103

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 13 (max allowed is 10).117
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.118
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.222
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.460

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 26 (max allowed is 20).86
ErrorsCyclomatic Complexity is 16 (max allowed is 10).129
ErrorsNPath Complexity is 810 (max allowed is 200).129

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.jaxb.wfs.GMLFormat.42

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 38 (max allowed is 20).109
ErrorsCyclomatic Complexity is 16 (max allowed is 10).396
ErrorsNPath Complexity is 296 (max allowed is 200).396

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).106
ErrorsCyclomatic Complexity is 11 (max allowed is 10).241

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 46 (max allowed is 20).114
ErrorsCyclomatic Complexity is 28 (max allowed is 10).136
ErrorsNPath Complexity is 18,720 (max allowed is 200).136
ErrorsCyclomatic Complexity is 15 (max allowed is 10).294
ErrorsNPath Complexity is 384 (max allowed is 200).294
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.397
ErrorsCyclomatic Complexity is 14 (max allowed is 10).447
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.451
ErrorsCyclomatic Complexity is 12 (max allowed is 10).561

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

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wfs.getfeature.GetFeature.63
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).79
ErrorsCyclomatic Complexity is 14 (max allowed is 10).99

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 33 (max allowed is 20).88

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

ViolationMessageLine
WarningsUnused import - org.deegree.commons.tom.gml.GMLObject.47
WarningsUnused import - org.deegree.protocol.wfs.getfeature.GetFeature.51
WarningsUnused import - org.deegree.protocol.wfs.getpropertyvalue.GetPropertyValue.52

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

ViolationMessageLine
WarningsUnused import - org.deegree.protocol.wfs.getfeature.GetFeature.88
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 53 (max allowed is 20).117
ErrorsCyclomatic Complexity is 29 (max allowed is 10).360
ErrorsNPath Complexity is 6,888 (max allowed is 200).360
ErrorsCyclomatic Complexity is 11 (max allowed is 10).555
ErrorsCyclomatic Complexity is 11 (max allowed is 10).586
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.637

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 27 (max allowed is 20).83
ErrorsCyclomatic Complexity is 22 (max allowed is 10).142
ErrorsNPath Complexity is 19,840 (max allowed is 200).142