Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
34 0 11 16

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 5 Errors Error
ClassFanOutComplexity 9 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2 Errors Error
NPathComplexity 0 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 6 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 2 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 3 Warnings Warning

Details

org/deegree/services/wpvs/PerspectiveViewService.java

Violation Message Line
Warnings Unused import - org.deegree.services.wpvs.config.Dataset. 81
Errors 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
Errors Class Fan-Out Complexity is 41 (max allowed is 20). 100

org/deegree/services/wpvs/config/DEMDataset.java

Violation Message Line
Warnings Unused import - org.deegree.rendering.r3d.multiresolution.io.MeshFragmentDataReader. 49

org/deegree/services/wpvs/config/DEMTextureDataset.java

Violation Message Line
Errors Class Fan-Out Complexity is 30 (max allowed is 20). 87

org/deegree/services/wpvs/config/Dataset.java

Violation Message Line
Errors Cyclomatic Complexity is 12 (max allowed is 10). 132

org/deegree/services/wpvs/config/RenderableDataset.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 75

org/deegree/services/wpvs/controller/WPVSController.java

Violation Message Line
Errors 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
Errors Class Fan-Out Complexity is 46 (max allowed is 20). 119

org/deegree/services/wpvs/controller/WPVSProvider.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/services/wpvs/controller/capabilities/CapabilitiesXMLAdapter.java

Violation Message Line
Warnings Unused import - org.deegree.services.jaxb.controller.DCPType. 54
Errors Cyclomatic Complexity is 12 (max allowed is 10). 94

org/deegree/services/wpvs/controller/getview/GetViewKVPAdapter.java

Violation Message Line
Errors Class Fan-Out Complexity is 23 (max allowed is 20). 80
Errors Cyclomatic Complexity is 11 (max allowed is 10). 172

org/deegree/services/wpvs/io/ModelBackend.java

Violation Message Line
Warnings Unable to get class information for DatasourceException. 278
Warnings Redundant throws: 'UnsupportedOperationException' is unchecked exception. 278

org/deegree/services/wpvs/io/db/DBBackend.java

Violation Message Line
Errors Class Fan-Out Complexity is 35 (max allowed is 20). 88
Errors Cyclomatic Complexity is 11 (max allowed is 10). 555

org/deegree/services/wpvs/io/db/RenderableSQLStoreProvider.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/services/wpvs/io/file/FileBackend.java

Violation Message Line
Errors Class Fan-Out Complexity is 28 (max allowed is 20). 77

org/deegree/services/wpvs/io/file/ModelFile.java

Violation Message Line
Errors Cyclomatic Complexity is 11 (max allowed is 10). 213

org/deegree/services/wpvs/io/file/RenderableFileStoreProvider.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/services/wpvs/io/serializer/BillBoardSerializer.java

Violation Message Line
Warnings Unused import - java.io.ObjectOutputStream. 39

org/deegree/services/wpvs/io/serializer/WROSerializer.java

Violation Message Line
Warnings Unused import - java.io.ObjectOutputStream. 44
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 69

org/deegree/services/wpvs/rendering/jogl/GetViewRenderer.java

Violation Message Line
Warnings Unused import - org.deegree.services.wpvs.PerspectiveViewService. 67
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 82