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

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

There is a newer version: 0.97.3
Show newest version
{
  "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"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy