google / error-prone

Catch common Java mistakes as compile-time errors

Home Page:https://errorprone.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suppress/grandfather existing warnings

nakulj opened this issue · comments

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.