Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How rename worked in AJDT1.4.1
How rename worked in AJDT1.4.1 [message #69921] Wed, 28 March 2007 08:51 Go to next message
Eclipse UserFriend
Originally posted by: diezhongdie.sjtu.edu.cn

The one of new features is that rename refactoring also works in AspectJ
program. Is there any references or guidelines about its implementation?
How to make it happen in AOP program?

With kind regards! Winnie
Re: How rename worked in AJDT1.4.1 [message #69941 is a reply to message #69921] Wed, 28 March 2007 09:07 Go to previous messageGo to next message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Winnie Yang wrote:
> The one of new features is that rename refactoring also works in AspectJ
> program. Is there any references or guidelines about its implementation?
> How to make it happen in AOP program?
> With kind regards! Winnie

The class which implements the refactoring participant for type renames
is AspectRenameParticipant.java in the
org.eclipse.ajdt.internal.core.refactoring package (in the
org.eclipse.ajdt.core plugin).

Search the plugin.xml in this plugin to see how this rename participant
is registered with the system.

For information about accessing the AJDT source, see:
http://www.eclipse.org/ajdt/developers.php#q:source

Regards,

Matt.
Re: How rename worked in AJDT1.4.1 [message #69960 is a reply to message #69941] Wed, 28 March 2007 10:39 Go to previous message
Eclipse UserFriend
Originally posted by: diezhongdie.sjtu.edu.cn

Thank you for your information. That helps me a lot
> Winnie Yang wrote:
>
>> The one of new features is that rename refactoring also works in
>> AspectJ
>> program. Is there any references or guidelines about its
>> implementation?
>> How to make it happen in AOP program?
>> With kind regards! Winnie
> The class which implements the refactoring participant for type
> renames is AspectRenameParticipant.java in the
> org.eclipse.ajdt.internal.core.refactoring package (in the
> org.eclipse.ajdt.core plugin).
>
> Search the plugin.xml in this plugin to see how this rename
> participant is registered with the system.
>
> For information about accessing the AJDT source, see:
> http://www.eclipse.org/ajdt/developers.php#q:source
>
> Regards,
>
> Matt.
>
Re: How rename worked in AJDT1.4.1 [message #596052 is a reply to message #69921] Wed, 28 March 2007 09:07 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Winnie Yang wrote:
> The one of new features is that rename refactoring also works in AspectJ
> program. Is there any references or guidelines about its implementation?
> How to make it happen in AOP program?
> With kind regards! Winnie

The class which implements the refactoring participant for type renames
is AspectRenameParticipant.java in the
org.eclipse.ajdt.internal.core.refactoring package (in the
org.eclipse.ajdt.core plugin).

Search the plugin.xml in this plugin to see how this rename participant
is registered with the system.

For information about accessing the AJDT source, see:
http://www.eclipse.org/ajdt/developers.php#q:source

Regards,

Matt.
Re: How rename worked in AJDT1.4.1 [message #596064 is a reply to message #69941] Wed, 28 March 2007 10:39 Go to previous message
Eclipse UserFriend
Originally posted by: diezhongdie.sjtu.edu.cn

Thank you for your information. That helps me a lot
> Winnie Yang wrote:
>
>> The one of new features is that rename refactoring also works in
>> AspectJ
>> program. Is there any references or guidelines about its
>> implementation?
>> How to make it happen in AOP program?
>> With kind regards! Winnie
> The class which implements the refactoring participant for type
> renames is AspectRenameParticipant.java in the
> org.eclipse.ajdt.internal.core.refactoring package (in the
> org.eclipse.ajdt.core plugin).
>
> Search the plugin.xml in this plugin to see how this rename
> participant is registered with the system.
>
> For information about accessing the AJDT source, see:
> http://www.eclipse.org/ajdt/developers.php#q:source
>
> Regards,
>
> Matt.
>
Previous Topic:How rename worked in AJDT1.4.1
Next Topic:Exception softening
Goto Forum:
  


Current Time: Fri Apr 19 20:58:59 GMT 2024

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

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

Back to the top