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

io.codemodder.codemods.prevent-filewriter-leak-with-nio.yaml Maven / Gradle / Ivy

There is a newer version: 0.97.3
Show newest version
rules:
  - id: prevent-filewriter-leak-with-nio
    pattern: new BufferedWriter(new FileWriter($X), ...)
    message: File leak
    languages:
      - java
    severity: WARNING




© 2015 - 2024 Weber Informatics LLC | Privacy Policy