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
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Internally to Google, clshepherd / clrobot suggest changes to apply best practices. It made the following suggestions:
Fix 2 ErrorProneStyle findings:
Constructors and methods with the same name should appear sequentially with no other code in between. Please re-order or re-name methods.
This catch block catches an exception and re-throws another, but swallows the caught exception rather than setting it as a cause. This can make debugging harder.
Internally to Google, clshepherd / clrobot suggest changes to apply best practices. It made the following suggestions:
I'm not sure these are all available via the public errorprone module, but perhaps some would get caught upstream if it were installed per https://errorprone.info/docs/installation#maven.