io.codemodder.codemods.SimplifyRestControllerAnnotationsCodemod.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" : "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/"
]
}