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
1764 4 0 2

Files

Class Bugs
com.atlassian.theplugin.idea.ThePluginApplicationComponent 1
com.atlassian.theplugin.idea.ThePluginProjectComponent 1
com.atlassian.theplugin.idea.action.jira.SavedFilterComboAction 1
com.atlassian.theplugin.idea.action.jira.SelectJIRAAction 1

com.atlassian.theplugin.idea.ThePluginApplicationComponent

Bug Category Details Line
Redundant nullcheck of ?, which is known to be non-null in com.atlassian.theplugin.idea.ThePluginApplicationComponent.getComponentName() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 95

com.atlassian.theplugin.idea.ThePluginProjectComponent

Bug Category Details Line
Redundant nullcheck of ?, which is known to be non-null in com.atlassian.theplugin.idea.ThePluginProjectComponent.getComponentName() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 133

com.atlassian.theplugin.idea.action.jira.SavedFilterComboAction

Bug Category Details Line
Redundant nullcheck of group, which is known to be non-null in com.atlassian.theplugin.idea.action.jira.SavedFilterComboAction.createPopupActionGroup(JComponent) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 57

com.atlassian.theplugin.idea.action.jira.SelectJIRAAction

Bug Category Details Line
Redundant nullcheck of g, which is known to be non-null in com.atlassian.theplugin.idea.action.jira.SelectJIRAAction.createPopupActionGroup(JComponent) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 51