Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
190513

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity1Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports13Warnings Warning
RedundantModifier31Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile7Warnings Warning

Details

org/deegree/feature/persistence/FeatureInspector.java

ViolationMessageLine
WarningsUnused import - org.deegree.geometry.Geometry.39
WarningsUnused import - org.deegree.geometry.GeometryInspectionException.40
WarningsRedundant 'public' modifier.64

org/deegree/feature/persistence/FeatureStore.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.feature.Feature.43
WarningsUnused import - org.deegree.geometry.Geometry.50

org/deegree/feature/persistence/FeatureStoreGMLIdResolver.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/feature/persistence/FeatureStoreGmlIdentifierResolver.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/feature/persistence/FeatureStoreManager.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/feature/persistence/FeatureStoreProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/feature/persistence/FeatureStoreTransaction.java

ViolationMessageLine
WarningsRedundant 'public' modifier.71
WarningsRedundant 'public' modifier.80
WarningsRedundant 'public' modifier.90
WarningsRedundant 'public' modifier.104
WarningsRedundant 'public' modifier.122
WarningsRedundant 'public' modifier.141
WarningsRedundant 'public' modifier.157
WarningsRedundant 'public' modifier.171

org/deegree/feature/persistence/cache/BBoxCache.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.persistence.FeatureStore.42
WarningsUnused import - org.deegree.feature.types.FeatureType.43

org/deegree/feature/persistence/cache/BBoxPropertiesCache.java

ViolationMessageLine
WarningsRedundant 'final' modifier.163
WarningsRedundant 'final' modifier.192

org/deegree/feature/persistence/cache/FeatureStoreCache.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.feature.persistence.FeatureStore.39
WarningsRedundant 'public' modifier.60
WarningsRedundant 'public' modifier.68
WarningsRedundant 'public' modifier.76
WarningsRedundant 'public' modifier.81

org/deegree/feature/persistence/cache/SimpleFeatureStoreCache.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.persistence.FeatureStore.44

org/deegree/feature/persistence/lock/DefaultLockManager.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 26 (max allowed is 20).83
ErrorsCyclomatic Complexity is 19 (max allowed is 10).184
ErrorsNPath Complexity is 973 (max allowed is 200).184

org/deegree/feature/persistence/lock/Lock.java

ViolationMessageLine
WarningsRedundant 'public' modifier.60
WarningsRedundant 'public' modifier.67
WarningsRedundant 'public' modifier.75
WarningsRedundant 'public' modifier.82
WarningsRedundant 'public' modifier.89
WarningsRedundant 'public' modifier.101
WarningsRedundant 'public' modifier.114
WarningsRedundant 'public' modifier.125
WarningsRedundant 'public' modifier.133
WarningsRedundant 'public' modifier.143
WarningsRedundant 'public' modifier.153

org/deegree/feature/persistence/lock/LockManager.java

ViolationMessageLine
WarningsUnused import - org.deegree.commons.utils.kvp.InvalidParameterValueException.42
WarningsUnused import - org.deegree.feature.persistence.FeatureStore.43
WarningsRedundant 'public' modifier.88
WarningsRedundant 'public' modifier.100
WarningsRedundant 'public' modifier.113
WarningsRedundant 'public' modifier.124
WarningsRedundant 'public' modifier.139

org/deegree/feature/persistence/query/Query.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.cs.coordinatesystems.CRS.49
WarningsUnused import - org.deegree.feature.persistence.FeatureStore.51
WarningsUnused import - org.deegree.filter.OperatorFilter.53