Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
4 | 0 | 4 | 10 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 4 | Error |
ClassFanOutComplexity | 4 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 1 | Error |
NPathComplexity | 1 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 4 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Details
org/deegree/feature/persistence/memory/MemoryFeatureStore.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 23 (max allowed is 20). | 72 |
org/deegree/feature/persistence/memory/MemoryFeatureStoreProvider.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 25 (max allowed is 20). | 82 |
 | Cyclomatic Complexity is 11 (max allowed is 10). | 104 |
org/deegree/feature/persistence/memory/MemoryFeatureStoreTransaction.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 39 (max allowed is 20). | 95 |
 | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 419 |
 | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 430 |
 | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 453 |
 | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 483 |
org/deegree/feature/persistence/memory/StoredFeatures.java
Violation | Message | Line |
---|
 | 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 |
 | Class Fan-Out Complexity is 41 (max allowed is 20). | 95 |
 | Cyclomatic Complexity is 18 (max allowed is 10). | 164 |
 | Cyclomatic Complexity is 22 (max allowed is 10). | 300 |
 | NPath Complexity is 3,009 (max allowed is 200). | 300 |
 | Cyclomatic Complexity is 15 (max allowed is 10). | 374 |