MicrometerRules
SUGGESTION
Simplification
Suppression
Disable all rules by adding
-XepOpt:Refaster:NamePattern=^(?!MicrometerRules\$).*
as compiler argument.
TagsOf1
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("TagsOf1")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MicrometerRules\$TagsOf1).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
TagsOf2
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("TagsOf2")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MicrometerRules\$TagsOf2).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
TagsOf3
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("TagsOf3")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MicrometerRules\$TagsOf3).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
TagsOf4
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("TagsOf4")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MicrometerRules\$TagsOf4).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
TagsOf5
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("TagsOf5")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!MicrometerRules\$TagsOf5).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.