Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow skipping signature checks in deprecated code #44

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments
Closed

Allow skipping signature checks in deprecated code #44

GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants