Bug 344188 - [quick fix] Add unimplemented methods quick-fix should recognize there is a delegate
Summary: [quick fix] Add unimplemented methods quick-fix should recognize there is a d...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 15:42 EDT by Glenview Jeff CLA
Modified: 2011-04-29 10:49 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 Glenview Jeff CLA 2011-04-28 15:42:50 EDT
Build Identifier: M20100909-0800

When I am working on a class implementing an interface, the class has a member that also implements the interface.  If I haven't yet implemented the delegate methods, the quick fix should offer not just to add an empty implementation of the unimplemented methods, but should notice there are members that implement the methods.  Eclipse should offer to generate delegate methods for these.


Reproducible: Always
Comment 1 Markus Keller CLA 2011-04-29 10:49:39 EDT
This would be a separate quick fix (lower priority than the one which generates empty methods).