Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 14293 - Refactoring: Create Interface from Class
Summary: Refactoring: Create Interface from 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-04-21 20:02 EDT by Carl Rosenberger CLA
Modified: 2002-04-22 04:32 EDT (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 Carl Rosenberger CLA 2002-04-21 20:02:19 EDT
An Interface should be creatable from an existing Class.
All methods / only public methods / methods chosen from the existing class 
methods similar to the "override methods" dialog / should be created in the new 
Interface.
It should be possible to rename the existing class, to let the new Interface 
take the name of the existing class and to automatically refactor all existing 
code that references methods of the class.
Comment 1 Adam Kiezun CLA 2002-04-22 04:32:33 EDT

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