io.codemodder.codemods.DeclareVariableOnSeparateLineCodemod.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" : "Split variable declarations into their own statements ",
"change" : "Split variable declarations into their own statements.",
"reviewGuidanceIJustification" : "There is no functional difference after the change, but the source code will be easier to understand.",
"references" : [
"https://rules.sonarsource.com/java/RSPEC-1659/",
"https://wiki.sei.cmu.edu/confluence/display/java/DCL52-J.+Do+not+declare+more+than+one+variable+per+declaration"
]
}