Search in sources :

Example 1 with JavaReconciler

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();
}
Also used : JavaReconciler(org.eclipse.che.jdt.javaeditor.JavaReconciler) SemanticHighlightingReconciler(org.eclipse.che.jdt.javaeditor.SemanticHighlightingReconciler) Before(org.junit.Before)

Aggregations

JavaReconciler (org.eclipse.che.jdt.javaeditor.JavaReconciler)1 SemanticHighlightingReconciler (org.eclipse.che.jdt.javaeditor.SemanticHighlightingReconciler)1 Before (org.junit.Before)1