]> source.dussan.org Git - aspectj.git/commitdiff
Argh! Surely this will fix the build
authoraclement <aclement>
Wed, 4 Aug 2004 14:01:48 +0000 (14:01 +0000)
committeraclement <aclement>
Wed, 4 Aug 2004 14:01:48 +0000 (14:01 +0000)
ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java

index 8127ad3cb9f268b210b16c82f63f6f0187bb1588..04223ebf853d46fcfb5c4ed87e8f4b14582aacbd 100644 (file)
@@ -59,6 +59,8 @@ import org.aspectj.util.FileUtil;
  * TODO - Other forms of declare?  Do they need messages? e.g. declare precedence * 
  */
 public class ShowWeaveMessagesTestCase extends AjdeTestCase {
+
+       private static boolean regenerate;
        
        static {
                // Switch this to true for a single iteration if you want to reconstruct the
@@ -66,7 +68,6 @@ public class ShowWeaveMessagesTestCase extends AjdeTestCase {
                regenerate = false;
        }
        
-       private static boolean regenerate;
        private CompilerAdapter compilerAdapter;
        public static final String PROJECT_DIR = "WeaveInfoMessagesTest";