Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
80412

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity6Errors Error
ClassFanOutComplexity3Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity2Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows2Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile1Warnings Warning

Details

org/deegree/remoteows/wms/OldWMSClient111.java

ViolationMessageLine
WarningsUnused import - org.deegree.coverage.raster.data.nio.PixelInterleavedRasterData.93
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 40 (max allowed is 20).122
ErrorsCyclomatic Complexity is 19 (max allowed is 10).520
ErrorsNPath Complexity is 312 (max allowed is 200).520
WarningsRedundant throws: 'NoSuchElementException' is unchecked exception.611
WarningsRedundant throws: 'NoSuchElementException' is unchecked exception.636
ErrorsCyclomatic Complexity is 26 (max allowed is 10).769
ErrorsNPath Complexity is 6,924 (max allowed is 200).769
ErrorsCyclomatic Complexity is 11 (max allowed is 10).886

org/deegree/remoteows/wms/RemoteWMSStore.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).83
ErrorsCyclomatic Complexity is 11 (max allowed is 10).236

org/deegree/remoteows/wms/RemoteWMSStoreProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).74
ErrorsCyclomatic Complexity is 12 (max allowed is 10).100
ErrorsCyclomatic Complexity is 11 (max allowed is 10).152