Community
Participate
Working Groups
Created attachment 220235 [details] Project that exhibits the problem Originally reported here: https://issuetracker.springsource.com/browse/STS-2862 To reproduce: 1. import attached project 2. open MyClass.java 3. execute quickfix "Add unimplemented methods" 4. notice that the "public" keyword is not added to new method and there is still a compile error. Using Eclipse 4.2 release.
*** Bug 390196 has been marked as a duplicate of this bug. ***
Snippet to reproduce (for easy copy paste) -------------------------------------------------- public class MyClass implements MyInterface { } interface MyInterface { @SuppressWarnings("unused") void myMethod(); } --------------------------------------------------
http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=e915fb0aaa4e24741cb18697bd701983bdf6c3ce
*** Bug 382690 has been marked as a duplicate of this bug. ***
*** Bug 385101 has been marked as a duplicate of this bug. ***