Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 4 10

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 4 Errors Error
ClassFanOutComplexity 4 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 4 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning

Details

org/deegree/feature/persistence/memory/MemoryFeatureStore.java

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

org/deegree/feature/persistence/memory/MemoryFeatureStoreProvider.java

Violation Message Line
Errors Class Fan-Out Complexity is 25 (max allowed is 20). 82
Errors Cyclomatic Complexity is 11 (max allowed is 10). 104

org/deegree/feature/persistence/memory/MemoryFeatureStoreTransaction.java

Violation Message Line
Errors Class Fan-Out Complexity is 39 (max allowed is 20). 96
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 420
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 431
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 454
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 484

org/deegree/feature/persistence/memory/StoredFeatures.java

Violation Message Line
Errors Class Data Abstraction Coupling is 16 (max allowed is 12) classes [ArrayList, FeatureStoreException, FilterEvaluationException, GMLObjectVisitor, GMLObjectWalker, GenericFeatureCollection, GenericProperty, GeometryTransformer, HashMap, HashSet, InvalidParameterValueException, MemoryFeatureInputStream, Pair, QName, RTree, TypedObjectNodeXPathEvaluator]. 95
Errors Class Fan-Out Complexity is 41 (max allowed is 20). 95
Errors Cyclomatic Complexity is 18 (max allowed is 10). 164
Errors Cyclomatic Complexity is 22 (max allowed is 10). 300
Errors NPath Complexity is 3,009 (max allowed is 200). 300
Errors Cyclomatic Complexity is 15 (max allowed is 10). 374