eg: if (e instanceof SQLException) -> if (e instanceof SQLException sQLException) Fixed by https://github.com/google/error-prone/pull/5103
eg:
if (e instanceof SQLException) -> if (e instanceof SQLException sQLException)
Fixed by #5103