54555657585960
private Model model; private CompilationUnitCache cache; public IncrementalProjectBuilder() { model = Activator.getPlugin().getModel(); cache = new CompilationUnitCache(JavaCore.create(getProject())); }