-
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.29.2 -> 2.30.0 #1280
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.
Based on #1278 we know that there's no point in rerunning the compatibility matrix script, so I skipped that. (I'll open a PR to update the matrix after the next release.)
2828c9d
to
b089d42
Compare
Quality Gate passedIssues Measures |
Looks good. No mutations were possible for these changes. |
This PR contains the following updates:
2.29.2
->2.30.0
2.29.2
->2.30.0
Release Notes
google/error-prone (Error Prone)
v2.30.0
: Error Prone 2.30.0Compare Source
New checks:
AutoValueBoxedValues
: Detects unnecessary boxing in AutoValue classes.DefaultLocale
: Detects implicit use of the JVM default locale, which can result in differing behaviour between JVM executions.UnnecessaryBreakInSwitch
: Remove unnecessarybreak
statements in->
switches.Closed issues: #632, #4487
Full changelog: google/error-prone@v2.29.2...v2.30.0