io.codemodder.codemods.SubstituteReplaceAllCodemod.report.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-codemods Show documentation
Show all versions of core-codemods Show documentation
Codemods for fixing common errors across many Java projects
{
"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/"
]
}