-
Notifications
You must be signed in to change notification settings - Fork 39
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
Generalize assorted Refaster rules #1481
Generalize assorted Refaster rules #1481
Conversation
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🚀
I considered writing an Error Prone check for this, but that'd be quite involved, requiring more effort than I'm willing to spend at this time.
I can help 🙋
Validated that these changes do not impact the integration tests. |
524e8f1
to
a72bdd2
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements 🚀 !
Suggested commit message:
This was done manually, with the help of IntelliJ IDEA's "Parameter type may be weakened" inspection. I considered writing an Error Prone check for this, but that'd be quite involved, requiring more effort than I'm willing to spend at this time.