The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.deegree.protocol.wms.client.WMSCapabilitiesAdapter | 4 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Nullcheck of getEls at line 584 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseDCP(OMElement) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 584 | Medium |
| Nullcheck of postEls at line 595 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseDCP(OMElement) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 595 | Medium |
| Nullcheck of dcpEls at line 570 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseOperation(OMElement) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 570 | Medium |
| Nullcheck of opEls at line 553 of value previously dereferenced in org.deegree.protocol.wms.client.WMSCapabilitiesAdapter.parseOperationsMetadata() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 553 | Medium |