From fa3cbd5115a5ba8f18609b863f0d875a640d412f Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 27 Jan 2005 17:25:48 +0000 Subject: [PATCH] Fix for Bug 83645: pertypewithin({interface}) illegal field modifier - Adding convenient subclass in testcase infrastructure --- .../testsrc/org/aspectj/tools/ajc/AjcTestCase.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java index 83a141fcb..168179a9d 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java @@ -304,6 +304,12 @@ public class AjcTestCase extends TestCase { } } + public static class EmptyMessageSpec extends MessageSpec { + public EmptyMessageSpec() { + super(null,null); + } + } + /** * Helper class representing the results of running a test program built * by the compiler. Provides access to the standard out and error of the -- 2.39.5