]> source.dussan.org Git - aspectj.git/commit
test and fix for bug reported today on aspectj-dev
authorjhugunin <jhugunin>
Fri, 5 Sep 2003 03:58:13 +0000 (03:58 +0000)
committerjhugunin <jhugunin>
Fri, 5 Sep 2003 03:58:13 +0000 (03:58 +0000)
commit58436592bb9fe64341d9013779fe377bb55a24e2
treeaf4f40b4ae6b0943fa45cb3e755b3ed25f618306
parent8660cc12bfbcd6f4957abd4dfc84735de6c048cf
test and fix for bug reported today on aspectj-dev
This bug is a reversion from 1.1.0 and so was a high-priority to get fixed
before the 1.1.1rc2 release tommorrow.  The bug was caused by a
conflict between the implementation of perthis and a fix made in 1.1.1rc1
to the code for signature matching to handle inter-type declarations
correctly.  The fix was the addition of two null pointer checks.

I hope that the original reporter will file a bug report in bugzilla tomorrow
for tracking.
tests/ajcTests.xml
tests/bugs/InterPerCall.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/ResolvedTypeX.java