Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4024

Rules

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

Details

org/deegree/feature/persistence/geocouch/GeoCouchFeatureStore.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Data Abstraction Coupling is 21 (max allowed is 12) classes [And, ArrayList, BlobCodec, CombinedFeatureInputStream, DefaultHttpClient, FeatureStoreException, FilterEvaluationException, FilteredFeatureInputStream, GeoCouchFeatureStoreTransaction, HttpGet, HttpPut, IDIterator, Iterator, IteratorFeatureInputStream, JsonObject, MemoryFeatureInputStream, NoSuchElementException, Operator, OperatorFilter, ResourceInitException, StringEntity].112
ErrorsClass Fan-Out Complexity is 45 (max allowed is 20).112
ErrorsCyclomatic Complexity is 17 (max allowed is 10).243
ErrorsNPath Complexity is 344 (max allowed is 200).243

org/deegree/feature/persistence/geocouch/GeoCouchFeatureStoreProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0