All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.codemods.PreventFileWriterLeakWithFilesCodemod.report.json Maven / Gradle / Ivy

There is a newer version: 0.97.3
Show newest version
{
  "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"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy