We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to README Examples, I have tried to run a IDEal example inference.example.Main, but it crashed, and the output was:
inference.example.Main
java.lang.ClassCastException: boomerang.scene.jimple.JimpleVal cannot be cast to boomerang.scene.AllocVal at boomerang.WeightedBoomerang.forwardSolve(WeightedBoomerang.java:1176) ...
here
SPDS/boomerangPDS/src/main/java/boomerang/WeightedBoomerang.java
Line 1176 in 1179227
I changed it to
var = query.var();
and there is no the crash.
The text was updated successfully, but these errors were encountered:
the same problem...
Sorry, something went wrong.
@struce2 can you please prepare a PR with the fix? I am happy to check it then.
i will try to fix it, but i dot known if it's correct
No branches or pull requests
According to README Examples, I have tried to run a IDEal example
inference.example.Main
, but it crashed, and the output was:here
SPDS/boomerangPDS/src/main/java/boomerang/WeightedBoomerang.java
Line 1176 in 1179227
I changed it to
and there is no the crash.
The text was updated successfully, but these errors were encountered: