You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will improve code quality and reduce drift with Google's monorepo. This will also enable other interesting features, such as using @CompileTimeConstant on some of the parameters of the statement sql builder, to encouraging parameterised queries to lower the risk of introducing SQL injection vulnerabilities.
The text was updated successfully, but these errors were encountered:
Adopt the errorprone plugin as described at https://errorprone.info/docs/installation#maven. The warnings can be addressed using the
@SuppressWarnings
annotation, or have entire classes of warnings turned off.This will improve code quality and reduce drift with Google's monorepo. This will also enable other interesting features, such as using
@CompileTimeConstant
on some of the parameters of the statement sql builder, to encouraging parameterised queries to lower the risk of introducing SQL injection vulnerabilities.The text was updated successfully, but these errors were encountered: