blob: a7ff55997311bd9b975778fc3ad11f31a7518f7c [file] [log] [blame] [view] [edit]
The presence of an unused method may indicate a bug. This check highlights
_private_ methods which are unused and can be safely removed without considering
the impact on other source files.
## Suppression
All false positives can be suppressed by annotating the method with
`@SuppressWarnings("unused")`.