-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Update soot to latest version #589
base: master
Are you sure you want to change the base?
Conversation
Compilation error:
|
@henrikplate I just started the a2c test with the same Java 17 project I tested with WALA. The old exception is gone. But faced a different one
|
@mayaba - Thank you for checking! Looking at the stack trace, this may be a problem in re-bundled ASM code. Is the application you use for testing open source or proprietary? |
@henrikplate I'm testing a proprietary project. I can try with an open source one. Give me a min. |
Hi @henrikplate, I wrote a unit test to test Soot with a Java 17 compiled JAR and worked perfectly. I used the same JAR I used with WALA unit test. |
@henrikplate I wasn't able to push to this PR. So, I created a different one #595 |
Updated soot version to 4.4.1 as the previously used (4.1.0) didn't support JDK 17.