Bug 50030

Summary: [generate delegate] grouping like override method [code generation]
Product: [Eclipse Project] JDT Reporter: Charles Fineman <fineman>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: mlists
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Charles Fineman CLA 2004-01-14 17:12:21 EST
I have a field that implements two different interfaces java.util.List and
javax.swing.ListModel and extends javax.swing.AbstractListModel

I wanted to generate just the delegates to the ListModel facet of this class but
I was presented with a union of all of the methods. It would be very useful in
such cases to have the methods broken down by type just like it does in
Override/Implement.
Comment 1 Dani Megert CLA 2004-01-15 04:59:06 EST
This is a refactoring which is provided by the JDT UI component.
Comment 2 Martin Aeschlimann CLA 2004-01-16 07:17:29 EST
Nice idea. Not sure if we will be able to add this in 3.0
Comment 3 Alex Blewitt CLA 2004-03-16 04:29:17 EST
It would also be nice in generating methods to put them in the order that 'sort 
members' would.