};
IProblemFactory problemFactory = new DefaultProblemFactory();
Compiler c = new Compiler(environment, policy, options, requestor,
problemFactory);
c.compile(new ICompilationUnit[] { new Unit(str) });
environment.cleanup();
return resultBytes;
}
CategorizedProblem[] problems;
@SuppressWarnings("unchecked")