// Run each analysis on the current compilation unit.
CompilationUnit ast_comp_unit =
(CompilationUnit) WorkspaceUtilities.getASTNodeFromCompilationUnit(cu);
// Here, create one TAC cache per compilation unit.
final CompilationUnitTACs compUnitTacs = new CompilationUnitTACs();
// Clear any markers that may be onscreen...
if(monitor != null && monitor.isCanceled())
return;
command.reporter().clearMarkersForCompUnit(cu);