Suppress false positives by adding the suppression annotation @SuppressWarnings("ImmutableListMultimapBuilder") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$ImmutableListMultimapBuilder).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
EmptyImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("EmptyImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$EmptyImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
PairToImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("PairToImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$PairToImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
EntryToImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("EntryToImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$EntryToImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
IterableToImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("IterableToImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$IterableToImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
StreamOfMapEntriesToImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("StreamOfMapEntriesToImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$StreamOfMapEntriesToImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
IndexIterableToImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("IndexIterableToImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$IndexIterableToImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
TransformMultimapValuesToImmutableListMultimap
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("TransformMultimapValuesToImmutableListMultimap") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$TransformMultimapValuesToImmutableListMultimap).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
TransformMultimapValuesToImmutableListMultimap2
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("TransformMultimapValuesToImmutableListMultimap2") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableListMultimapRules\$TransformMultimapValuesToImmutableListMultimap2).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.