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