Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3401016

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity5Errors Error
ClassFanOutComplexity9Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports6Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows1Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile3Warnings Warning

Details

org/deegree/services/wpvs/PerspectiveViewService.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.wpvs.config.Dataset.81
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 41 (max allowed is 20).100

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

ViolationMessageLine
WarningsUnused import - org.deegree.rendering.r3d.multiresolution.io.MeshFragmentDataReader.49

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).87

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 12 (max allowed is 10).132

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).75

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

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 46 (max allowed is 20).119

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.jaxb.controller.DCPType.54
ErrorsCyclomatic Complexity is 12 (max allowed is 10).94

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 23 (max allowed is 20).80
ErrorsCyclomatic Complexity is 11 (max allowed is 10).172

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

ViolationMessageLine
WarningsRedundant throws: 'UnsupportedOperationException' is unchecked exception.278

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 33 (max allowed is 20).87
ErrorsCyclomatic Complexity is 11 (max allowed is 10).552

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 28 (max allowed is 20).77

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 11 (max allowed is 10).213

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
WarningsUnused import - java.io.ObjectOutputStream.39

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

ViolationMessageLine
WarningsUnused import - java.io.ObjectOutputStream.44
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).69

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

ViolationMessageLine
WarningsUnused import - org.deegree.services.wpvs.PerspectiveViewService.67
ErrorsClass Fan-Out Complexity is 22 (max allowed is 20).82