RefasterRuleModifiers
SUGGESTION
Style
Summary
Refaster class and method definitions should specify a canonical set of modifiers
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("RefasterRuleModifiers")
to the enclosing element.Disable this pattern completely by adding
-Xep:RefasterRuleModifiers:OFF
as compiler argument. Learn more.