if (project == null) {
return;
}
AnalysisScope scope = getInspectionScope(dataContext);
final boolean rememberScope = e.getPlace().equals(ActionPlaces.MAIN_MENU);
final AnalysisUIOptions uiOptions = AnalysisUIOptions.getInstance(project);
final PsiElement element = LangDataKeys.PSI_ELEMENT.getData(dataContext);
final BaseAnalysisActionDialog dlg = new BaseAnalysisActionDialog(AnalysisScopeBundle.message("specify.analysis.scope", "FindBugs Analyze"),
AnalysisScopeBundle.message("analysis.scope.title", "Analyze"),
project,
scope,