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
In some cases it is not possible to eliminate code that is using forbidden APIs
immediately, e.g. because a forbidden class or interface is used in a method
signature, but that method can only be removed in the next major release of the
project. In that case one would deprecate the offending method. To support
this, forbidden-apis should have an option to skip checks in deprecated code.
Original issue reported on code.google.com by [email protected] on 8 Dec 2014 at 6:41
Original issue reported on code.google.com by
[email protected]
on 8 Dec 2014 at 6:41Attachments:
The text was updated successfully, but these errors were encountered: