rules.MultipleStringLiterals.md Maven / Gradle / Ivy
Checks for multiple occurrences of the same string literal within a single file. Does not apply to empty strings ("").
Invalid:
````
String fooFoo = "foo" + "foo";
````
© 2015 - 2024 Weber Informatics LLC | Privacy Policy