io.codemodder.codemods.RemoveUselessParenthesesCodemod.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" : "Remove useless parentheses",
"change" : "Remove useless parentheses",
"reviewGuidanceJustification" : "There should be no functional changes after this change, but the code should be easier to read.",
"references" : [
"https://rules.sonarsource.com/java/RSPEC-1110/"
]
}