mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
THIS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user