Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Contribute a resource on java refactoring
Contribute a resource on java refactoring [message #988201] Wed, 28 November 2012 19:00 Go to next message
Eclipse UserFriend
Hi,

In e4 we have the Application.e4xmi resource in the project root. It has references to java packages and classes. ATM if you rename a package or class through a refactor operation the e4xmi is not updated. Any hint where is the API I should use to include this resource in the refactorings?

Thanks.
Re: Contribute a resource on java refactoring [message #988269 is a reply to message #988201] Thu, 29 November 2012 08:41 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You need to contribute through the extension point
org.eclipse.ltk.core.refactoring.renameParticipant.

Tom

Am 28.11.12 20:01, schrieb Sopot Cela:
> Hi,
>
> In e4 we have the Application.e4xmi resource in the project root. It has
> references to java packages and classes. ATM if you rename a package or
> class through a refactor operation the e4xmi is not updated. Any hint
> where is the API I should use to include this resource in the refactorings?
>
> Thanks.
Previous Topic:WEB
Next Topic:Eclipse freezes when using xml schema editor
Goto Forum:
  


Current Time: Thu Apr 25 08:53:23 GMT 2024

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

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

Back to the top