[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] Push In refactoring now available
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Tue, 26 May 2009 10:11:08 -0700
- Delivered-to: aspectj-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=E59OKx3f/9HLXw8iNjx0jQipcBIbdYFlwD6v9vpW52w=; b=pPcq5LSlN3geK6LCr9EENulLpgioF0OoW6++3+NFORSv5LBnkSvTBzt6uXdNucqvQH mB6mSW+AOOrYrdjq7kl8VfITDsL0R4jToSUnbdFrRjGABLWH63W1BOVgnoHZC7yucWa4 5VHLOfJc7BKSjYWDPs+bbuTDQvGRSyl93og9Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:date:x-google-sender-auth:message-id :subject:from:to:content-type:content-transfer-encoding; b=gv975oPuioVN/8ssYhMX3JCBGSRrkuaNgrPl97dOBKVNY1qXmtmhNfw92dURG5YFOi 0rez+nxkEwAgmCZS650O9EYNMOx6Aovcz3sDjTbq4bqbp1BvEQ8ZdmSLkP1XrnrM6WZP bw6CAjwQbWSTcIWE0JK/Kh3o+0A/iZXMq9OX4=
Hi all,
I wanted to let everyone know about a new refactoring available in the
latest 3.4 dev version of AJDT. We have implemented the push in
refactoring, which pushes ITDs, declare annotations, and declare
parents into their target classes and removes the aspect elements from
the aspect.
Too use, select a project, package, aspect, or ITD to push in from the
package explorer (or other view). Right click -> Refactoring -> Push
in.
Then follow the wizard to see the results. Undo is also available.
The refactoring is also available from the editor under the menu item
"AspectJ Refactoring"
Please try this out and send me your feedback.
thanks,
--a