Suppress false positives by adding the suppression annotation @SuppressWarnings("ImmutableSetMultimapBuilder") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$ImmutableSetMultimapBuilder).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
EmptyImmutableSetMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("EmptyImmutableSetMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$EmptyImmutableSetMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
PairToImmutableSetMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("PairToImmutableSetMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$PairToImmutableSetMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
EntryToImmutableSetMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("EntryToImmutableSetMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$EntryToImmutableSetMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
IterableToImmutableSetMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("IterableToImmutableSetMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$IterableToImmutableSetMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
StreamOfMapEntriesToImmutableSetMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("StreamOfMapEntriesToImmutableSetMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$StreamOfMapEntriesToImmutableSetMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
TransformMultimapValuesToImmutableSetMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("TransformMultimapValuesToImmutableSetMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$TransformMultimapValuesToImmutableSetMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
TransformMultimapValuesToImmutableSetMultimap2
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("TransformMultimapValuesToImmutableSetMultimap2") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSetMultimapRules\$TransformMultimapValuesToImmutableSetMultimap2).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.