Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
8 0 4 12

Rules

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

Details

org/deegree/remoteows/wms/OldWMSClient111.java

Violation Message Line
Warnings Unused import - org.deegree.coverage.raster.data.nio.PixelInterleavedRasterData. 93
Errors Class Data Abstraction Coupling is 17 (max allowed is 12) classes [ArrayList, GenericFeature, GenericFeatureCollection, GenericFeatureType, GeometryFactory, HashMap, IOException, LinkedList, Pair, QName, SimpleProperty, SimplePropertyType, SimpleRaster, URL, Worker, XMLAdapter, XPath]. 122
Errors Class Fan-Out Complexity is 40 (max allowed is 20). 122
Errors Cyclomatic Complexity is 19 (max allowed is 10). 520
Errors NPath Complexity is 312 (max allowed is 200). 520
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 611
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 636
Errors Cyclomatic Complexity is 26 (max allowed is 10). 769
Errors NPath Complexity is 6,924 (max allowed is 200). 769
Errors Cyclomatic Complexity is 11 (max allowed is 10). 886

org/deegree/remoteows/wms/RemoteWMSStore.java

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 83
Errors Cyclomatic Complexity is 11 (max allowed is 10). 236

org/deegree/remoteows/wms/RemoteWMSStoreProvider.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 74
Errors Cyclomatic Complexity is 12 (max allowed is 10). 100
Errors Cyclomatic Complexity is 11 (max allowed is 10). 152