googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

Consider enabling Error Prone #2293

Open cushon opened 1 month ago

cushon commented 1 month ago

Consider enabling the Error Prone static analysis tool as part of the build, see https://errorprone.info/docs/installation

The tool helps prevent bugs (example: https://github.com/googleapis/java-bigtable/issues/2292), and also makes it easier to use the library internally in google3, since the static checks are enabled by default internally.