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

Deprecated annotation on class is not accounted for on method level #33

Open
umbrant opened this issue Aug 26, 2016 · 0 comments
Open

Comments

@umbrant
Copy link

umbrant commented Aug 26, 2016

Between Apache Hadoop 2.7.2 and 3.0.0-alpha2 (trunk), we removed a class that looked like this:

@Deprecated
@InterfaceAudience.Public
@InterfaceStability.Stable
public class RccTask extends Task {

Deprecation here is marked only on the class, not on any of its methods.

JACC 1.8 is picking up each of the methods in RccTask as a removed, but is not marking them as deprecated like it does when an individual method is annotated as deprecated.

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

No branches or pull requests

1 participant