io.codemodder.codemods.RemoveUnusedPrivateMethodCodemod.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" : "Removed unused private method",
"change" : "Removed unused private method.",
"reviewGuidanceJustification" : "There should be no functional changes after this change. However, we think it may be valuable for a developer to see the change being made and see if it alters their understanding of the code.",
"references" : [
"https://rules.sonarsource.com/java/RSPEC-1144/",
"https://understandlegacycode.com/blog/delete-unused-code/"
]
}