diff options
author | jhugunin <jhugunin> | 2003-07-29 20:47:53 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-07-29 20:47:53 +0000 |
commit | aab8f36a22d0ac267dee63f4137dccdbe83d3559 (patch) | |
tree | 3b73010729e95017a5dc98a0a34f1d303283ab26 /tests/ajcTestsFailing.xml | |
parent | ee03a3e557204184380193807326d1131c1f2777 (diff) | |
download | aspectj-aab8f36a22d0ac267dee63f4137dccdbe83d3559.tar.gz aspectj-aab8f36a22d0ac267dee63f4137dccdbe83d3559.zip |
fix for Bugzilla Bug 40876
ClassFormatError on external subtype-qualified ref to supertype pointcut
This was an important bug that was caused by the static fields used in the implementation of cflow being placed on the wrong class. This broke the rules used for name mangling and could occasionally result in name collisions as shown here.
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 0f5af6454..2ac4c8bbe 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -5,13 +5,6 @@ <suite> <ajc-test dir="bugs" - pr="40876" - title="subtype-qualified pointcut reference"> - <compile files="PointcutLibraryTest.java"/> - <run class="PointcutLibraryTest"/> - </ajc-test> - - <ajc-test dir="bugs" pr="40858" comment="shouldn't super ref be permitted?" title="weaver trace on mis-qualified pointcut reference"> |