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

Generic/UnnecessaryFinalModifier: improve code coverage #241

Commits on Jan 12, 2024

  1. Generic/UnnecessaryFinalModifier: rename test case file

    Doing this to be able to create a test with a syntax error on a separate
    file.
    rodrigoprimo authored and jrfnl committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4287c8c View commit details
    Browse the repository at this point in the history
  2. Generic/UnnecessaryFinalModifier: improve code coverage

    This commit add one more test case file to exercise defensive code that
    makes the sniff bail early if the class has no body.
    rodrigoprimo authored and jrfnl committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4b699ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09b571 View commit details
    Browse the repository at this point in the history