]> source.dussan.org Git - aspectj.git/commitdiff
Fix for Bug 83645: pertypewithin({interface}) illegal field modifier
authoraclement <aclement>
Thu, 27 Jan 2005 17:25:48 +0000 (17:25 +0000)
committeraclement <aclement>
Thu, 27 Jan 2005 17:25:48 +0000 (17:25 +0000)
- Adding convenient subclass in testcase infrastructure

org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index 83a141fcb2d7647630afd788575c0e0c4065023f..168179a9d1edd31820091444c4fd9ed4e73e6797 100644 (file)
@@ -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