error-prone
error-prone copied to clipboard
Suppress/grandfather existing warnings
Adding errorprone to a new codebase is currently quite tedious as it complains about all the existing issues. In an ideal world, this means that we should go back and fix all of them, but this is usually infeasible :)
It would be nice if we could use Refaster to just automatically add suppression decorations to existing issues.
Dupe of #3163