-
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
Find Usage Error #742
Comments
You are right, the usage reference is incomplete. Interesting enough the opposite direction works without problems. Please note that the usage reference function of Jadx have to be used carefully as it (besides this bug) can always be incomplete. This can happen in case Jadx fails to decompile the method the method-to-be searched is called in. |
It is strange because I can't reproduce this issue, for me usage dialog shows all use places. Maybe it is a race condition :( |
@skylot I used latest version from Git, jadx thread count set to 1 (using Java 11.0.4). With background decompilation disabled if you first start the decompilation (e.g. by opening the text search window) the bug is present. If you first open the class |
I made a fix, thanks for the help! |
apk link:https://raw.githubusercontent.com/xmhwws/AApk/master/formatfa.reflectmaster_1.9.1.apk
method: formatfa.android.f.reflectmaster.b.a.static int a(String str)
Find Usage:
But it didn't find all of them.
Jeb:
Jeb is right, jadx also needs improvement.
In addition, this gradle project imports Android studio, which also has this problem.
It may be a bug?
The text was updated successfully, but these errors were encountered: