}
};
ISourceModule wc= input.getWorkingCopy(workingCopyOwner, null, new NullProgressMonitor());
try {
startTime= System.currentTimeMillis();
wc.reconcile(true, wc.getOwner(), new NullProgressMonitor()) ; // getCurrentASTLevel(), null, null);
root= SharedASTProvider.getAST(wc, SharedASTProvider.WAIT_YES, null);
endTime= System.currentTimeMillis();
} finally {