-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[feature] Restore switch over string #2288
Comments
|
@skylot Extra: it seems like GitHub doesn't delete the issue data for suspended accounts (probably for easy recovery), you can see the comments on the issue here via the API link: https://api.github.com/repos/skylot/jadx/issues/2278/comments |
@DataM0del thanks for letting us know. It was very weird that everything just disappear. |
Describe your idea
For simple switch over string java compiler generate lots of code, and it will be nice to restore it close to original.
Simple jadx test case:
Now jadx generate this code for test method:
Here we can see that compiler generate:
The text was updated successfully, but these errors were encountered: