The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.netvirt.utils.mdsal.utils.NotifyingDataChangeListener | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Inconsistent synchronization of org.opendaylight.netvirt.utils.mdsal.utils.NotifyingDataChangeListener.iid; locked 64% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 68 | Medium |
| Naked notify in org.opendaylight.netvirt.utils.mdsal.utils.NotifyingDataChangeListener.onDataChanged(AsyncDataChangeEvent) | MT_CORRECTNESS | NN_NAKED_NOTIFY | 81 | Medium |
| Private method org.opendaylight.netvirt.utils.mdsal.utils.NotifyingDataChangeListener.modify(LogicalDatastoreType, InstanceIdentifier) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 65 | Low |