Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
13 | 0 | 4 | 4 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 1 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 1 | Error |
NPathComplexity | 1 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 1 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 1 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 2 | Warning |
Details
org/deegree/services/sos/SOS100ExceptionReportSerializer.java
Violation | Message | Line |
---|
 | Unused import - org.deegree.services.ows.OWS110ExceptionReportSerializer. | 48 |
org/deegree/services/sos/SOSController.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 16 (max allowed is 12) classes [BufferedReader, DescribeSensor100XMLAdapter, FilterCollection, GetCapabilitiesXMLParser, GetFeatureOfInterest100XMLAdapter, GetObservation100XMLAdapter, HashSet, InputStreamReader, LinkedList, NamespaceBindings, OWSException, ResourceInitException, SOS100ExceptionReportSerializer, ServiceConfigurationXMLAdapter, XMLAdapter, XPath]. | 144 |
 | Class Fan-Out Complexity is 62 (max allowed is 20). | 144 |
org/deegree/services/sos/SOSProvider.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
org/deegree/services/sos/ServiceConfigurationXMLAdapter.java
Violation | Message | Line |
---|
 | Redundant throws: 'XMLProcessingException' is unchecked exception. | 67 |
org/deegree/services/sos/capabilities/Capabilities100XMLAdapter.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Cyclomatic Complexity is 14 (max allowed is 10). | 248 |
 | NPath Complexity is 220 (max allowed is 200). | 248 |