All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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