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 |
| 31 |
8 |
0 |
0 |
org.opendaylight.neutron.transcriber.AbstractNeutronInterface
| Bug |
Category |
Details |
Line |
Priority |
| Exception is caught when Exception is not thrown in org.opendaylight.neutron.transcriber.AbstractNeutronInterface.overwrite(Object, Object) |
STYLE |
REC_CATCH_EXCEPTION |
208 |
Low |
org.opendaylight.neutron.transcriber.NeutronL2gatewayConnectionInterface
| Bug |
Category |
Details |
Line |
Priority |
| Boxed value is unboxed and then immediately reboxed in org.opendaylight.neutron.transcriber.NeutronL2gatewayConnectionInterface.fromMd(L2gatewayConnection) |
PERFORMANCE |
BX_UNBOXING_IMMEDIATELY_REBOXED |
75 |
Medium |
org.opendaylight.neutron.transcriber.NeutronL2gatewayInterface
| Bug |
Category |
Details |
Line |
Priority |
| org.opendaylight.neutron.transcriber.NeutronL2gatewayInterface.fromMd(L2gateway) invokes toString() method on a String |
PERFORMANCE |
DM_STRING_TOSTRING |
85 |
Low |
org.opendaylight.neutron.transcriber.NeutronLoadBalancerHealthMonitorInterface
| Bug |
Category |
Details |
Line |
Priority |
| Boxed value is unboxed and then immediately reboxed in org.opendaylight.neutron.transcriber.NeutronLoadBalancerHealthMonitorInterface.fromMd(Healthmonitor) |
PERFORMANCE |
BX_UNBOXING_IMMEDIATELY_REBOXED |
136 |
Medium |
| Boxed value is unboxed and then immediately reboxed in org.opendaylight.neutron.transcriber.NeutronLoadBalancerHealthMonitorInterface.toMd(NeutronLoadBalancerHealthMonitor) |
PERFORMANCE |
BX_UNBOXING_IMMEDIATELY_REBOXED |
90 |
Medium |
org.opendaylight.neutron.transcriber.NeutronPortInterface
| Bug |
Category |
Details |
Line |
Priority |
| Invocation of toString on org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.types.rev160517.IpPrefixOrAddress.getValue() in org.opendaylight.neutron.transcriber.NeutronPortInterface.fromMd(Port) |
CORRECTNESS |
DMI_INVOKING_TOSTRING_ON_ARRAY |
124 |
High |
org.opendaylight.neutron.transcriber.NeutronSecurityRuleInterface
| Bug |
Category |
Details |
Line |
Priority |
| Boxed value is unboxed and then immediately reboxed in org.opendaylight.neutron.transcriber.NeutronSecurityRuleInterface.fromMd(SecurityRule) |
PERFORMANCE |
BX_UNBOXING_IMMEDIATELY_REBOXED |
90 |
Medium |
| Boxed value is unboxed and then immediately reboxed in org.opendaylight.neutron.transcriber.NeutronSecurityRuleInterface.toMd(NeutronSecurityRule) |
PERFORMANCE |
BX_UNBOXING_IMMEDIATELY_REBOXED |
134 |
Medium |