Bug 58440 - type hierarchy incomplete when implementing fully qualified interface
Summary: type hierarchy incomplete when implementing fully qualified interface
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 05:22 EDT by Markus Keller CLA
Modified: 2004-05-14 08:51 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2004-04-14 05:22:57 EDT
I20040413-1323

Type hierarchy is incomplete when a class implements a fully qualified interface:

Open supertype hierarchy on PageEventAction (from org.eclipse.ui.workbench)
...
  public abstract class PageEventAction extends PartEventAction
      implements IPageListener, ActionFactory.IWorkbenchAction
...

-> IWorkbenchAction is not shown in Type Hierarchy View and Quick Supertype
Hierarchy (Ctrl+T Ctrl+T).
Comment 1 Jerome Lanneluc CLA 2004-05-12 07:06:51 EDT
Changed HierarchyResolver.findsuperInterfaces(...) to handle the case of 
binary inner types when the source is qualified.

Added regression test TypeHierarchyTests.testImplementBinaryInnerInterface()
Comment 2 Markus Keller CLA 2004-05-14 08:51:09 EDT
Verified in 200405131600.