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] Invalid enum declarations #719

Closed
bagipro opened this issue Jul 22, 2019 · 1 comment
Closed

[core] Invalid enum declarations #719

bagipro opened this issue Jul 22, 2019 · 1 comment
Labels
bug Core Issues in jadx-core module

Comments

@bagipro
Copy link
Collaborator

bagipro commented Jul 22, 2019

Checks before report

Describe error
File com/paypal/android/sdk/contactless/reader/apdu/Cla.java, static fields are generated instead of enum constants

    public enum LowerNibble {
        public static final com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble CHANNEL0 = null;
        public static final com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble INVALID = null;

        /* renamed from: a */
        public static final /* synthetic */ com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble[] f15532a = null;

        /* renamed from: b */
        public final byte f15533b;

        /* renamed from: c */
        public byte f15534c;

        static {
            INVALID = new com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble("INVALID", 0, -1);
            CHANNEL0 = new com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble("CHANNEL0", 1, 0);
            f15532a = new com.paypal.android.sdk.contactless.reader.apdu.Cla.LowerNibble[]{INVALID, CHANNEL0};
        }

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

@skylot
Copy link
Owner

skylot commented Jul 30, 2019

Fixed

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