Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 10051 - Refactoring: turning a class into an interface+implementing class
Summary: Refactoring: turning a class into an interface+implementing class
Status: RESOLVED DUPLICATE of bug 9798
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-21 08:13 EST by Markus Maier CLA
Modified: 2002-02-27 11:53 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Maier CLA 2002-02-21 08:13:04 EST
I'd like to be able to auftomatically refactor a class into an interface 
defining all the class's public methods, plus a class implementing all the 
methods of the old class.

For example, if I have a class "Apple" this should result in an 
interface "Apple" and a class "AppleImpl", which would otherwise be identical 
to the old "Apple" class.

Thanks!
Comment 1 Adam Kiezun CLA 2002-02-27 11:53:47 EST

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