This commit is contained in:
Stephan Schroevers
2025-02-23 15:14:40 +01:00
parent 001243f31a
commit d5f24c966b

View File

@@ -159,7 +159,8 @@ public final class EmptyPublisher extends BugChecker implements MethodInvocation
"windowTimeout",
"windowUntil",
"windowUntilChanged",
"windowWhile", "zipWithIterable");
"windowWhile",
"zipWithIterable");
private static final Matcher<ExpressionTree> VACUOUS_EMPTY_MONO_OPERATORS =
instanceMethod()
.onDescendantOf(MONO)