From 573741c8081c6b6b45921cafaae39f37eede2302 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 28 Jul 2004 14:43:40 +0000 Subject: Fix for 64331 java.lang.NullPointerException in WeaverMessageHandler class --- tests/bugs/abstractITDs/A.java | 2 ++ tests/bugs/abstractITDs/B.aj | 3 +++ tests/bugs/abstractITDs/B.jar | Bin 0 -> 1396 bytes tests/bugs/abstractITDs/C.java | 2 ++ tests/bugs/abstractITDs/buildBJar.bat | 1 + 5 files changed, 8 insertions(+) create mode 100644 tests/bugs/abstractITDs/A.java create mode 100644 tests/bugs/abstractITDs/B.aj create mode 100644 tests/bugs/abstractITDs/B.jar create mode 100644 tests/bugs/abstractITDs/C.java create mode 100644 tests/bugs/abstractITDs/buildBJar.bat (limited to 'tests/bugs/abstractITDs') diff --git a/tests/bugs/abstractITDs/A.java b/tests/bugs/abstractITDs/A.java new file mode 100644 index 000000000..5d9e777af --- /dev/null +++ b/tests/bugs/abstractITDs/A.java @@ -0,0 +1,2 @@ +public abstract class A { +} diff --git a/tests/bugs/abstractITDs/B.aj b/tests/bugs/abstractITDs/B.aj new file mode 100644 index 000000000..54af3233e --- /dev/null +++ b/tests/bugs/abstractITDs/B.aj @@ -0,0 +1,3 @@ +public aspect B { + abstract public void A.foo(); +} \ No newline at end of file diff --git a/tests/bugs/abstractITDs/B.jar b/tests/bugs/abstractITDs/B.jar new file mode 100644 index 000000000..b0fcaad10 Binary files /dev/null and b/tests/bugs/abstractITDs/B.jar differ diff --git a/tests/bugs/abstractITDs/C.java b/tests/bugs/abstractITDs/C.java new file mode 100644 index 000000000..8e6613707 --- /dev/null +++ b/tests/bugs/abstractITDs/C.java @@ -0,0 +1,2 @@ +public class C extends A { +} \ No newline at end of file diff --git a/tests/bugs/abstractITDs/buildBJar.bat b/tests/bugs/abstractITDs/buildBJar.bat new file mode 100644 index 000000000..4905f255f --- /dev/null +++ b/tests/bugs/abstractITDs/buildBJar.bat @@ -0,0 +1 @@ +ajc A.java B.aj -outjar B.jar -- cgit v1.2.3