use of org.eclipse.che.jdt.javaeditor.JavaReconciler in project che by eclipse.
the class ReconcileTest method init.
@Before
public void init() throws Exception {
reconciler = new JavaReconciler(new SemanticHighlightingReconciler());
//.getWorkingCopy(this.wcOwner, null);
this.workingCopy = project.findType("p1.X").getCompilationUnit();
}
Aggregations