Community
Participate
Working Groups
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
http://stackoverflow.com/questions/6092357/why-doesnt-eclipse-add-override-annotations-in-generate-delegate-methods-refa
*** This bug has been marked as a duplicate of bug 344196 ***