The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.ovsdb.utils.southbound.utils.SouthboundUtils | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
There is an apparent infinite recursive loop in org.opendaylight.ovsdb.utils.southbound.utils.SouthboundUtils.addBridge(ConnectionInfo, InstanceIdentifier, String, NodeId, boolean, Class, boolean, Class, List, List, List, String) | CORRECTNESS | IL_INFINITE_RECURSIVE_LOOP | 488 | High |
org.opendaylight.ovsdb.utils.southbound.utils.SouthboundUtils.OPENFLOW_PORT isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 104 | High |
org.opendaylight.ovsdb.utils.southbound.utils.SouthboundUtils.getControllersFromOvsdbNode(Node) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 720 | Medium |