Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 5

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 2 Errors Error
ClassFanOutComplexity 1 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1 Errors Error
NPathComplexity 1 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 0 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning

Details

org/deegree/feature/persistence/simplesql/SimpleSQLFeatureStore.java

Violation Message Line
Errors Class Data Abstraction Coupling is 18 (max allowed is 12) classes [CombinedFeatureInputStream, FeatureStoreException, FeatureType, FilteredFeatureInputStream, GenericAppSchema, GenericFeature, GenericProperty, GeometryFactory, GeometryTransformer, IteratorFeatureInputStream, LinkedList, Pair, QName, Query, ResultSetIterator, SimpleProperty, TreeMap, WKTReader]. 111
Errors Class Fan-Out Complexity is 45 (max allowed is 20). 111
Errors Cyclomatic Complexity is 11 (max allowed is 10). 152
Errors Cyclomatic Complexity is 15 (max allowed is 10). 292
Errors NPath Complexity is 578 (max allowed is 200). 292