List of usage examples for org.eclipse.jdt.internal.core ReconcileWorkingCopyOperation subclass-usage
From source file org.codehaus.jdt.groovy.model.GroovyReconcileWorkingCopyOperation.java
/**
* Overrides super type with a custom {@link #makeConsistent(org.eclipse.jdt.internal.core.CompilationUnit)} method.
*
* Need to ensure that the {@link ModuleNode} is cached in the {@link ModuleNodeMapper} after a call to make consistent.
*
* @author Andrew Eisenberg
From source file org.eclipse.ajdt.core.reconcile.AJReconcileWorkingCopyOperation.java
/** * Mostly copied from ReconcileWorkingCopyOperation in order to use the * AJCompilationUnitProblemFinder. Changes marked with "// AspectJ Change". */ public class AJReconcileWorkingCopyOperation extends ReconcileWorkingCopyOperation {