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 |
---|---|---|---|---|
Class org.opendaylight.mdsal.dom.store.inmemory.AbstractDOMShardTreeChangePublisher implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 49 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class org.opendaylight.mdsal.dom.store.inmemory.ShardDataModification$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 34 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class org.opendaylight.mdsal.dom.store.inmemory.WritableInteriorNode$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 32 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.opendaylight.mdsal.dom.store.inmemory.WriteableNodeWithSubshard.markDeleted() seems to be useless | STYLE | UC_USELESS_VOID_METHOD | 38 | High |