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 8 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 578 Low

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

Bug Category Details Line Priority
Dead store to ab in org.opendaylight.netvirt.utils.mdsal.openflow.InstructionUtils.createVlanOutputPortInstructions(InstructionBuilder, Long, Long, List, VlanId) STYLE DLS_DEAD_LOCAL_STORE 278 High
Useless object stored in variable arpdst of method org.opendaylight.netvirt.utils.mdsal.openflow.InstructionUtils.createDstArpMacInstructions(InstructionBuilder, MacAddress) STYLE UC_USELESS_OBJECT 1047 Medium

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

Bug Category Details Line Priority
Dead store to ethTypeBuilder in org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.createV4EtherMatchWithoutType(MatchBuilder, String, String) STYLE DLS_DEAD_LOCAL_STORE 1369 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 1840 Medium
Return value of new org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.UdpMatchBuilder() ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 1557 Medium
Repeated conditional test in org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.getLayer4MaskForRange(int, int) CORRECTNESS RpC_REPEATED_CONDITIONAL_TEST 1808 Low
Repeated conditional test in org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils.getLayer4MaskForRange(int, int) CORRECTNESS RpC_REPEATED_CONDITIONAL_TEST 1819 Low