ReactorRules
SUGGESTION
Simplification
Suppression
Disable all rules by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$).*
as compiler argument.
Table of contents
- MonoFromSupplier
- MonoEmpty
- MonoJust
- MonoJustOrEmptyObject
- MonoJustOrEmptyOptional
- MonoDeferMonoJustOrEmpty
- OptionalMapMonoJust
- MonoFromOptionalSwitchIfEmpty
- MonoZip
- MonoZipWithCombinator
- FluxZip
- FluxZipWithCombinator
- FluxZipWithIterable
- FluxZipWithIterableBiFunction
- FluxZipWithIterableMapFunction
- MonoDeferredError
- FluxDeferredError
- MonoErrorSupplier
- FluxErrorSupplier
- MonoThenReturn
- FluxTake
- MonoDefaultIfEmpty
- FluxDefaultIfEmpty
- FluxEmpty
- FluxJust
- MonoIdentity
- MonoSingle
- FluxSwitchIfEmptyOfEmptyPublisher
- FluxConcatMap
- FluxConcatMapWithPrefetch
- MonoFlatMapIterable
- MonoFlatMapIterableIdentity
- FluxConcatMapIterable
- FluxConcatMapIterableWithPrefetch
- MonoFlatMapToFlux
- MonoMap
- FluxMap
- MonoMapNotNull
- FluxMapNotNull
- MonoFlux
- MonoThen
- FluxThen
- MonoThenEmpty
- FluxThenEmpty
- MonoThenMany
- MonoThenMonoFlux
- FluxThenMany
- MonoThenMono
- FluxThenMono
- MonoSingleOptional
- MonoCast
- FluxCast
- MonoOfType
- FluxOfType
- MonoFlatMap
- MonoFlatMapMany
- ConcatMapIterableIdentity
- ConcatMapIterableIdentityWithPrefetch
- FluxFromIterable
- FluxCountMapMathToIntExact
- MonoDoOnError
- FluxDoOnError
- MonoOnErrorComplete
- FluxOnErrorComplete
- MonoOnErrorCompleteClass
- FluxOnErrorCompleteClass
- MonoOnErrorCompletePredicate
- FluxOnErrorCompletePredicate
- MonoOnErrorContinue
- FluxOnErrorContinue
- MonoOnErrorMap
- FluxOnErrorMap
- MonoOnErrorResume
- FluxOnErrorResume
- MonoOnErrorReturn
- FluxOnErrorReturn
- FluxFilterSort
- FluxFilterSortWithComparator
- FluxTakeWhile
- FluxCollectToImmutableList
- FluxCollectToImmutableSet
- FluxSort
- FluxTransformMin
- FluxTransformMinWithComparator
- FluxTransformMax
- FluxTransformMaxWithComparator
- MathFluxMin
- MathFluxMax
- ContextEmpty
- PublisherProbeEmpty
- StepVerifierFromMono
- StepVerifierFromFlux
- StepVerifierStepIdentity
- StepVerifierStepExpectNext
- FluxAsStepVerifierExpectNext
- StepVerifierLastStepVerifyComplete
- StepVerifierLastStepVerifyError
- StepVerifierLastStepVerifyErrorClass
- StepVerifierLastStepVerifyErrorMatches
- StepVerifierLastStepVerifyErrorSatisfies
- StepVerifierLastStepVerifyErrorMessage
- StepVerifierLastStepVerifyTimeout
- MonoFromFutureSupplier
- MonoFromFutureSupplierBoolean
- MonoFromFutureAsyncLoadingCacheGet
- FluxFromStreamSupplier
MonoFromSupplier
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFromSupplier")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFromSupplier).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoJust
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoJust")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoJust).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoJustOrEmptyObject
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoJustOrEmptyObject")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoJustOrEmptyObject).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoJustOrEmptyOptional
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoJustOrEmptyOptional")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoJustOrEmptyOptional).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoDeferMonoJustOrEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoDeferMonoJustOrEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoDeferMonoJustOrEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
OptionalMapMonoJust
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("OptionalMapMonoJust")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$OptionalMapMonoJust).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFromOptionalSwitchIfEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFromOptionalSwitchIfEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFromOptionalSwitchIfEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoZip
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoZip")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoZip).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoZipWithCombinator
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoZipWithCombinator")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoZipWithCombinator).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxZip
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxZip")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxZip).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxZipWithCombinator
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxZipWithCombinator")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxZipWithCombinator).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxZipWithIterable
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxZipWithIterable")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxZipWithIterable).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxZipWithIterableBiFunction
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxZipWithIterableBiFunction")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxZipWithIterableBiFunction).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxZipWithIterableMapFunction
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxZipWithIterableMapFunction")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxZipWithIterableMapFunction).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoDeferredError
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoDeferredError")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoDeferredError).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxDeferredError
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxDeferredError")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxDeferredError).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoErrorSupplier
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoErrorSupplier")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoErrorSupplier).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxErrorSupplier
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxErrorSupplier")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxErrorSupplier).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoThenReturn
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoThenReturn")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoThenReturn).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxTake
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxTake")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxTake).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoDefaultIfEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoDefaultIfEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoDefaultIfEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxDefaultIfEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxDefaultIfEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxDefaultIfEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxJust
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxJust")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxJust).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoIdentity
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoIdentity")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoIdentity).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoSingle
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoSingle")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoSingle).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxSwitchIfEmptyOfEmptyPublisher
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxSwitchIfEmptyOfEmptyPublisher")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxSwitchIfEmptyOfEmptyPublisher).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxConcatMap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxConcatMap")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxConcatMap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxConcatMapWithPrefetch
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxConcatMapWithPrefetch")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxConcatMapWithPrefetch).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFlatMapIterable
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFlatMapIterable")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFlatMapIterable).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFlatMapIterableIdentity
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFlatMapIterableIdentity")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFlatMapIterableIdentity).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxConcatMapIterable
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxConcatMapIterable")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxConcatMapIterable).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxConcatMapIterableWithPrefetch
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxConcatMapIterableWithPrefetch")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxConcatMapIterableWithPrefetch).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFlatMapToFlux
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFlatMapToFlux")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFlatMapToFlux).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoMap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoMap")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoMap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxMap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxMap")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxMap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoMapNotNull
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoMapNotNull")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoMapNotNull).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxMapNotNull
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxMapNotNull")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxMapNotNull).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFlux
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFlux")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFlux).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoThen
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoThen")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoThen).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxThen
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxThen")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxThen).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoThenEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoThenEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoThenEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxThenEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxThenEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxThenEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoThenMany
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoThenMany")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoThenMany).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoThenMonoFlux
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoThenMonoFlux")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoThenMonoFlux).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxThenMany
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxThenMany")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxThenMany).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoThenMono
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoThenMono")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoThenMono).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxThenMono
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxThenMono")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxThenMono).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoSingleOptional
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoSingleOptional")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoSingleOptional).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoCast
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoCast")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoCast).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxCast
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxCast")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxCast).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOfType
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOfType")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOfType).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOfType
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOfType")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOfType).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFlatMap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFlatMap")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFlatMap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFlatMapMany
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFlatMapMany")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFlatMapMany).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
ConcatMapIterableIdentity
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("ConcatMapIterableIdentity")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$ConcatMapIterableIdentity).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
ConcatMapIterableIdentityWithPrefetch
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("ConcatMapIterableIdentityWithPrefetch")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$ConcatMapIterableIdentityWithPrefetch).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxFromIterable
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxFromIterable")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxFromIterable).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxCountMapMathToIntExact
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxCountMapMathToIntExact")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxCountMapMathToIntExact).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoDoOnError
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoDoOnError")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoDoOnError).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxDoOnError
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxDoOnError")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxDoOnError).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorComplete
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorComplete")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorComplete).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorComplete
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorComplete")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorComplete).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorCompleteClass
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorCompleteClass")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorCompleteClass).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorCompleteClass
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorCompleteClass")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorCompleteClass).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorCompletePredicate
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorCompletePredicate")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorCompletePredicate).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorCompletePredicate
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorCompletePredicate")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorCompletePredicate).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorContinue
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorContinue")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorContinue).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorContinue
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorContinue")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorContinue).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorMap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorMap")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorMap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorMap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorMap")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorMap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorResume
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorResume")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorResume).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorResume
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorResume")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorResume).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoOnErrorReturn
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoOnErrorReturn")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoOnErrorReturn).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxOnErrorReturn
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxOnErrorReturn")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxOnErrorReturn).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxFilterSort
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxFilterSort")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxFilterSort).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxFilterSortWithComparator
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxFilterSortWithComparator")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxFilterSortWithComparator).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxTakeWhile
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxTakeWhile")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxTakeWhile).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxCollectToImmutableList
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxCollectToImmutableList")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxCollectToImmutableList).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxCollectToImmutableSet
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxCollectToImmutableSet")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxCollectToImmutableSet).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxSort
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxSort")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxSort).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxTransformMin
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxTransformMin")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxTransformMin).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxTransformMinWithComparator
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxTransformMinWithComparator")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxTransformMinWithComparator).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxTransformMax
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxTransformMax")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxTransformMax).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxTransformMaxWithComparator
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxTransformMaxWithComparator")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxTransformMaxWithComparator).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MathFluxMin
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MathFluxMin")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MathFluxMin).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MathFluxMax
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MathFluxMax")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MathFluxMax).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
ContextEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("ContextEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$ContextEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
PublisherProbeEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("PublisherProbeEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$PublisherProbeEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierFromMono
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierFromMono")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierFromMono).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierFromFlux
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierFromFlux")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierFromFlux).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierStepIdentity
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierStepIdentity")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierStepIdentity).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierStepExpectNext
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierStepExpectNext")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierStepExpectNext).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxAsStepVerifierExpectNext
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxAsStepVerifierExpectNext")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxAsStepVerifierExpectNext).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyComplete
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyComplete")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyComplete).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyError
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyError")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyError).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyErrorClass
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyErrorClass")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyErrorClass).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyErrorMatches
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyErrorMatches")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyErrorMatches).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyErrorSatisfies
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyErrorSatisfies")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyErrorSatisfies).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyErrorMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyErrorMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyErrorMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
StepVerifierLastStepVerifyTimeout
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StepVerifierLastStepVerifyTimeout")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$StepVerifierLastStepVerifyTimeout).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFromFutureSupplier
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFromFutureSupplier")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFromFutureSupplier).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFromFutureSupplierBoolean
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFromFutureSupplierBoolean")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFromFutureSupplierBoolean).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MonoFromFutureAsyncLoadingCacheGet
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MonoFromFutureAsyncLoadingCacheGet")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$MonoFromFutureAsyncLoadingCacheGet).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
FluxFromStreamSupplier
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxFromStreamSupplier")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!ReactorRules\$FluxFromStreamSupplier).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.