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

Re-enable class-only, non-runtime annotation checking #46

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Closed

Re-enable class-only, non-runtime annotation checking #46

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Issue #27 (forbiddenapis 1.5.1 hotfix) disabled non-visible annotations 
completely, because they may not be on classpath.

This issue will add support back, but don't do deep checks - just compare the 
name to list of forbidden classes.

Original issue reported on code.google.com by uwe.h.schindler on 26 Dec 2014 at 2:56

@GoogleCodeExporter
Copy link
Author

Committed r347

Original comment by uwe.h.schindler on 26 Dec 2014 at 3:50

  • Changed state: Committed

uschindler added a commit that referenced this issue Mar 14, 2015
…eep checks. This also makes error messages about class/interface/annotation use more specific
@uschindler uschindler added this to the 1.8 milestone Mar 14, 2015
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