if (subBranch != null) {
subBranch.log(TreeLogger.DEBUG, cup.getLocation(), null);
}
builder.addCompilationUnit(currentCups[i]);
}
lazyTypeOracle = builder.build(branch);
long after = System.currentTimeMillis();
branch.log(TreeLogger.TRACE, "Finished in " + (after - before) + " ms",
null);
} catch (UnableToCompleteException e) {
logger.log(TreeLogger.ERROR, "Failed to complete analysis", null);