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

[java] New rule ConfusingArgumentToVarargsMethod #4971

Merged

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    75e2840 View commit details
    Browse the repository at this point in the history
  2. Fix more violations

    oowekyala committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    29b12bc View commit details
    Browse the repository at this point in the history
  3. Split UnnecessaryVarargsArrayCreation into two rules

    The new errorprone rule catches more cases (it doesn't
    only care about array allocations).
    oowekyala committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    52c4f43 View commit details
    Browse the repository at this point in the history
  4. fix last violation

    oowekyala committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    789ec03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a92b617 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    102ba1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d47ac View commit details
    Browse the repository at this point in the history