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

org.sonar.l10n.checkstyle.com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.html Maven / Gradle / Ivy

There is a newer version: 5.1
Show newest version
Checks for multiple occurrences of the same string literal within a single file. Code duplication makes maintenance more difficult, so it can be better to replace the multiple occurrences with a constant.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy