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

[java] Full @SuppressWarnings support #1900

Open
jsotuyod opened this issue Jul 2, 2019 · 0 comments
Open

[java] Full @SuppressWarnings support #1900

jsotuyod opened this issue Jul 2, 2019 · 0 comments
Labels
an:enhancement An improvement on existing features / rules
Milestone

Comments

@jsotuyod
Copy link
Member

jsotuyod commented Jul 2, 2019

We have this a little bit e.g. for rules, that check unused code - @SuppressWarnings("unused") suppresses e.g. the rules "UnusedPrivateField", "UnusedLocalVariable", "UnusedPrivateMethod", and "UnusedFormalParameter".
Adding more common known tags would make sense. e.g. the eclipse compiler lists the tags here: https://help.eclipse.org/2019-06/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-suppress_warnings.htm

Rel #1899
See also #1927

Originally posted by @adangel in #659 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
an:enhancement An improvement on existing features / rules
Projects
None yet
Development

No branches or pull requests

2 participants