@Override
protected IFindBugsEngine createFindBugsEngine() {
//TODO: FindBugs.setHome(FindBugsPlugin.getFindBugsEnginePluginLocation());
// Create BugReporter
_bugReporter = new BugReporter(_project, true, _bugCollection, _findBugsProject);
_bugReporter.setPriorityThreshold(_userPrefs.getUserDetectorThreshold());
// Create IFindBugsEngine
final IFindBugsEngine engine = new FindBugs2();
engine.setNoClassOk(true);