Skip to content

Commit 43759cd

Browse files
graememorganError Prone Team
authored andcommitted
Recognise com.google.common.inject.components.OtherRequiredBindings as an injection method in UnnecessaryQualifier.
This causes a few suppressions in the depot. PiperOrigin-RevId: 783020383
1 parent ef5073b commit 43759cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/google/errorprone/bugpatterns/UnnecessaryQualifier.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ private static ImmutableList<AnnotationTree> getQualifiers(
178178
Stream.of(
179179
// keep-sorted start
180180
"com.google.auto.factory.AutoFactory",
181+
"com.google.common.inject.components.OtherRequiredBindings",
181182
"com.google.inject.Inject",
182183
"dagger.assisted.AssistedInject",
183184
"jakarta.inject.Inject",

0 commit comments

Comments
 (0)