Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344188

Summary: [quick fix] Add unimplemented methods quick-fix should recognize there is a delegate
Product: [Eclipse Project] JDT Reporter: Glenview Jeff <junk>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4 CC: markus.kell.r
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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).