I erroneously added this sanity check and wondered why I see the output without crash...
authorjjenista <jjenista>
Thu, 7 Aug 2008 22:49:53 +0000 (22:49 +0000)
committerjjenista <jjenista>
Thu, 7 Aug 2008 22:49:53 +0000 (22:49 +0000)
commitf73557a180a842082fe7d706a084cca4a10be567
treedb3aa2db0955e5ff9b70e45a618fc9631ef862e2
parent3b418badd4cd73b2efda4f13449e8266185867c5
I erroneously added this sanity check and wondered why I see the output without crashing the analysis.  Actually, when an edge in the callee HRN1->HRN2 is being mapped into the caller, if HRN1 is a callee parameter object then it's ID will definitely not be in the caller already.  And the method getHRNSetThatPossiblyMapToCalleeHRN() recognizes that and does the right thing already, so the sanity check was reporting a non-existent problem.
Robust/src/Analysis/OwnershipAnalysis/OwnershipGraph.java