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] 0 is used instead of null #705

Closed
bagipro opened this issue Jul 9, 2019 · 2 comments
Closed

[core] 0 is used instead of null #705

bagipro opened this issue Jul 9, 2019 · 2 comments
Labels
bug Core Issues in jadx-core module

Comments

@bagipro
Copy link
Collaborator

bagipro commented Jul 9, 2019

Checks before report

  • [+] check latest unstable build (maybe issue already fixed)
  • [+] search existing issues by exception message
    (for example JadxRuntimeException: Can't find immediate dominator for block)
  • [+] check Troubleshooting Q&A section on wiki

Describe error
Failing code in file com/paypal/android/p2pmobile/onboarding/fragments/NewOnboardingBaseFragment.java

    /* JADX WARNING: type inference failed for: r3v0, types: [java.util.List, java.util.List<com.paypal.android.foundation.onboarding.model.ComponentItem>] */
    /* access modifiers changed from: protected */
    /* JADX WARNING: Unknown variable types count: 1 */
    public void setupUiComponentOnPages(@android.support.annotation.NonNull java.util.List<com.paypal.android.foundation.onboarding.model.ComponentItem> r3, com.paypal.android.p2pmobile.onboarding.components.IComponentCallbackListener iComponentCallbackListener) {
        if (r3 != 0 || !r3.isEmpty()) {

APK: https://drive.google.com/file/d/1CSo_sZ71WsM3WvGw2VzG7xnkqpUO3GSJ/view?usp=sharing

@bagipro bagipro added bug Core Issues in jadx-core module labels Jul 9, 2019
@skylot
Copy link
Owner

skylot commented Jul 10, 2019

@sergey-wowwow thank you it was a really nasty bug :)

@skylot skylot closed this as completed Jul 10, 2019
@bagipro
Copy link
Collaborator Author

bagipro commented Jul 10, 2019

Thanks, always welcome :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

2 participants