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 737dec0 commit 080411eCopy full SHA for 080411e
core/src/main/java/com/google/errorprone/bugpatterns/UnusedVariable.java
@@ -145,7 +145,8 @@ public final class UnusedVariable extends BugChecker implements CompilationUnitT
145
"org.openqa.selenium.support.FindBy",
146
"org.openqa.selenium.support.FindBys",
147
"org.apache.beam.sdk.transforms.DoFn.TimerId",
148
- "org.apache.beam.sdk.transforms.DoFn.StateId");
+ "org.apache.beam.sdk.transforms.DoFn.StateId",
149
+ "org.springframework.boot.test.mock.mockito.MockBean");
150
151
// TODO(ghm): Find a sensible place to dedupe this with UnnecessarilyVisible.
152
private static final ImmutableSet<String> ANNOTATIONS_INDICATING_PARAMETERS_SHOULD_BE_CHECKED =
0 commit comments