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