-
Notifications
You must be signed in to change notification settings - Fork 298
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
Unable to find the JavaAccess call #1262
Comments
Perhaps it's because the jar package I converted using APK does not conform to the basic format of the jar package? |
Does it mean that only archunit can scan the freshest compiled class or jar package files? |
The class file import currently only considers files whose name ends with Why would the byte code of |
Github does not allow uploading class files, so I changed the suffix to upload |
This class file is part of the jar package |
HistoryLoader.json |
Perhaps the jar package converted using APK is not compliant, I just want to confirm this issue 🙈 |
Sorry for my initial confusion about the ArchUnit 0.23.1 would have found but #889 tries to map accesses by synthetic methods such as this one from your
Since ArchUnit 1.0.0, importing your
|
When opening this class file with jadx, it will be found that hasNextNotification has been called, but the corresponding call cannot be found with archunit
HistoryLoader.json
Changing the JSON file suffix to "class" is the corresponding class file
The text was updated successfully, but these errors were encountered: