"Rebuilding modules", IProgressMonitor.UNKNOWN, this);
final PythonNature nature = PythonNature.this;
try {
ICodeCompletionASTManager tempAstManager = astManager;
if (tempAstManager == null) {
tempAstManager = new ASTManager();
}
if (monitor.isCanceled()) {
return Status.OK_STATUS;
}
synchronized (tempAstManager.getLock()) {