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

Fix for false positives EI_EXPOSE_REP in case of unmodifiable collections #2141

Merged
merged 4 commits into from
Sep 1, 2022

Commits on Aug 13, 2022

  1. Fix for false positives EI_EXPOSE_REP in case of unmodifiable colle…

    …ctions
    
    The methods `of` and `copyOf` of `List`, `Map` and `Set` return an unmodifiable collection. Thus if final fields are initiablized using these methods then returning them is not dangerous.
    Ádám Balogh committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9303a7e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge branch 'master' into Issue1771

    Ádám Balogh committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7a49576 View commit details
    Browse the repository at this point in the history
  2. Added handling of methods from java.util.Collestions

    Ádám Balogh committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    80aa7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    98fbc8d View commit details
    Browse the repository at this point in the history