if (method.getSource() != null) {
CaleeSourceElementRequestor requestor = new CaleeSourceElementRequestor();
ISourceElementParser parser = DLTKLanguageManager
.getSourceElementParser(RutaNature.NATURE_ID);
parser.setRequestor(requestor);
parser.parseSourceModule(new MethodSourceCode(method));
} else {
// TODO: Report error here.
}
return fSearchResults;
} catch (ModelException e) {