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

Report bug SA_FIELD_SELF_ASSIGNMENT in nested classes as well #2161

Merged
merged 6 commits into from Sep 5, 2022

Commits on Sep 1, 2022

  1. Report bug SA_FIELD_SELF_ASSIGNMENT in nested classes as well

    Bug `SA_FIELD_SELF_ASSIGNMENT` was not reported in nested classes, only in the outer class. This lead to inconsistent behavior. See issue ([spotbugs#2142](spotbugs#2142)). This PR fixes this issue.
    Ádám Balogh committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    aad527f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8943c64 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Update spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindFieldSel…

    …fAssignment.java
    
    Co-authored-by: Kengo TODA <skypencil+github@gmail.com>
    Balogh, Ádám and KengoTODA committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    8c08746 View commit details
    Browse the repository at this point in the history
  2. Update spotbugs/src/main/java/edu/umd/cs/findbugs/detect/FindFieldSel…

    …fAssignment.java
    
    Co-authored-by: Kengo TODA <skypencil+github@gmail.com>
    Balogh, Ádám and KengoTODA committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ee9ae11 View commit details
    Browse the repository at this point in the history
  3. Fixed according to the comments of @KengoTODA

    Ádám Balogh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2604f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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