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
63 4 0 0

org.opendaylight.mdsal.dom.store.inmemory.AbstractDOMShardTreeChangePublisher

Bug Category Details Line Priority
Class org.opendaylight.mdsal.dom.store.inmemory.AbstractDOMShardTreeChangePublisher implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 49 Low

org.opendaylight.mdsal.dom.store.inmemory.ShardDataModification$1

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

org.opendaylight.mdsal.dom.store.inmemory.WritableInteriorNode$1

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

org.opendaylight.mdsal.dom.store.inmemory.WriteableNodeWithSubshard

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