IABCBytesRequestResult abcResult = getABCBytesRequest().get();
startProfile(Operation.GET_FILESCOPE);
String path = rootSource.getPath();
ABCScopeBuilder abcScopeBuilder = new ABCScopeBuilder(
getProject().getWorkspace(),
abcResult.getABCBytes(),
path,
ASFileScopeProvider.getInstance());
scopeList = abcScopeBuilder.build();
if (scopeList.isEmpty())
{
problems.add(new NoScopesInABCCompilationUnitProblem(path));
}
for (IASScope scope : scopeList)