How rename worked in AJDT1.4.1 [message #69921] |
Wed, 28 March 2007 04:51  |
Eclipse User |
|
|
|
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 #69960 is a reply to message #69941] |
Wed, 28 March 2007 06:39  |
Eclipse User |
|
|
|
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 05:07  |
Eclipse User |
|
|
|
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 06:39  |
Eclipse User |
|
|
|
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.
>
|
|
|
Powered by
FUDForum. Page generated in 0.04840 seconds