Comment out code that is breaking compile....please check in the code this needs...
authorbdemsky <bdemsky>
Tue, 15 Apr 2008 20:50:26 +0000 (20:50 +0000)
committerbdemsky <bdemsky>
Tue, 15 Apr 2008 20:50:26 +0000 (20:50 +0000)
Robust/src/Main/Main.java

index 89748b90a596da4fd682eee3b902fc80b1c90685..ee8abe84374bbb0b53ece7b341bbf1c434cec227 100644 (file)
@@ -438,7 +438,8 @@ public class Main {
          int allocationDepth  = 3;
          OwnershipAnalysis oa =
              new OwnershipAnalysis( state, callGraph, allocationDepth );
-         oa.writeAllAliases( "identifiedAliases.txt" );
+         //This was breaking the compile
+         //      oa.writeAllAliases( "identifiedAliases.txt" );
       }
 
       System.exit(0);