FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
57 3 0 0

Files

Class Bugs
com.atlassian.plugin.spring.pluginns.SpringXmlHostComponentProvider 3

com.atlassian.plugin.spring.pluginns.SpringXmlHostComponentProvider

Bug Category Details Line
Method com.atlassian.plugin.spring.pluginns.SpringXmlHostComponentProvider.findInterfaces(Class) uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 50
SpringXmlHostComponentProvider.beanFactory not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available
SpringXmlHostComponentProvider.beans not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available