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 |
77 |
7 |
0 |
0 |
org.opendaylight.mdsal.binding.dom.adapter.BindingDOMDataTreeCommitCohortRegistryAdapter$1
Bug |
Category |
Details |
Line |
Priority |
The class org.opendaylight.mdsal.binding.dom.adapter.BindingDOMDataTreeCommitCohortRegistryAdapter$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
43 |
Low |
org.opendaylight.mdsal.binding.dom.adapter.BindingDOMRpcImplementationAdapter$1
Bug |
Category |
Details |
Line |
Priority |
The class org.opendaylight.mdsal.binding.dom.adapter.BindingDOMRpcImplementationAdapter$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
48 |
Low |
org.opendaylight.mdsal.binding.dom.adapter.BindingMountPointAdapter$1
Bug |
Category |
Details |
Line |
Priority |
The class org.opendaylight.mdsal.binding.dom.adapter.BindingMountPointAdapter$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
27 |
Low |
org.opendaylight.mdsal.binding.dom.adapter.FutureSchema$1
org.opendaylight.mdsal.binding.dom.adapter.LazyDataObjectModification
Bug |
Category |
Details |
Line |
Priority |
Switch statement found in org.opendaylight.mdsal.binding.dom.adapter.LazyDataObjectModification.populateList(List, BindingStructuralType, BindingCodecTreeNode, DataTreeCandidateNode) where default case is missing |
STYLE |
SF_SWITCH_NO_DEFAULT |
95 |
Medium |
org.opendaylight.mdsal.binding.dom.adapter.RpcServiceAdapter$1
org.opendaylight.mdsal.binding.dom.adapter.clustering.DOMEntityOwnershipListenerAdapter
Bug |
Category |
Details |
Line |
Priority |
Unchecked/unconfirmed cast from org.opendaylight.mdsal.common.api.clustering.GenericEntity to org.opendaylight.mdsal.dom.api.clustering.DOMEntity of return value in org.opendaylight.mdsal.binding.dom.adapter.clustering.DOMEntityOwnershipListenerAdapter.ownershipChanged(DOMEntityOwnershipChange) |
STYLE |
BC_UNCONFIRMED_CAST_OF_RETURN_VALUE |
36 |
Low |