Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
70828

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity16Errors Error
ClassFanOutComplexity4Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity7Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier4Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile3Warnings Warning

Details

org/deegree/feature/persistence/shape/DBFIndex.java

ViolationMessageLine
WarningsUnused import - org.deegree.sqldialect.filter.UnmappableException.57
ErrorsCyclomatic Complexity is 13 (max allowed is 10).94
ErrorsNPath Complexity is 204 (max allowed is 200).94

org/deegree/feature/persistence/shape/DBFReader.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 27 (max allowed is 20).87
ErrorsCyclomatic Complexity is 30 (max allowed is 10).124
ErrorsNPath Complexity is 49,408 (max allowed is 200).124
ErrorsCyclomatic Complexity is 26 (max allowed is 10).323
WarningsRedundant 'final' modifier.472

org/deegree/feature/persistence/shape/DbfIndexImporter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 23 (max allowed is 20).80
ErrorsCyclomatic Complexity is 13 (max allowed is 10).124
ErrorsCyclomatic Complexity is 18 (max allowed is 10).182

org/deegree/feature/persistence/shape/H2WhereBuilder.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/feature/persistence/shape/SHPReader.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 26 (max allowed is 20).90
ErrorsCyclomatic Complexity is 19 (max allowed is 10).232
ErrorsCyclomatic Complexity is 15 (max allowed is 10).328
ErrorsCyclomatic Complexity is 21 (max allowed is 10).397
ErrorsCyclomatic Complexity is 15 (max allowed is 10).570
WarningsRedundant 'final' modifier.657
WarningsRedundant 'final' modifier.668
WarningsRedundant 'final' modifier.675
ErrorsCyclomatic Complexity is 13 (max allowed is 10).683
ErrorsCyclomatic Complexity is 12 (max allowed is 10).847
ErrorsNPath Complexity is 480 (max allowed is 200).847
ErrorsCyclomatic Complexity is 23 (max allowed is 10).988
ErrorsNPath Complexity is 392 (max allowed is 200).988
ErrorsCyclomatic Complexity is 29 (max allowed is 10).1088
ErrorsNPath Complexity is 30,240 (max allowed is 200).1088

org/deegree/feature/persistence/shape/ShapeFeatureStore.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Data Abstraction Coupling is 31 (max allowed is 12) classes [BufferedReader, CombinedFeatureInputStream, DBFIndex, DBFReader, FeatureIterator, FeatureStoreException, FeatureType, File, FileReader, FilteredFeatureInputStream, GenericAppSchema, GenericFeatureCollection, GenericFeatureType, GenericProperty, GeometryPropertyType, GeometryTransformer, HashMap, HashSet, Iterator, IteratorFeatureInputStream, LinkedList, MemoryFeatureInputStream, NoSuchElementException, Pair, QName, RTree, RandomAccessFile, ResourceInitException, SHPReader, SimpleFeatureStoreCache, WKTParser].122
ErrorsClass Fan-Out Complexity is 54 (max allowed is 20).122
ErrorsCyclomatic Complexity is 16 (max allowed is 10).213
ErrorsNPath Complexity is 1,248 (max allowed is 200).213
ErrorsCyclomatic Complexity is 24 (max allowed is 10).428
ErrorsNPath Complexity is 12,288 (max allowed is 200).428

org/deegree/feature/persistence/shape/ShapeFeatureStoreProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsCyclomatic Complexity is 13 (max allowed is 10).93