The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 0 | |
| ClassFanOutComplexity | 1 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 1 | |
| NPathComplexity | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| RedundantModifier | 0 | |
| RedundantThrows | 1 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.deegree.commons.ows.exception.OWSException. | 39 | |
| Redundant throws: 'XMLParsingException' is unchecked exception. | 98 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.deegree.commons.ows.exception.OWSException. | 42 |
| Violation | Message | Line |
|---|---|---|
| Class Data Abstraction Coupling is 13 (max allowed is 12) classes [ArrayList, EventTime100XMLAdapter, GeometryFactory, GetObservation, LinkedList, Pair, ProcedureFilter, PropertyFilter, ResultFilter, ResultFilterException, SpatialBBOXFilter, XMLParsingException, XPath]. | 81 | |
| Class Fan-Out Complexity is 22 (max allowed is 20). | 81 |