mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
4 lines
353 B
Plaintext
4 lines
353 B
Plaintext
| CloseWriter.java:17:42:17:71 | new FileWriter(...) | This FileWriter is not always closed on method exit. |
|
|
| CloseWriter.java:22:22:22:53 | new FileOutputStream(...) | This FileOutputStream is not always closed on method exit. |
|
|
| CloseWriter.java:32:6:32:41 | new FileOutputStream(...) | This FileOutputStream is not always closed on method exit. |
|