diff options
author | jhugunin <jhugunin> | 2003-08-08 00:26:22 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-08-08 00:26:22 +0000 |
commit | efc1cc47398443b33fe90da11c4cf1d14dc9c108 (patch) | |
tree | 9c967c62b6b4b51003b282976f2558ee7914cb91 /tests/new | |
parent | bdfba603c4aee6d32a4873ddca43657e6eee92a8 (diff) | |
download | aspectj-efc1cc47398443b33fe90da11c4cf1d14dc9c108.tar.gz aspectj-efc1cc47398443b33fe90da11c4cf1d14dc9c108.zip |
fix for Bugzilla Bug 41175
binary aspect-declared methods conflict, lost their exception clauses
larger fix to address more issues with aspect-declared methods in bytecode form
also addressed declared exception issue more generally
this fix should be more stable than a smaller hack that just fixed this specific bug
report would have been. added a few tests to match increased scope.
Diffstat (limited to 'tests/new')
-rw-r--r-- | tests/new/interfaceLibrary/aspectOnly.jar | bin | 1027 -> 1066 bytes |
-rw-r--r-- | tests/new/interfaceLibrary/aspectedInterfaceOnly.jar | bin | 312 -> 347 bytes |
-rw-r--r-- | tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar | bin | 312 -> 347 bytes |
-rw-r--r-- | tests/new/interfaceLibrary/interfaceOnly.jar | bin | 263 -> 263 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/new/interfaceLibrary/aspectOnly.jar b/tests/new/interfaceLibrary/aspectOnly.jar Binary files differindex 4aaffb645..eb6505b8c 100644 --- a/tests/new/interfaceLibrary/aspectOnly.jar +++ b/tests/new/interfaceLibrary/aspectOnly.jar diff --git a/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar b/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar Binary files differindex 9cb969b9d..1b8393320 100644 --- a/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar +++ b/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar diff --git a/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar b/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar Binary files differindex 9cb969b9d..fe334d076 100644 --- a/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar +++ b/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar diff --git a/tests/new/interfaceLibrary/interfaceOnly.jar b/tests/new/interfaceLibrary/interfaceOnly.jar Binary files differindex ede6fc868..15c0fa559 100644 --- a/tests/new/interfaceLibrary/interfaceOnly.jar +++ b/tests/new/interfaceLibrary/interfaceOnly.jar |