![JAR search and dependency download from the Maven repository](/logo.png)
io.codemodder.codemods.SubstituteReplaceAllCodemod.report.json Maven / Gradle / Ivy
{
"summary" : "Fixed inefficient usage of `String#replaceAll()`",
"change" : "Fixed inefficient usage of `String#replaceAll()`.",
"reviewGuidanceJustification" : "There should be no functional changes after this change, but this depends on Sonar's accuracy Sonar in assessing whether the first argument contains regex metacharacters. Our testing shows this is a safe assumption, but the behavior can't be guaranteed.",
"references" : [
"https://rules.sonarsource.com/java/RSPEC-5361/"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy