| Summary: | "Generate Delegate Methods" Refactoring Doesn't Add @Override Annotations | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Glenview Jeff <junk> |
| Component: | UI | Assignee: | 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: | |||
*** This bug has been marked as a duplicate of bug 344196 *** |
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