diff options
-rw-r--r-- | ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java b/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java index 8127ad3cb..04223ebf8 100644 --- a/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java +++ b/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java @@ -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"; |