The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 5 | Error |
ClassFanOutComplexity | 9 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 2 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 6 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 1 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 3 | Warning |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.services.wpvs.config.Dataset. | 81 | |
Class Data Abstraction Coupling is 16 (max allowed is 12) classes [ArrayList, ColormapDataset, ConfiguredOpenGLInitValues, DEMDataset, DEMTextureDataset, DirectByteBufferPool, File, GLPBufferPool, GeometryFactory, GetViewRenderer, OWSException, RenderContext, RenderableDataset, ServiceInitException, StringBuilder, TextureManager]. | 100 | |
Class Fan-Out Complexity is 41 (max allowed is 20). | 100 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.rendering.r3d.multiresolution.io.MeshFragmentDataReader. | 49 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 30 (max allowed is 20). | 87 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 12 (max allowed is 10). | 132 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 21 (max allowed is 20). | 75 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, CapabilitiesXMLAdapter, DCP, IOException, IndentingXMLStreamWriter, LinkedList, NamespaceBindings, OWS110ExceptionReportSerializer, OWSException, Operation, OperationsMetadata, PerspectiveViewService, ResourceInitException, URL, XPath]. | 119 | |
Class Fan-Out Complexity is 46 (max allowed is 20). | 119 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.services.jaxb.controller.DCPType. | 54 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 94 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 23 (max allowed is 20). | 80 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 172 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 278 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 35 (max allowed is 20). | 88 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 555 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 28 (max allowed is 20). | 77 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 11 (max allowed is 10). | 213 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - java.io.ObjectOutputStream. | 39 |