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

Passing the proper arguments [core] #1314

Closed
redmi111 opened this issue Dec 20, 2021 · 1 comment
Closed

Passing the proper arguments [core] #1314

redmi111 opened this issue Dec 20, 2021 · 1 comment
Labels
bug Core Issues in jadx-core module

Comments

@redmi111
Copy link

image

Hello there, Take the above code block as an example and as you can see there the arguments was not decompiled but rather it applies some anonymous field value such as r1 and r2.

image
image

And as you can above that's a JADX version 1.2.0 and it doesn't inline anonymous class to the parent and arguments are correct. While it is great see the inlined anonymous classes (good job for that) but it'll be better if those arguments can be handle properly like in the older versions (where the anonymous classes not inlined)

@redmi111 redmi111 added bug Core Issues in jadx-core module labels Dec 20, 2021
@skylot
Copy link
Owner

skylot commented Dec 20, 2021

@redmi111 as a workaround, it is possible to disable anonymous class inlining (check preferences).
Also, this is a known issue, check #523.
Anyway, thanks for reminder! I will increase priority for that issue 👍

@skylot skylot closed this as completed Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

2 participants