Bug 6691 - Hierarchy View: Show inherited members + Show members
Summary: Hierarchy View: Show inherited members + Show members
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-07 16:31 EST by Carolyn MacLeod CLA
Modified: 2002-01-16 04:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2001-12-07 16:31:18 EST
20011206 (Win2K)
- Open a deep hierarchy in a Hierarchy view (I opened the SWT Widget hierarchy)
- Select a class that is low in the hierarchy and overrides at least one method 
from a superclass (I selected Table)
- Click on the "Show inherited members" tool, so that you see all implementors 
of overridden methods (for example, in Table, you can see 3 implementors of 
callWindowProc(int, int, int) )
- Select more than one method with the same signature (for example, I had all 3 
implementors of callWindowProc(int, int, int) selected).
- Now selet the "Lock View and Show Members in Hierarchy" tool.
You will have multiple versions of the method under each class that implements 
the method. There should only be one.
Comment 1 Martin Aeschlimann CLA 2001-12-14 10:43:03 EST
fixed > 11211