just leave commented becuase it is a useful little message to flip on sometimes
authorjjenista <jjenista>
Sun, 22 Mar 2009 19:25:23 +0000 (19:25 +0000)
committerjjenista <jjenista>
Sun, 22 Mar 2009 19:25:23 +0000 (19:25 +0000)
Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java

index f0fcb85601be4d410c8827b63017f0ce07a7e8f7..a580193a05d86a4608b69fb7d9fcce82450251bf 100644 (file)
@@ -405,6 +405,8 @@ public class OwnershipAnalysis {
       s.add( mc );
       mapDescriptorToAllMethodContexts.put( d, s );
 
+      //System.out.println("Previsiting " + mc);
+
       og = analyzeFlatNode(mc, fm, null, og);
       setGraphForMethodContext(mc, og);
     }