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
19400

org.deegree.protocol.wms.client.WMSCapabilitiesAdapter

BugCategoryDetailsLinePriority
Nullcheck of getEls at line 584 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseDCP(OMElement)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE584Medium
Nullcheck of postEls at line 595 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseDCP(OMElement)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE595Medium
Nullcheck of dcpEls at line 570 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseOperation(OMElement)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE570Medium
Nullcheck of opEls at line 553 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseOperationsMetadata()CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE553Medium