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").