Bug 270231 - Inherited implementor methods not shown in quick type hierarchy
Summary: Inherited implementor methods not shown in quick type hierarchy
Status: CLOSED DUPLICATE of bug 64319
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 05:08 EDT by Aleksei Lissitsin CLA
Modified: 2013-11-27 01:35 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksei Lissitsin CLA 2009-03-27 05:08:18 EDT
Eclipse quick type hierarchy of an interface method does not show methods that are inherited from superclasses and not explicitly defined in implementor.

Say, we have interface "I" and classes "A", "B extends A implements I", whereas method "test()" is defined in "I" and has implementation in "A".
Pressing Ctrl+T on "test()" in "I" will not show any implementors.
Comment 1 David Williams CLA 2013-11-26 16:01:33 EST
Just found this very old bug in a "tools pmc" component ... not sure its still relevant ... but, thought I'd at least route to correct component.
Comment 2 Noopur Gupta CLA 2013-11-27 01:35:40 EST

*** This bug has been marked as a duplicate of bug 64319 ***