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

A glitch in the CliParser #1440

Closed
gbena opened this issue Aug 13, 2018 · 2 comments
Closed

A glitch in the CliParser #1440

gbena opened this issue Aug 13, 2018 · 2 comments
Labels

Comments

@gbena
Copy link

gbena commented Aug 13, 2018

The CliParser is not using the correct Keys for RetireJS.

CLiParser.java:766-768

    public boolean isRetireJSDisabled() {
        return hasDisableOption(ARGUMENT.DISABLE_RETIRE_JS, Settings.KEYS.ANALYZER_RETIRED_ENABLED);
    }

I believe it should be Settings.KEYS.ANALYZER_RETIREJS_ENABLED instead of Settings.KEYS.ANALYZER_RETIRED_ENABLED

jeremylong added a commit that referenced this issue Aug 14, 2018
@jeremylong
Copy link
Owner

Thank you for noticing the autocomplete/typo. This will be patched in the next release.

@lock
Copy link

lock bot commented Oct 16, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Oct 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants