MultimapRules
SUGGESTION
Simplification
Suppression
Disable all rules by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$).*
as compiler argument.
Table of contents
MultimapKeySet
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapKeySet")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapKeySet).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapIsEmpty
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapIsEmpty")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapIsEmpty).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapSize
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapSize")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapSize).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapContainsKey
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapContainsKey")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapContainsKey).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapContainsValue
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapContainsValue")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapContainsValue).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapGet
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapGet")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapGet).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapKeysStream
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapKeysStream")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapKeysStream).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
MultimapValuesStream
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MultimapValuesStream")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MultimapRules\$MultimapValuesStream).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.