fixed a bug where retrieving the context contribution of a call site returns an empty...
authorjjenista <jjenista>
Wed, 14 Apr 2010 20:13:30 +0000 (20:13 +0000)
committerjjenista <jjenista>
Wed, 14 Apr 2010 20:13:30 +0000 (20:13 +0000)
commit039548bf0971a3c3f19e06dce396a6a1f8a6af1e
tree1b603e1fa4e9395ed72922ee40e4e42d63b2aa3b
parent0fb51dc11c123d0be2b1bef89ed260ddcf75c901
fixed a bug where retrieving the context contribution of a call site returns an empty graph instead of null, which erroneously matches a new context calculation that happens to be an empty graph--this doesn't fully solve the known bug though
Robust/src/Analysis/Disjoint/DisjointAnalysis.java
Robust/src/Benchmarks/disjoint/makefile
Robust/src/IR/State.java
Robust/src/Main/Main.java