// "+iComp.getElementName());
taskMonitor.subTask("searching " + iComp.getElementName());
// check the compilation unit for used and declared
// methods and for class variables
ASTVisitor astVisitor = new ASTMethodExplorer(usedMethods, declaredMethods, publicClassVariables, classDependencies, iComp);
astRoot.accept(astVisitor);
}
}
taskMonitor.worked(1);
if (taskMonitor.isCanceled())
return false;