The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.lispflowmapping.inmemorydb.HashMapDb$1 | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
instanceof will always return true for all non-null values in org.opendaylight.lispflowmapping.inmemorydb.HashMapDb$1.visitRow(Object, String, Object), since all String are instances of String | STYLE | BC_VACUOUS_INSTANCEOF | 86 | Medium |
org.opendaylight.lispflowmapping.inmemorydb.HashMapDb$1.visitRow(Object, String, Object) does an unnecessary type check using instanceof operator when it can be determined statically | CORRECTNESS | SIO_SUPERFLUOUS_INSTANCEOF | 86 | Low |