Skip to content

Fix leftover deprecation warnings #15

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

Open
Sipkab opened this issue Aug 29, 2021 · 0 comments
Open

Fix leftover deprecation warnings #15

Sipkab opened this issue Aug 29, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Sipkab
Copy link
Member

Sipkab commented Aug 29, 2021

If a Java element has @Deprecated annotation on it, and also has the @deprecated tag in its Javadoc, then removing only the annotation leaves the deprecated warnings on the referencing source parts. This is okay.

However, removing the @deprecated Javadoc tag won't remove the warnings, and will cause them to linger until the source files with the warning are modified by hand.

@Sipkab Sipkab added the bug Something isn't working label Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant