[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Searching for classes that extend other classes, bug #2?

Salut Frederic!

You solve the problem by yourself using the correct pattern (ie. SuperTypeReferencePattern)
but, if you still have issue with the returned matches, then open a bug with the offending
test case and I'll have a look on it.

SuperTypeReferencePattern works, no bugs there so far, but SuperTypeReferencePattern is an internal class. I see the bug marked "fixed" but I couldn't understand what the fix was -- unlike #13:


"I verified that the implementation now finds subtypes of classes as
well as of interfaces for IMPLEMENTORS and TYPE",

I observe (in 3.2.2) that I do not get subclasses consistently (and for me, it had to do with in-jar or in-source), but if I use STRP directly, it always works.

 Thanks,
   - Eddie