The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 1764 | 4 | 0 | 2 |
| 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 |
| 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 |
| 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 |
| 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 |