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

Support running all available patch checks #947

Commits on Dec 31, 2022

  1. Support running all available patch checks

    The `BaseErrorProneJavaCompiler` already supported this, but
    `ErrorProneOptions` prevented the feature from being used. Concrete changes:
    
    1. Require `-XepPatchLocation` when `-XepPatchChecks` is specified, but not
       vice versa.
    2. Omit empty strings from `-XepPatchChecks:`.
    Stephan202 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    c5d9125 View commit details
    Browse the repository at this point in the history