Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Push In refactoring now available

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


Back to the top