-
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
[core] Jadx does not load all classes (IndexOutOfBoundsException) #763
Comments
Fixed. Actually many methods in this app have a signature with an incorrect number of arguments. So, for now, I just ignore them. |
@skylot Thank you for the fixes. I have a short question on the current master: I am using IntelliJ to develop Jadx, but when loading the current master IntelliJ shows an error on line 1: |
@jpstotz I also see this error but everything is work, so I think this is IntelliJ issue. In my experience IntelliJ always highlight something in gradle files, and different versions has different problems. |
@skylot Strange on my installation in this case other errors prevent me from building the project. But I found a workaround: move the import line directly before the |
@jpstotz I think a fully qualified name is the best option. Can you make a PR? |
When loading apk of com.whatsapp 2.19.274 (452992) not all classes within the package
X
are loaded (and are therefore missing in the class tree). There is an exception which silently stops the loading process:The text was updated successfully, but these errors were encountered: