Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335676

Summary: [clean-up] no support for removal of public abstract in interface methods
Product: [Eclipse Project] JDT Reporter: Koos Gadellaa <witschaap>
Component: UIAssignee: 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:

Description Koos Gadellaa CLA 2011-01-28 06:20:51 EST
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
Comment 1 Ayushman Jain CLA 2011-01-28 06:49:50 EST
Moving to JDT/UI.
Comment 2 Deepak Azad CLA 2011-01-28 08:19:14 EST

*** This bug has been marked as a duplicate of bug 248563 ***