summaryrefslogtreecommitdiffstats
path: root/tests/new
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-08-08 00:26:22 +0000
committerjhugunin <jhugunin>2003-08-08 00:26:22 +0000
commitefc1cc47398443b33fe90da11c4cf1d14dc9c108 (patch)
tree9c967c62b6b4b51003b282976f2558ee7914cb91 /tests/new
parentbdfba603c4aee6d32a4873ddca43657e6eee92a8 (diff)
downloadaspectj-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.jarbin1027 -> 1066 bytes
-rw-r--r--tests/new/interfaceLibrary/aspectedInterfaceOnly.jarbin312 -> 347 bytes
-rw-r--r--tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jarbin312 -> 347 bytes
-rw-r--r--tests/new/interfaceLibrary/interfaceOnly.jarbin263 -> 263 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/new/interfaceLibrary/aspectOnly.jar b/tests/new/interfaceLibrary/aspectOnly.jar
index 4aaffb645..eb6505b8c 100644
--- a/tests/new/interfaceLibrary/aspectOnly.jar
+++ b/tests/new/interfaceLibrary/aspectOnly.jar
Binary files differ
diff --git a/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar b/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar
index 9cb969b9d..1b8393320 100644
--- a/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar
+++ b/tests/new/interfaceLibrary/aspectedInterfaceOnly.jar
Binary files differ
diff --git a/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar b/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar
index 9cb969b9d..fe334d076 100644
--- a/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar
+++ b/tests/new/interfaceLibrary/aspectedInterfaceOnlyBinary.jar
Binary files differ
diff --git a/tests/new/interfaceLibrary/interfaceOnly.jar b/tests/new/interfaceLibrary/interfaceOnly.jar
index ede6fc868..15c0fa559 100644
--- a/tests/new/interfaceLibrary/interfaceOnly.jar
+++ b/tests/new/interfaceLibrary/interfaceOnly.jar
Binary files differ