The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 1 | |
| ClassFanOutComplexity | 1 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 1 | |
| NPathComplexity | 1 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| RedundantModifier | 0 | |
| RedundantThrows | 1 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 2 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.deegree.services.ows.OWS110ExceptionReportSerializer. | 48 |
| 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 |