Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 0 8 29

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 16 Errors Error
ClassFanOutComplexity 5 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1 Errors Error
NPathComplexity 7 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 1 Warnings Warning
RedundantModifier 4 Warnings Warning
RedundantThrows 0 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 3 Warnings Warning

Details

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

Violation Message Line
Warnings Unused import - org.deegree.sqldialect.filter.UnmappableException. 58
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 70
Errors Cyclomatic Complexity is 13 (max allowed is 10). 98
Errors NPath Complexity is 204 (max allowed is 200). 98

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

Violation Message Line
Errors Class Fan-Out Complexity is 27 (max allowed is 20). 87
Errors Cyclomatic Complexity is 30 (max allowed is 10). 124
Errors NPath Complexity is 49,408 (max allowed is 200). 124
Errors Cyclomatic Complexity is 26 (max allowed is 10). 323
Warnings Redundant 'final' modifier. 472

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

Violation Message Line
Errors Class Fan-Out Complexity is 27 (max allowed is 20). 83
Errors Cyclomatic Complexity is 13 (max allowed is 10). 130
Errors Cyclomatic Complexity is 18 (max allowed is 10). 188

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

Violation Message Line
Warnings File does not end with a newline. 0

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

Violation Message Line
Errors Class Fan-Out Complexity is 26 (max allowed is 20). 90
Errors Cyclomatic Complexity is 19 (max allowed is 10). 232
Errors Cyclomatic Complexity is 15 (max allowed is 10). 328
Errors Cyclomatic Complexity is 21 (max allowed is 10). 397
Errors Cyclomatic Complexity is 15 (max allowed is 10). 570
Warnings Redundant 'final' modifier. 657
Warnings Redundant 'final' modifier. 668
Warnings Redundant 'final' modifier. 675
Errors Cyclomatic Complexity is 13 (max allowed is 10). 683
Errors Cyclomatic Complexity is 12 (max allowed is 10). 847
Errors NPath Complexity is 480 (max allowed is 200). 847
Errors Cyclomatic Complexity is 23 (max allowed is 10). 988
Errors NPath Complexity is 392 (max allowed is 200). 988
Errors Cyclomatic Complexity is 29 (max allowed is 10). 1088
Errors NPath Complexity is 30,240 (max allowed is 200). 1088

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

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class 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
Errors Class Fan-Out Complexity is 54 (max allowed is 20). 122
Errors Cyclomatic Complexity is 16 (max allowed is 10). 215
Errors NPath Complexity is 1,248 (max allowed is 200). 215
Errors Cyclomatic Complexity is 24 (max allowed is 10). 431
Errors NPath Complexity is 12,288 (max allowed is 200). 431

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

Violation Message Line
Warnings File does not end with a newline. 0
Errors Cyclomatic Complexity is 13 (max allowed is 10). 93