2008/03/27

AJDT1.5.2とAJDT1.6.0

AJDT1.5.2(with AspectJ1.6.0m1)とAJDT1.6.0(with AspectJ1.6.0m2)が出てます。
どちらもdevelopment buildです。

AJDT1.5.2(with AspectJ1.6.0m1) for Eclipse 3.3
http://download.eclipse.org/tools/ajdt/33/dev/update
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg08715.html

AJDT1.6.0(with AspectJ1.6.0m2) for Eclipse 3.4
http://download.eclipse.org/tools/ajdt/34/dev/update
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg08894.html

AspectJ1.6.0m2では、Parameter Annotation Matchingも使えます! さらにアノテーションパラメータを静的にマッチングすることも可能です(クラス型と配列、パラメータアノテーションは未実装)
http://www.eclipse.org/aspectj/doc/released/README-160.html

around executionが適用されたメソッドの変数情報が欠落する - 3

過去のエントリー:
around executionが適用されたメソッドの変数情報が欠落する
around executionが適用されたメソッドの変数情報が欠落する - その後

https://bugs.eclipse.org/bugs/show_bug.cgi?id=173978
1.6.1に持ち越されました。
気付けばもう1年以上修正されてない。それだけ需要無いのかな。
まぁ僕もbefore/afterで処理できたので取り急ぎ困ってないんだけど。