We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ecb48 commit 1bbda1eCopy full SHA for 1bbda1e
docs/bugpattern/UnusedVariable.md
@@ -1,6 +1,8 @@
1
The presence of an unused variable may indicate a bug. This check highlights
2
-_private_ fields and parameters which are unused and can be safely removed
3
-without considering the impact on other source files.
+private fields, and parameters of private methods, which are unused and can be
+safely removed without considering the impact on other source files. "Private"
4
+in this context also includes effectively-private members, like public members
5
+of private classes.
6
7
## Suppression
8
0 commit comments