Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
28 | 0 | 0 | 14 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 5 | Error |
ClassFanOutComplexity | 4 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 2 | Error |
NPathComplexity | 3 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Details
org/deegree/client/sos/SOSClient.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 22 (max allowed is 20). | 42 |
org/deegree/client/sos/requesthandler/HandleGetCapabilities.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, BoundedBy, Filter_Capabilities, NamespaceBindings, ObservationOffering, Operation, Operator, Pair, Parameter, QName, StorageGetCapabilities, Time, URL, XMLAdapter, XPath]. | 38 |
 | Class Fan-Out Complexity is 21 (max allowed is 20). | 38 |
 | Cyclomatic Complexity is 26 (max allowed is 10). | 190 |
 | NPath Complexity is 726 (max allowed is 200). | 190 |
 | Cyclomatic Complexity is 21 (max allowed is 10). | 300 |
org/deegree/client/sos/requesthandler/HandleGetObservation.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 16 (max allowed is 12) classes [ArrayList, BufferedReader, ByteArrayInputStream, DataArray, Field, File, FileInputStream, InputStreamReader, OWSException, Observation, Pair, QName, StorageGetObservation, StringBuilder, XMLAdapter, XPath]. | 41 |
 | Class Fan-Out Complexity is 25 (max allowed is 20). | 41 |
org/deegree/client/sos/requesthandler/kvp/GetKVPGetObservation.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 22 (max allowed is 10). | 46 |
 | NPath Complexity is 7,201 (max allowed is 200). | 46 |
org/deegree/client/sos/utils/ChartProcessing.java
Violation | Message | Line |
---|
 | Class Fan-Out Complexity is 24 (max allowed is 20). | 47 |
org/deegree/client/sos/utils/DataPrep.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 12 (max allowed is 10). | 55 |
org/deegree/client/sos/utils/Writer.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 49 (max allowed is 10). | 44 |
 | NPath Complexity is 2,176,782,336 (max allowed is 200). | 44 |