Code containing duplicate String literals can usually be improved by declaring the String as a constant field.
Set the optionalignoreStrings
property to a comma-separated list (String) of
the strings that should be ignored by this rule (i.e., not cause a violation). This property
defaults to "" to ignore empty strings.
By default, this rule does not apply to test files.
Type | Name and description |
---|---|
String |
doNotApplyToFilesMatching |
String |
ignoreStrings |
String |
name |
int |
priority |
Type Params | Return Type | Name and description |
---|---|---|
|
AstVisitor |
getAstVisitor() |