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 |
| 72 |
11 |
0 |
0 |
org.opendaylight.neutron.northbound.api.NeutronL2gatewayConnectionNorthbound
| Bug |
Category |
Details |
Line |
Priority |
| Call to String.equals(Integer) in org.opendaylight.neutron.northbound.api.NeutronL2gatewayConnectionNorthbound.listL2gatewayConnections(List, String, String, String, String, String, String, String, String, String) |
CORRECTNESS |
EC_UNRELATED_TYPES |
158 |
High |
org.opendaylight.neutron.northbound.api.NeutronL2gatewayNorthbound
| Bug |
Category |
Details |
Line |
Priority |
| Call to String.equals(java.util.List<org.opendaylight.neutron.spi.NeutronL2gatewayDevice>) in org.opendaylight.neutron.northbound.api.NeutronL2gatewayNorthbound.listL2gateways(List, String, String, String, String, String, String, String) |
CORRECTNESS |
EC_UNRELATED_CLASS_AND_INTERFACE |
151 |
High |
org.opendaylight.neutron.northbound.api.NeutronLoadBalancerPoolNorthbound
| Bug |
Category |
Details |
Line |
Priority |
| Dead store to singletonPool in org.opendaylight.neutron.northbound.api.NeutronLoadBalancerPoolNorthbound.createLoadBalancerPoolMember(String, NeutronLoadBalancerPoolMemberRequest) |
STYLE |
DLS_DEAD_LOCAL_STORE |
337 |
Medium |
| Dead store to original in org.opendaylight.neutron.northbound.api.NeutronLoadBalancerPoolNorthbound.updateLoadBalancerPoolMember(String, String, NeutronLoadBalancerPoolMemberRequest) |
STYLE |
DLS_DEAD_LOCAL_STORE |
381 |
Medium |
org.opendaylight.neutron.northbound.api.NeutronNetworkRequest
| Bug |
Category |
Details |
Line |
Priority |
| Unread field: org.opendaylight.neutron.northbound.api.NeutronNetworkRequest.links |
PERFORMANCE |
URF_UNREAD_FIELD |
38 |
Medium |
org.opendaylight.neutron.northbound.api.NeutronPortRequest
| Bug |
Category |
Details |
Line |
Priority |
| Unread field: org.opendaylight.neutron.northbound.api.NeutronPortRequest.links |
PERFORMANCE |
URF_UNREAD_FIELD |
38 |
Medium |
org.opendaylight.neutron.northbound.api.NeutronRoutersNorthbound
| Bug |
Category |
Details |
Line |
Priority |
| Call to String.equals(org.opendaylight.neutron.spi.NeutronRouter_NetworkReference) in org.opendaylight.neutron.northbound.api.NeutronRoutersNorthbound.listRouters(List, String, String, Boolean, String, String, String, String, String, String) |
CORRECTNESS |
EC_UNRELATED_TYPES |
154 |
High |
| Private method org.opendaylight.neutron.northbound.api.NeutronRoutersNorthbound.getAttachInterfaces() is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
93 |
Low |
org.opendaylight.neutron.northbound.api.NeutronSubnetRequest
| Bug |
Category |
Details |
Line |
Priority |
| Unread field: org.opendaylight.neutron.northbound.api.NeutronSubnetRequest.links |
PERFORMANCE |
URF_UNREAD_FIELD |
38 |
Medium |
org.opendaylight.neutron.northbound.api.PaginatedRequestFactory$MarkerObject
| Bug |
Category |
Details |
Line |
Priority |
| Class org.opendaylight.neutron.northbound.api.PaginatedRequestFactory$MarkerObject implements same interface as superclass |
STYLE |
RI_REDUNDANT_INTERFACES |
46 |
Low |
| org.opendaylight.neutron.northbound.api.PaginatedRequestFactory$MarkerObject is Serializable; consider declaring a serialVersionUID |
BAD_PRACTICE |
SE_NO_SERIALVERSIONID |
46 |
Low |