According to README Examples, I have tried to run a IDEal example inference.example.Main, but it crashed, and the output was:
java.lang.ClassCastException: boomerang.scene.jimple.JimpleVal cannot be cast to boomerang.scene.AllocVal
at boomerang.WeightedBoomerang.forwardSolve(WeightedBoomerang.java:1176)
...
here
|
var = ((AllocVal) query.var()).getDelegate(); |
I changed it to
and there is no the crash.