We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jadx does not track class usage in annotations, as a result:
Which makes it much more difficult to work with minified code.
jadx/jadx-core/src/main/java/jadx/core/dex/visitors/usage/UsageInfoVisitor.java
Line 84 in c9d650d
1.5.1
23.0.2
The text was updated successfully, but these errors were encountered:
// TODO: process annotations and generics
Oops, @BlackFan thank you for report 👍
Sorry, something went wrong.
skylot
No branches or pull requests
Issue details
Jadx does not track class usage in annotations, as a result:
Which makes it much more difficult to work with minified code.
jadx/jadx-core/src/main/java/jadx/core/dex/visitors/usage/UsageInfoVisitor.java
Line 84 in c9d650d
Jadx version
1.5.1
Java version
23.0.2
OS
The text was updated successfully, but these errors were encountered: