more changes according to new effect analysis
[IRC.git] / Robust / src / Main / Main.java
index 06adf6105c20a41445cc6bcd6232c64dd81bc1a3..cef1023a9341bb6b06d93ea9d7ed31db17d43d28 100644 (file)
@@ -325,7 +325,9 @@ public class Main {
        state.OOOJAVA  = true;
        state.DISJOINT = true;
 
-      }else if (option.equals("-help")) {
+      } else if (option.equals("-ooodebug") ){ 
+  state.OOODEBUG  = true;
+      } else if (option.equals("-help")) {
        System.out.println("-classlibrary classlibrarydirectory -- directory where classlibrary is located");
        System.out.println("-selfloop task -- this task doesn't self loop its parameters forever");
        System.out.println("-dir outputdirectory -- output code in outputdirectory");