Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
14 | 0 | 7 | 30 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 15 | Error |
ClassFanOutComplexity | 5 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 2 | Error |
NPathComplexity | 8 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 1 | Warning |
RedundantThrows | 5 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 1 | Warning |
Details
org/deegree/protocol/wms/Utils.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 13 (max allowed is 10). | 67 |
org/deegree/protocol/wms/client/WMSCapabilitiesAdapter.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Class Data Abstraction Coupling is 20 (max allowed is 12) classes [ArrayList, CodeType, DCP, Description, GeometryFactory, HashMap, LanguageString, LayerMetadata, LinkedList, MetadataUrl, Operation, OperationsMetadata, Pair, QName, ServiceIdentification, SpatialMetadata, Style, Tree, URL, XPath]. | 89 |
 | Class Fan-Out Complexity is 31 (max allowed is 20). | 89 |
 | Cyclomatic Complexity is 12 (max allowed is 10). | 345 |
 | NPath Complexity is 378 (max allowed is 200). | 345 |
 | Redundant throws: 'XMLParsingException' is unchecked exception. | 485 |
 | Redundant throws: 'XMLParsingException' is unchecked exception. | 491 |
 | Redundant throws: 'XMLParsingException' is unchecked exception. | 497 |
 | Redundant throws: 'XMLParsingException' is unchecked exception. | 544 |
org/deegree/protocol/wms/client/WMSClient.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 20 (max allowed is 12) classes [ArrayList, DynamicAppSchema, GenericFeature, GenericFeatureCollection, GenericFeatureType, HashMap, IOException, LinkedList, OWSException, OwsHttpClientImpl, QName, SimpleProperty, SimplePropertyType, StyleRef, URL, WMS111CapabilitiesAdapter, WMS130CapabilitiesAdapter, Worker, XMLAdapter, XMLStreamException]. | 146 |
 | Class Fan-Out Complexity is 45 (max allowed is 20). | 146 |
 | Cyclomatic Complexity is 11 (max allowed is 10). | 427 |
 | Redundant throws: 'XMLParsingException' is unchecked exception. | 450 |
 | Class Fan-Out Complexity is 22 (max allowed is 20). | 570 |
 | Cyclomatic Complexity is 37 (max allowed is 10). | 620 |
 | NPath Complexity is 331,788 (max allowed is 200). | 620 |
 | Cyclomatic Complexity is 11 (max allowed is 10). | 793 |
 | Cyclomatic Complexity is 13 (max allowed is 10). | 871 |
 | NPath Complexity is 288 (max allowed is 200). | 871 |
org/deegree/protocol/wms/ops/GetFeatureInfo.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 11 (max allowed is 10). | 169 |
 | Cyclomatic Complexity is 29 (max allowed is 10). | 207 |
 | NPath Complexity is 589,824 (max allowed is 200). | 207 |
org/deegree/protocol/wms/ops/GetLegendGraphic.java
Violation | Message | Line |
---|
 | Redundant 'final' modifier. | 67 |
 | Cyclomatic Complexity is 16 (max allowed is 10). | 76 |
 | NPath Complexity is 5,832 (max allowed is 200). | 76 |
org/deegree/protocol/wms/ops/GetMap.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 29 (max allowed is 20). | 103 |
 | Cyclomatic Complexity is 27 (max allowed is 10). | 312 |
 | NPath Complexity is 27,648 (max allowed is 200). | 312 |
 | Cyclomatic Complexity is 16 (max allowed is 10). | 400 |
 | Cyclomatic Complexity is 15 (max allowed is 10). | 455 |
org/deegree/protocol/wms/ops/RequestBase.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 17 (max allowed is 10). | 88 |
org/deegree/protocol/wms/ops/SLDParser.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 24 (max allowed is 20). | 85 |
 | Cyclomatic Complexity is 34 (max allowed is 10). | 100 |
 | NPath Complexity is 23,764 (max allowed is 200). | 100 |
 | Cyclomatic Complexity is 40 (max allowed is 10). | 264 |
 | NPath Complexity is 77,094 (max allowed is 200). | 264 |