| [news.eclipse.tools.jdt] Re: IMethodBinding#overrides() returns false when true is expected |
there is a comparison of two SourceTypeBinding instances "if (currentType == otherType)" that results to false even if the two instances represent the same type (AbstractExample). They have different ids in the Variables view but the same value (at least the string representation in the value view is identical). Sadly even the .equals method returns false.You cannot compare bindings that comes from two different ast parser runs.
HTH,
Olivier