-
Notifications
You must be signed in to change notification settings - Fork 3
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 2.9.0 -> 2.10.0 #175
Conversation
Suggested commit message:
|
cced003
to
c885835
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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 to disable two checks; we've also disabled these internally.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
6e916e4
to
a1e8efc
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 resolved conflict.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Deals with an Android-specific limitation | ||
not applicable to us. See also | ||
https://github.com/google/error-prone/issues/488. | ||
--> -Xep:StaticOrDefaultInterfaceMethod:OFF <!-- | ||
XXX: This check flags false positives. | ||
See https://github.com/google/error-prone/issues/2679. | ||
--> -Xep:VoidMissingNullable:OFF <!-- |
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.
It's a bit weird how the -->
and <--
are on the same line as the checks are disabled. We don't have that internally, is there a specific reason for that?
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.
See this documentation. This formatting is a remnant of our support for JDK 8. I plan to open one or more PRs to sync internal Maven parent improvements to this repo; will then also clean this up.
This PR contains the following updates:
2.9.0
->2.10.0
2.9.0
->2.10.0
Release Notes
google/error-prone
v2.10.0
Compare Source
New checks
AlwaysThrows
StackTraceElementGetClass
BareDotMetacharacter
DistinctVarargsChecker
MalformedInlineTag
MemoizeConstantVisitorStateLookups
UnicodeEscape
FieldMissingNullable
Java8ApiChecker
ParameterMissingNullable
TooManyParameters
TryWithResourcesVariable
UnnecessaryFinal
VoidMissingNullable
Fixed issues: #2616, #2629
Full Changelog: google/error-prone@v2.9.0...v2.10.0