-
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
Upgrade version.error-prone-orig 2.20.0 -> 2.21.0 #737
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
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.
I added a commit to this branch, but it does not yet show up in this PR view. Approving, assuming that later it does, and that the subsequently triggered build passes.
Also updated the suggested commit message.
(The NamedLikeContextualKeyword
flag changes should have been part of the previous upgrade. There's overlap with (a.o.) Checkstyle, but enabling these flags can't hurt, I think.)
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
Closing and re-opening the PR fixed it ✔️ |
6603e77
to
0d86472
Compare
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.
Thanks for the changes 😄.
Tweaked suggested commit message. |
Tnx! |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
0d86472
to
ed38bfc
Compare
Will merge once 📗. |
Looks good. No mutations were possible for these changes. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
2.20.0
->2.21.0
2.20.0
->2.21.0
2.20.0
->2.21.0
2.20.0
->2.21.0
2.20.0
->2.21.0
2.20.0
->2.21.0
Release Notes
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.21.0
: Error Prone 2.21.0Compare Source
New Checkers:
AttemptedNegativeZero
: Prevents accidental use of-0
, which is the same as0
. The floating-point negative zero is-0.0
.ICCProfileGetInstance
: Warns on uses ofICC_Profile.getInstance(String)
, due to JDK-8191622.MutableGuiceModule
: Fields in Guice modules should befinal
.NullableOptional
: Discourages@Nullable
-annotatedOptional
s.OverridingMethodInconsistentArgumentNamesChecker
: Arguments of overriding method are inconsistent with overridden method.Fixed issues: #3976, #3986, #4001, #4002, #4026, #4027
Full Changelog: google/error-prone@v2.20.0...v2.21.0