cushon / issues-import

0 stars 0 forks source link

Code review request #220

Closed cushon closed 9 years ago

cushon commented 9 years ago

Original issue created by martynas@google.com on 2013-12-09 at 10:39 PM


Link to code review: https://codereview.appspot.com/39740043

Purpose of code changes:

There are cases where an error-prone is used to enforce security checks. This is done by making the particular @BugPattern() severity=ERROR.

However, the user is still able to @SuppressWarnings() effectively bypassing such enforcements. So instead we have a build-restricted @SuppressFooChecker annotation and disable ability to SuppressWarnings by making the BugPattern suppressable=false (this CL).

cushon commented 9 years ago

Original comment posted by eaftan@google.com on 2014-01-10 at 08:08 PM


(No comment entered for this change.)


Status: Done