Bug 7834

Summary: Methods-override dialog should present methods sorted (abc..)
Product: [Eclipse Project] JDT Reporter: Martin Möbius <m.moebius>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.