The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 0 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 1 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 2 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 1 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
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 |