The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.protocol.util.BitArray | 1 |
| org.opendaylight.protocol.util.MplsLabelUtil | 1 |
| org.opendaylight.protocol.util.PCEPHexDumpParser | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Nullcheck of backingArray at line 44 of value previously dereferenced in new org.opendaylight.protocol.util.BitArray(byte[], int) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 42 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.opendaylight.protocol.util.MplsLabelUtil.mplsLabelForByteBuf(ByteBuf) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead | PERFORMANCE | DM_NUMBER_CTOR | 33 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase() in org.opendaylight.protocol.util.PCEPHexDumpParser.clearWhiteSpaceToUpper(String) | I18N | DM_CONVERT_CASE | 81 | Low |