Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346872 - "Generate Delegate Methods" Refactoring Doesn't Add @Override Annotations
Summary: "Generate Delegate Methods" Refactoring Doesn't Add @Override Annotations
Status: CLOSED DUPLICATE of bug 344196
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-23 09:35 EDT by Glenview Jeff CLA
Modified: 2011-05-23 11:50 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-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 ***