return new ABCFileScopeRequestResult(problems, scopeList);
}
catch (Exception e)
{
ICompilerProblem problem = new InvalidABCByteCodeProblem(rootSource.getPath());
problems.add(problem);
return new ABCFileScopeRequestResult(problems, Collections.<IASScope> emptyList());
}
finally
{