Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
40410

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity4Errors Error
ClassFanOutComplexity4Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows4Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 23 (max allowed is 20).72

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 25 (max allowed is 20).82
ErrorsCyclomatic Complexity is 11 (max allowed is 10).104

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 39 (max allowed is 20).95
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.419
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.430
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.453
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.483

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

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 41 (max allowed is 20).95
ErrorsCyclomatic Complexity is 18 (max allowed is 10).164
ErrorsCyclomatic Complexity is 22 (max allowed is 10).300
ErrorsNPath Complexity is 3,009 (max allowed is 200).300
ErrorsCyclomatic Complexity is 15 (max allowed is 10).374