UnusedMethod also detects public unused methods #5320
Unanswered
nicogino2024
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Is the method actually public? or effectively private? (e.g. a method marked |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems UnusedMethod also detects unused public methods whereas the docs says it detects private ones: https://errorprone.info/bugpattern/UnusedMethod. Am I missing something or is the doc not up-to-date ?
Thanks and Regards,
Nico
Beta Was this translation helpful? Give feedback.
All reactions