Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335676 - [clean-up] no support for removal of public abstract in interface methods
Summary: [clean-up] no support for removal of public abstract in interface methods
Status: CLOSED DUPLICATE of bug 248563
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 06:20 EST by Koos Gadellaa CLA
Modified: 2011-01-28 08:19 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***