The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.netvirt.utils.mdsal.openflow.ActionUtils | 1 |
org.opendaylight.netvirt.utils.mdsal.openflow.InstructionUtils | 1 |
org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.opendaylight.netvirt.utils.mdsal.openflow.ActionUtils.toMACAddress(String) | I18N | DM_CONVERT_CASE | 538 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Useless object stored in variable arpdst of method org.opendaylight.netvirt.utils.mdsal.openflow.InstructionUtils.createDstArpMacInstructions(InstructionBuilder, MacAddress) | STYLE | UC_USELESS_OBJECT | 835 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to udpMatch in org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.addLayer4MatchWithMask(MatchBuilder, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 1423 | High |
org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.parseExplicitOFPort(String) invokes inefficient new Long(String) constructor; use Long.valueOf(String) instead | PERFORMANCE | DM_NUMBER_CTOR | 1706 | Medium |
Repeated conditional test in org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.getLayer4MaskForRange(int, int) | CORRECTNESS | RpC_REPEATED_CONDITIONAL_TEST | 1674 | Low |
Repeated conditional test in org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.getLayer4MaskForRange(int, int) | CORRECTNESS | RpC_REPEATED_CONDITIONAL_TEST | 1685 | Low |