file = (IFile) test.getResource();
} else
file = (IFile) el;
AnalysisJob job = new AnalysisJob(file);
job.schedule();
}
/* (non-Javadoc)
* @see org.eclipse.ui.IObjectActionDelegate#setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart)