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

[#1197] fix AvoidAccessToStaticMembersViaThis rule #1229

Merged
merged 3 commits into from Mar 13, 2024

Conversation

pnatashap
Copy link
Contributor

  • rule AvoidAccessToStaticMembersViaThis fixed to get only current class methods and fields
  • remove deprecation warnings

Fix #1197

@pnatashap
Copy link
Contributor Author

@yegor256 please take a look
all new deprecation warnings are fixed here

@yegor256
Copy link
Owner

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Mar 13, 2024

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 130d14d into yegor256:master Mar 13, 2024
8 checks passed
@rultor
Copy link
Collaborator

rultor commented Mar 13, 2024

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 12min)

@yegor256
Copy link
Owner

@pnatashap thanks!

@pnatashap pnatashap deleted the 1197 branch March 13, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PMD.AvoidAccessToStaticMembersViaThis check works incorrectly
3 participants