io.codemodder.codemods.PreventFileWriterLeakWithFilesCodemod.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" : "Prevent file descriptor leak and modernize BufferedWriter creation",
"change" : "Prevent file descriptor leak and modernize BufferedWriter creation",
"reviewGuidanceJustification" : "The replaced method calls are functionally equivalent, without the file descriptor leak.",
"references" : [
"https://cwe.mitre.org/data/definitions/775.html"
]
}