io.codemodder.codemods.SonarRemoveUnthrowableExceptionCodemod.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
The newest version!
{
"summary" : "Removed unthrowable exception",
"change" : "Removed unthrowable exception",
"reviewGuidanceJustification" : "There should be no functional difference after the change, but the source code will be easier to understand.",
"references" : [
"https://rules.sonarsource.com/java/RSPEC-1130/"
]
}