Community
Participate
Working Groups
Build Identifier: M20100909-0800 I'm missing a (fairly trivial) support for the removal of 'public abstract' for interface methods. i.e. public abstract interface FooFace{ public abstract void doFoo() } would then become public interface FooFace() { void doFoo() } Reproducible: Always
Moving to JDT/UI.
*** This bug has been marked as a duplicate of bug 248563 ***