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

io.codemodder.codemods.SubstituteReplaceAllCodemod.report.json Maven / Gradle / Ivy

The newest version!
{
  "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 - 2024 Weber Informatics LLC | Privacy Policy