Skip to content
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

Error Prone 2.21.0, NullableOptional check #18512

Merged

Conversation

ksobolew
Copy link
Contributor

@ksobolew ksobolew commented Aug 3, 2023

Description

  • Bump Error Prone to 2.21.0
  • Enable check: NullableOptional

Additional context and related issues

The check enabled is a new one in that release, and it looks like it complements NullOptional pretty nicely.

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

No new detections, but some new checkers, all at the WARNING level.
The getter (and field) were converted to `Optional` in commit
b2482b4, with the headline: "Remove
`@Nullable` usage from ResourceGroupInfo", and the `@Nullable`
annotation was removed from the other getter converted, so I assume that
one was just a leftover.
@cla-bot cla-bot bot added the cla-signed label Aug 3, 2023
@ksobolew ksobolew requested review from findepi and wendigo August 3, 2023 07:55
@ksobolew ksobolew changed the title Error Prone 2.21, NullableOptional check Error Prone 2.21.0, NullableOptional check Aug 3, 2023
pom.xml Show resolved Hide resolved
@ksobolew ksobolew force-pushed the kudi/error-prone-221-and-optional-checker branch from a0d1ae0 to 9bd4232 Compare August 3, 2023 09:47
@wendigo wendigo merged commit 14d2e19 into trinodb:master Aug 3, 2023
@wendigo
Copy link
Contributor

wendigo commented Aug 3, 2023

Thx @ksobolew

@ksobolew ksobolew deleted the kudi/error-prone-221-and-optional-checker branch August 3, 2023 13:29
@github-actions github-actions bot added this to the 423 milestone Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants