Skip to content
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

Legacy Jimple Parsing - Transient modifier #909

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

stschott
Copy link
Collaborator

@stschott stschott commented Apr 8, 2024

Fix bug where legacy Jimple cannot be parsed due to old Soot wrongfully translating the "varargs" method modifier to "transient".
Likely due to the bit set being the same for both modifiers (https://stackoverflow.com/questions/4936803/why-java-methods-with-varargs-identified-as-transient)

…ly translating the "varargs" method modifier to "transient"
@stschott stschott merged commit 111fbc9 into develop Apr 8, 2024
7 checks passed
@stschott stschott deleted the fix/legacyTransientMethodModifier branch April 8, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants