}
StructuredSelection selection = new StructuredSelection(getProject());
FindBugsAction action = new FindBugsAction();
action.selectionChanged(null, selection);
action.run(null);
}
/**
* Add the nature to the current project. The real work is done by the inner
* class NatureWorker