io.codemodder.codemods.upgrade-tempfile-to-nio.yaml 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
rules:
- id: upgrade-tempfile-to-nio
patterns:
- pattern: File.createTempFile(...)
message: Semgrep found a match
languages:
- java
severity: WARNING