-
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 Error Prone 2.25.0 -> 2.26.1 #1078
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
1 similar comment
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.
Added a commit and tweaked the suggested commit message.
Looks good. No mutations were possible for these changes. |
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. |
/integration-test |
cfd58ae
to
3227dac
Compare
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.
Rebased and bumped the upgrade to 2.26.1.
Looks good. No mutations were possible for these changes. |
3227dac
to
7b89e71
Compare
Looks good. No mutations were possible for these changes. |
7b89e71
to
5748b94
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.25.0
->2.26.0
2.25.0
->2.26.0
Release Notes
google/error-prone (Error Prone)
v2.26.0
: Error Prone 2.26.0Compare Source
Changes:
module-info.java
for Java Platform Module System support, thanks to @sgammon in #4311.-XepPatchChecks
are now ignored, instead of causing a crash. Thanks to @oxkitsune in #4028.New checks:
SystemConsoleNull
: Null-checkingSystem.console()
is not a reliable way to detect if the console is connected to a terminal.EnumOrdinal
: Discourage uses ofEnum.ordinal()
Closed issues: #2649, #3908, #4028, #4311, #4314
Full Changelog: google/error-prone@v2.25.0...v2.26.0