From: aclement Date: Thu, 27 Jan 2005 17:25:48 +0000 (+0000) Subject: Fix for Bug 83645: pertypewithin({interface}) illegal field modifier X-Git-Tag: Root_AspectJ5_Development~50 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa3cbd5115a5ba8f18609b863f0d875a640d412f;p=aspectj.git Fix for Bug 83645: pertypewithin({interface}) illegal field modifier - Adding convenient subclass in testcase infrastructure --- 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