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 empty missing constructors in enum constant declarations #922

Closed
bagipro opened this issue Apr 29, 2020 · 2 comments
Closed
Labels
bug Core Issues in jadx-core module

Comments

@bagipro
Copy link
Collaborator

bagipro commented Apr 29, 2020

Hi, class com.ebay.mobile.dcs.DcsBoolean

public enum DcsBoolean implements com.ebay.nautilus.domain.dcs.DcsPropBoolean {
    KillSwitch, // DcsBoolean() constructor is missing
    SearchRefineLocking,
    SearchEEKEnabled,
    SearchLocalOnlyConstraint,
    SearchUsePickupDropOffHack,
    SearchExpansionEnabled(true),
    //....

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

@bagipro bagipro added bug Core Issues in jadx-core module labels Apr 29, 2020
@bagipro bagipro changed the title [core] Use of empty constructors in enum constant declarations [core] Use of empty missing constructors in enum constant declarations Apr 29, 2020
@skylot
Copy link
Owner

skylot commented May 3, 2020

Fixed

@skylot skylot closed this as completed May 3, 2020
@bagipro
Copy link
Collaborator Author

bagipro commented May 3, 2020

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