Community
Participate
Working Groups
Compiling AJDT's AJCompilationUnitProblemFinder against the OT variant of org.eclipse.jdt.core produces a compile error due to our signature change (from "JavaElementInfo parentInfo" to "Object parentInfo"). Eventually, this change should be reverted (assimilate MethodData and JavaElementInfo), but for the time being we should just restore the original signature (as an overload delegating to the relaxed signature).
Created attachment 203300 [details] fix Straight-forward fix.
Released for 2.1 M2 (r2015).
Verified via code inspection.