Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2005

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity2Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

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

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 45 (max allowed is 20).111
ErrorsCyclomatic Complexity is 11 (max allowed is 10).152
ErrorsCyclomatic Complexity is 15 (max allowed is 10).292
ErrorsNPath Complexity is 578 (max allowed is 200).292