Bug 50030 - [generate delegate] grouping like override method [code generation]
Summary: [generate delegate] grouping like override method [code generation]
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 17:12 EST by Charles Fineman CLA
Modified: 2007-06-14 10:43 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.