FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 6 0 0

org.opendaylight.netvirt.utils.mdsal.openflow.ActionUtils

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

org.opendaylight.netvirt.utils.mdsal.openflow.InstructionUtils

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

org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils

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