| Summary: | [clean-up] no support for removal of public abstract in interface methods | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Koos Gadellaa <witschaap> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | amj87.iitr, deepakazad |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Moving to JDT/UI. *** This bug has been marked as a duplicate of bug 248563 *** |
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