// should have already been found by the build.
Collection<ICompilerProblem> reachableProblems = new ArrayList<ICompilerProblem>();
LinkReportWriter reportWriter = new LinkReportWriter(project.getDependencyGraph(),
getReachableCompilationUnits(reachableProblems),
getLinkageChecker());
reportWriter.writeToStream(outStream, problems);
}
catch (FileNotFoundException e)
{
final ICompilerProblem problem = new UnableToCreateLinkReportProblem(
targetSettings.getLinkReport().getAbsolutePath());