The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.opendaylight.lispflowmapping.southbound.LispSouthboundStats.getRx() may expose internal representation by returning LispSouthboundStats.rx | MALICIOUS_CODE | EI_EXPOSE_REP | 40 | Medium |
org.opendaylight.lispflowmapping.southbound.LispSouthboundStats.getTx() may expose internal representation by returning LispSouthboundStats.tx | MALICIOUS_CODE | EI_EXPOSE_REP | 48 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.opendaylight.lispflowmapping.southbound.lisp.cache.MapRegisterPartialDeserializer.extractEidPrefix(ByteBuffer, int) return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 176 | Low |
Useless condition: it's known that xtrSiteIdPresent == true at this point | STYLE | UC_USELESS_CONDITION | 145 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to inetAddress in org.opendaylight.lispflowmapping.southbound.util.LispNotificationHelper.getIpAddressBinaryFromInetAddress(InetAddress) | STYLE | DLS_DEAD_LOCAL_STORE | 58 | Medium |
Possible null pointer dereference of address in org.opendaylight.lispflowmapping.southbound.util.LispNotificationHelper.getIpAddressBinaryFromInetAddress(InetAddress) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 61 | High |