Bug 5466 - Hierarchy view should try to preserve method selection
Summary: Hierarchy view should try to preserve method selection
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-02 09:42 EST by Randy Giffen CLA
Modified: 2001-12-18 05:57 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 Randy Giffen CLA 2001-11-02 09:42:24 EST
1) Open a hierachy view on a type hiearchy that has a method which is overrided 
at several levels. 
2) Select the method.
3) Select other types.
4) Note that the method selection is lost.
We should try to preserve the selection (show the same method for the selected 
type whenever possible). This is a little trickier when the method list is 
showing all inherited methods but its still possible.
Comment 1 Erich Gamma CLA 2001-11-02 11:31:15 EST
a good suggestion that we should implement
Comment 2 Martin Aeschlimann CLA 2001-12-18 05:57:43 EST
implemented > 11211