The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class org.opendaylight.ovsdb.utils.mdsal.utils.MdsalUtilsAsync$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 181 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class org.opendaylight.ovsdb.utils.mdsal.utils.MdsalUtilsAsync$2 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 208 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Inconsistent synchronization of org.opendaylight.ovsdb.utils.mdsal.utils.NotifyingDataChangeListener.iid; locked 81% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 75 | Medium |
Naked notify in org.opendaylight.ovsdb.utils.mdsal.utils.NotifyingDataChangeListener.onDataChanged(AsyncDataChangeEvent) | MT_CORRECTNESS | NN_NAKED_NOTIFY | 88 | Medium |
Private method org.opendaylight.ovsdb.utils.mdsal.utils.NotifyingDataChangeListener.modify(LogicalDatastoreType, InstanceIdentifier) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 72 | Low |