long startTime;
long endTime;
Program root = null;
if ((getCurrentInputKind() == ASTInputKindAction.USE_RECONCILE)) {
final IProblemRequestor problemRequestor= new IProblemRequestor() { //strange: don't get bindings when supplying null as problemRequestor
public void acceptProblem(IProblem problem) {/*not interested*/}
public void beginReporting() {/*not interested*/}
public void endReporting() {/*not interested*/}
public boolean isActive() {
return true;