Thread.interrupted();
}
//monitor.done();
final ProgressIndicator progressIndicator = _findBugsTask.getProgressIndicator();
if (progressIndicator != null) {
progressIndicator.finishNonCancelableSection();
}
if (_isInspectionRun) {
EventManagerImpl.getInstance().fireEvent(new BugReporterInspectionEventImpl(org.twodividedbyzero.idea.findbugs.common.event.types.BugReporterInspectionEvent.Operation.ANALYSIS_FINISHED, null, getBugCollection(), _project.getName(), _findBugsProject));
} else {