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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Prevent resource leaks (CodeQL)",
  "change": "Added a try-with-resources statement to automatically close resources",
  "reviewGuidanceJustification" : "This codemod causes resources to be cleaned up immediately after use instead of at garbage collection time, and we don't believe this change entails any risk.",
  "references" : [
    "https://codeql.github.com/codeql-query-help/java/java-output-resource-leak/",
    "https://cwe.mitre.org/data/definitions/404.html",
    "https://cwe.mitre.org/data/definitions/772.html"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy