io.codemodder.codemods.RemoveRedundantVariableCreationCodemod.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
The newest version!
{
"summary" : "Remove redundant variable creation expression when it is only returned/thrown",
"change" : "Remove redundant variable creation expression when it is only returned/thrown.",
"reviewGuidanceJustification" : "There are no functional changes after this change, but the code will be easier to understand.",
"references" : [
"https://rules.sonarsource.com/java/RSPEC-1488/"
]
}