Whenever running ownership analysis, spit out a file with
authorjjenista <jjenista>
Tue, 15 Apr 2008 20:50:25 +0000 (20:50 +0000)
committerjjenista <jjenista>
Tue, 15 Apr 2008 20:50:25 +0000 (20:50 +0000)
all detected aliases between parameters and/or allocation
sites.

Robust/src/Main/Main.java

index cbcbd8933794681890198db259e32e0414cc6206..89748b90a596da4fd682eee3b902fc80b1c90685 100644 (file)
@@ -438,6 +438,7 @@ public class Main {
          int allocationDepth  = 3;
          OwnershipAnalysis oa =
              new OwnershipAnalysis( state, callGraph, allocationDepth );
+         oa.writeAllAliases( "identifiedAliases.txt" );
       }
 
       System.exit(0);