Skip to content

Integrate Volley builds with errorprone.#162

Merged
jpd236 merged 2 commits intogoogle:masterfrom
jpd236:error-prone
Apr 9, 2018
Merged

Integrate Volley builds with errorprone.#162
jpd236 merged 2 commits intogoogle:masterfrom
jpd236:error-prone

Conversation

@jpd236
Copy link
Copy Markdown
Collaborator

@jpd236 jpd236 commented Apr 6, 2018

All error prone warnings+errors now lead to compile failures.
Existing failures have been fixed or suppressed, including:

  • Uses of LinkedList when ArrayList is likely to be better
  • Inner classes that weren't static but could be
  • Potentially shorter-than-intended waits in RequestFuture#get due to spurious wakeups

Fixes #100

All error prone warnings+errors now lead to compile failures.
Existing failures have been fixed or suppressed.

Fixes google#100
@jpd236 jpd236 requested a review from jjoslin April 6, 2018 01:14
split([string], -1) breaks the unit tests, so to be safe revert back
to split([string], 0), just with the argument being made explicit.
@jpd236 jpd236 merged commit 5307293 into google:master Apr 9, 2018
@jpd236 jpd236 deleted the error-prone branch April 9, 2018 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check all code against error-prone; enforce correctness for future commits

2 participants