if (!Boolean.valueOf(preferences.getProperty(FindBugsPreferences.ANALYZE_AFTER_COMPILE))) {
return;
}
final CompileScope compileScope = compileContext.getCompileScope();
final VirtualFile[] affectedFiles = compileScope.getFiles(StdFileTypes.JAVA, true);
if (Boolean.valueOf(preferences.getProperty(FindBugsPreferences.TOOLWINDOW_TO_FRONT))) {
final ToolWindow toolWindow = IdeaUtilImpl.getToolWindowById(findBugsPlugin.getInternalToolWindowId(), project);
IdeaUtilImpl.activateToolWindow(toolWindow);
}