_pass++;
//_findBugsTask.setIndicatorText("Analyzing classes: " + numClasses);
beginStage(ANALYZING_CLASSES_i18N, numClasses);
if (_isInspectionRun) {
EventManagerImpl.getInstance().fireEvent(new BugReporterInspectionEventImpl(org.twodividedbyzero.idea.findbugs.common.event.types.BugReporterInspectionEvent.Operation.ANALYSIS_STARTED, null, 0, _project.getName()));
} else if (!isRunning()) {
EventManagerImpl.getInstance().fireEvent(new BugReporterEventImpl(Operation.ANALYSIS_STARTED, null, 0, _project.getName()));
}
}