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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Replace `@Controller` with `@RestController` and remove `@ResponseBody` annotations",
  "change" : "Replace `@Controller` with `@RestController` and remove `@ResponseBody` annotations.",
  "reviewGuidanceJustification" : "Although the readability and clarity has been increased, there is no functional difference between the code before, and code after.",
  "references" : [
    "https://rules.sonarsource.com/java/RSPEC-6833/"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy