Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT 2.1.0 released

Congratulations for the new release: just signaling that at http://www.eclipse.org/ajdt/whatsnew210/ the page title reads AJDT 2.0.2 ;)

Regards
Mario

On Tue, Jul 6, 2010 at 4:49 AM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
I am pleased to announce the 2.1.0 release of the AspectJ Development
Tools for Eclipse.

In addition to including AspectJ 1.6.9, this release includes a number
of new features for making intertype declarations (ITDs) first class
citizens in the editor.  Java search now includes references and
declarations of ITDs.  Rename refactorings are now ITD-aware.  And we
have introduced the new pull-out refactoring, that can pull out your
Java fields, methods, and constructors into an Aspect and convert them
into an intertype declaration (this refactoring is the converse of the
push-in refactoring that was introduced in 2.0.0.

AJDT 2.1.0 is available for Eclipse 3.5 and 3.6 from the following update sites:

http://download.eclipse.org/tools/ajdt/36/update

http://download.eclipse.org/tools/ajdt/35/update

For more details on the new features, please see the new and
noteworthy ( http://www.eclipse.org/ajdt/whatsnew210 )

thanks,
the AJDT team
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan

Back to the top