The following document contains the results of Checkstyle.
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 |
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 |