Community
Participate
Working Groups
Some time ago we changed JavaElement.escapeMementoName(..) from protected to public static to enable access from OT model elements. This breaks the AJDT which tries to invoke the method from its own subclass of JavaElement (AspectJMemberElement). Also, the change is no longer relevant since meanwhile all OT model elements subclass JavaElement, too.
Created attachment 203297 [details] fix The fix is straight-forward.
Released for 2.1 M2 (r2014).
Verified via code inspection.