// delegate to a virtual method that sub-classes can override to
// do additional cleaning.
handleClean(clearFileScope, invalidatedSWCFiles);
if (profilingDelegate != null)
profilingDelegate.operationCompleted(this, Operation.INVALIDATE_CU);
return true;
}
/**