Back to Error Prone

SuppressWarningsDeprecated

docs/bugpattern/SuppressWarningsDeprecated.md

2.49.0150 B
Original Source

To suppress warnings to deprecated methods, you should add the annotation @SuppressWarnings("deprecation") and not @SuppressWarnings("deprecated")