NonEmptyMono
WARNING
Simplification
Summary
Avoid vacuous operations on known non-empty
Mono
s
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("NonEmptyMono")
to the enclosing element.Disable this pattern completely by adding
-Xep:NonEmptyMono:OFF
as compiler argument. Learn more.