Bug fixes:
authorjjenista <jjenista>
Fri, 13 Mar 2009 00:45:28 +0000 (00:45 +0000)
committerjjenista <jjenista>
Fri, 13 Mar 2009 00:45:28 +0000 (00:45 +0000)
commit1c63f5b00590a4c9067a0fdfae612b96c616e8e8
treeb70953e48b93aec55026959d82a0e618657bcd22
parent24427e3a5f181a87901643bc0f9419fa94c62594
Bug fixes:

1.  rewriteCallerReachability was not rewriting parameter "star" tokens.

2.  globalSweep fixes:

  a.  initialize alpha prime for all nodes to the empty reachability set, nothing else

  b.  when propagating contraint for bold_B, and encountering a new edge, changed initial
      result from just the intersection value to union of new edge's old beta and intersection

  c.  when using bold_B to reduce alpha states, now checking all edges for the state before
      marking token for removal, instead of removing if we find one negative match
Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java
Robust/src/Analysis/OwnershipAnalysis/OwnershipGraph.java