Suppress false positives by adding the suppression annotation @SuppressWarnings("ImmutableSortedMultisetBuilder") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSortedMultisetRules\$ImmutableSortedMultisetBuilder).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
ImmutableSortedMultisetNaturalOrderBuilder
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("ImmutableSortedMultisetNaturalOrderBuilder") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSortedMultisetRules\$ImmutableSortedMultisetNaturalOrderBuilder).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
ImmutableSortedMultisetReverseOrderBuilder
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("ImmutableSortedMultisetReverseOrderBuilder") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSortedMultisetRules\$ImmutableSortedMultisetReverseOrderBuilder).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
EmptyImmutableSortedMultiset
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("EmptyImmutableSortedMultiset") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSortedMultisetRules\$EmptyImmutableSortedMultiset).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
IterableToImmutableSortedMultiset
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("IterableToImmutableSortedMultiset") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSortedMultisetRules\$IterableToImmutableSortedMultiset).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.
StreamToImmutableSortedMultiset
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("StreamToImmutableSortedMultiset") to
the enclosing element.
Disable this rule by adding -XepOpt:Refaster:NamePattern=^(?!ImmutableSortedMultisetRules\$StreamToImmutableSortedMultiset).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is
applied.