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

io.codemodder.codemods.upgrade-tempfile-to-nio.yaml Maven / Gradle / Ivy

The newest version!
rules:
  - id: upgrade-tempfile-to-nio
    patterns:
      - pattern: File.createTempFile(...)
    message: Semgrep found a match
    languages:
      - java
    severity: WARNING




© 2015 - 2024 Weber Informatics LLC | Privacy Policy