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] Use of null without cast #707

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

[core] Use of null without cast #707

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

Describe error
The most simple test case is in file com/paypal/android/p2pmobile/liftoff/cashout/usagetracker/CashOutTrackerHelper.java

    private void trackWithKey(@android.support.annotation.NonNull java.lang.String str, com.paypal.android.p2pmobile.liftoff.cashout.model.FlowSession flowSession) {
        trackWithKey(str, flowSession, null);
    }

This call is ambiguous and in such cases method binding keeps unresolved :(

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

Fixed!

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

bagipro commented Jul 10, 2019

Thanks :)

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