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
3 5 0 0

org.opendaylight.netvirt.fibmanager.shell.ShowFibCommand

Bug Category Details Line Priority
ShowFibCommand.fibManager not initialized in constructor and dereferenced in org.opendaylight.netvirt.fibmanager.shell.ShowFibCommand.doExecute() STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 25 Low

org.opendaylight.netvirt.fibmanager.shell.ShowTransportTypeCommand

Bug Category Details Line Priority
ShowTransportTypeCommand.fibManager not initialized in constructor and dereferenced in org.opendaylight.netvirt.fibmanager.shell.ShowTransportTypeCommand.doExecute() STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 25 Low

org.opendaylight.netvirt.fibmanager.shell.confTransportL3VPNCommand

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.opendaylight.netvirt.fibmanager.shell.confTransportL3VPNCommand.doExecute() I18N DM_CONVERT_CASE 34 Low
The class name org.opendaylight.netvirt.fibmanager.shell.confTransportL3VPNCommand doesn't start with an upper case letter BAD_PRACTICE NM_CLASS_NAMING_CONVENTION 17 Medium
confTransportL3VPNCommand.fibManager not initialized in constructor and dereferenced in org.opendaylight.netvirt.fibmanager.shell.confTransportL3VPNCommand.doExecute() STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 45 Low