Bug 7834 - Methods-override dialog should present methods sorted (abc..)
Summary: Methods-override dialog should present methods sorted (abc..)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-17 09:53 EST by Martin Möbius CLA
Modified: 2002-02-13 08:54 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 Martin Möbius CLA 2002-01-17 09:53:16 EST
Imagine a class extending JPanel. I want to override setBackgroundColor(Color 
c). I don't know where in the class-hierarchy the method is declared, so i've 
to search more or less to all entries in the tree, eye-scanning setBa.. . It's 
not so easy, as there are quite a few methods.
So it would be nice to sort the method names in alphabeticall order, and really 
great would be a method searching. Could the code assist used for that?
Comment 1 Erich Gamma CLA 2002-01-18 02:42:48 EST
agreed that the method names should be sorted.

as a future feature we should provide the option to show a flattened method 
list and not only a tree.
Comment 2 Martin Aeschlimann CLA 2002-01-22 10:51:09 EST
entries are now sorted (> 20115)
Comment 3 Martin Aeschlimann CLA 2002-01-24 07:09:13 EST
fixed in 20122
Comment 4 Martin Aeschlimann CLA 2002-02-13 08:54:15 EST
Verfied. ->20020205. JRT.