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

[core]The function of Find Usage(x) is ERROR #1285

Closed
jygzyc opened this issue Nov 23, 2021 · 5 comments
Closed

[core]The function of Find Usage(x) is ERROR #1285

jygzyc opened this issue Nov 23, 2021 · 5 comments

Comments

@jygzyc
Copy link

jygzyc commented Nov 23, 2021

The function of Find Usage(x) on jadx 1.3.0.1 is BROKEN, which in jadx 1.2 is fine

@jpstotz
Copy link
Collaborator

jpstotz commented Nov 23, 2021

In my tests the usage function works as expected.

Can you please provide more details? What do you mean by "BROKEN", is the context-menu entry not clickable, are there no results or are results missing?

Please describe exactly what steps you do, what APK you open (best to attach the APK file to this issue), what class you view and on which element you are trying to view the usage.

@jygzyc
Copy link
Author

jygzyc commented Nov 25, 2021

For example,there is a function
com.xunmeng.app_upgrade.i.a

9625d981a34d939b93170440aadd369e
eff9345627cf4da0abf50aa3110ddb4d

the 1.2 version is fine , 1.3 is broken

there is the APK file
test.zip

@jpstotz
Copy link
Collaborator

jpstotz commented Nov 25, 2021

Jadx seem to have a problem with references into anonymous inlined classes.

As a workaround you can disable Inline anonymous classes in preferences.

@skylot
Copy link
Owner

skylot commented Nov 25, 2021

@jygzyc I commit a fix for usage from inlined anonymous classes, please check latest unstable build.

@jygzyc
Copy link
Author

jygzyc commented Nov 26, 2021

@jygzyc I commit a fix for usage from inlined anonymous classes, please check latest unstable build.

Thx, this question should be fixed

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

No branches or pull requests

3 participants