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

Bug 346872

Summary: "Generate Delegate Methods" Refactoring Doesn't Add @Override Annotations
Product: [Eclipse Project] JDT Reporter: Glenview Jeff <junk>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: markus.kell.r
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Glenview Jeff CLA 2011-05-23 09:35:43 EDT
Build Identifier: 20100917-0705

In Eclipse, if I try to apply a "Generate Delegate Methods" refactoring to a Java class like the following:

class Foo implements Bar {
   Bar bar;
}

Eclipse doesn't generate @Override annotations for the generated methods, but I believe it should.


Reproducible: Always
Comment 2 Markus Keller CLA 2011-05-23 11:50:40 EDT

*** This bug has been marked as a duplicate of bug 344196 ***