Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » how to add a new refactoring support in eclipse?
how to add a new refactoring support in eclipse? [message #78851] Wed, 23 July 2003 01:18 Go to next message
Eclipse UserFriend
Originally posted by: duan-yonghong.sjtu.edu.cn

Hello,
I am working recently add some additional refactoring support in
eclipse, such as "Change Value to Reference". But I still don't konw how to
start to add a simplest refactoring. Who can tell to how to start. Maybe
someone are working in same work as mine, and can you give me some
information and doucument about that?
Thank you!

SJTU

duanyh
Re: how to add a new refactoring support in eclipse? [message #79127 is a reply to message #78851] Wed, 23 July 2003 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.remove.com

this has been asked several times.
in 2.1 you cannot reuse the refactoring infrastrure in an API-kosher way (but you can add your own entries to the 'refactor' menu).
If you're OK with using internal API, however, you can try to have a look at how, for example, Self Encapsulate Field is implemented
and mimic that.
For 3.0, we're planning to disclose some more infrastructure for implementing refactorings.

a.
--
eclipse.org
Re: how to add a new refactoring support in eclipse? [message #79336 is a reply to message #78851] Wed, 23 July 2003 15:41 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

duanyh wrote:

> Hello,
> I am working recently add some additional refactoring support in
> eclipse, such as "Change Value to Reference". But I still don't konw how to
> start to add a simplest refactoring. Who can tell to how to start. Maybe
> someone are working in same work as mine, and can you give me some
> information and doucument about that?
> Thank you!

> SJTU

> duanyh

You may want to check out the following article on the DeveloperWorks web
site.

http://www-106.ibm.com/developerworks/opensource/library/os- ecjdt/
Previous Topic:Package Explorer Question
Next Topic:Set src folder using IProject
Goto Forum:
  


Current Time: Fri Apr 26 10:12:59 GMT 2024

Powered by FUDForum. Page generated in 0.03196 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top