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
17 2 0 0

org.opendaylight.controller.config.yang.tcpmd5.jni.cfg.AbstractNativeKeyAccessFactoryModuleFactory

Bug Category Details Line Priority
Dead store to oldModuleClass in org.opendaylight.controller.config.yang.tcpmd5.jni.cfg.AbstractNativeKeyAccessFactoryModuleFactory.handleChangedClass(DependencyResolver, DynamicMBeanWithInstance, BundleContext) STYLE DLS_DEAD_LOCAL_STORE 82 Medium

org.opendaylight.controller.config.yang.tcpmd5.jni.cfg.NativeKeyAccessFactoryModule$1CloseableNativeKeyAccessFactory

Bug Category Details Line Priority
The class org.opendaylight.controller.config.yang.tcpmd5.jni.cfg.NativeKeyAccessFactoryModule$1CloseableNativeKeyAccessFactory could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 49 Low