Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Errorprone 2.3.3 upgrades #1110

Merged
merged 8 commits into from
Mar 19, 2019
Merged

Errorprone 2.3.3 upgrades #1110

merged 8 commits into from
Mar 19, 2019

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Mar 15, 2019

PR description

The biggest change is that UnusedVariable and UnusedMethod went to WARN by
default. Since our build is a no warning build this means we either need
to turn them off or fix them. I mostly opted for the latter. Test code
was mostly fixed, unused loggers were deleted, and other shipped code
was mostly suppressed.

Two less noisy fixes to not use SortedSet and to use zero based
comparable results instead of -1, 0, and 1. Also a compiler nit in
errorprone was suppressed, per the description it won't affect us.

shemnon and others added 3 commits March 15, 2019 13:45
Biggest change is that UnusedVariable and UnusedMethod went to WARN by
default. Since our build is a no warning build this means we either need
to turn them off or fix them.  I mostly opted for the latter.  Test code
was mostly fixed, unused loggers were deleted, and other shipped code
was mostly suppressed.

Two less noisy fixes to not use `SortedSet` and to use zero based
comparable results instead of -1, 0, and 1.  Also a compiler nit in
errorprone was suppressed, per the description it won't affect us.
Copy link
Contributor

@NicolasMassart NicolasMassart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup !

@shemnon shemnon merged commit 171928d into PegaSysEng:master Mar 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants