FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
80500

org.deegree.services.wms.controller.WMSController

BugCategoryDetailsLinePriority
Dead store to f in new org.deegree.services.wms.controller.WMSController(URL, ImplementationMetadata)STYLEDLS_DEAD_LOCAL_STORE185High
Switch statement found in org.deegree.services.wms.controller.WMSController.handleRequest(WMSConstants$WMSRequestType, HttpResponseBuffer, Map, Version) where default case is missingSTYLESF_SWITCH_NO_DEFAULT438Medium

org.deegree.services.wms.model.layers.Layer

BugCategoryDetailsLinePriority
Redundant nullcheck of org.deegree.services.wms.model.layers.Layer.srs, which is known to be non-null in new org.deegree.services.wms.model.layers.Layer(MapService, AbstractLayerType, Layer)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE173Medium

org.deegree.services.wms.model.layers.RasterLayer

BugCategoryDetailsLinePriority
Switch statement found in org.deegree.services.wms.model.layers.RasterLayer.getFeatures(GetFeatureInfo, Style) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH205Medium
Switch statement found in org.deegree.services.wms.model.layers.RasterLayer.paintMap(Graphics2D, GetMap, Style) where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH265Medium