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

Only recommend using index accessors for Java classes that are known collections #4994

Merged
merged 3 commits into from Jul 6, 2022

Commits on Jun 24, 2022

  1. Refactor: clear separation between "can" and "recommended" replace

    This also provides a less strict and universal implementation for the previous type parameters bugfix: detekt#4803
    
    As commented in the code, it does this by doing a lazy attempt at whether type inference is possible. If needed, this can be extended on later.
    Whathecode committed Jun 24, 2022
    Copy the full SHA
    82ffdfc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Copy the full SHA
    d9fa7c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Copy the full SHA
    9f1ee8d View commit details
    Browse the repository at this point in the history