mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
3 lines
229 B
Plaintext
3 lines
229 B
Plaintext
| CloseReader.java:11:42:11:71 | new FileReader(...) | This FileReader is not always closed on method exit. |
|
|
| CloseReader.java:44:6:44:40 | new FileInputStream(...) | This FileInputStream is not always closed on method exit. |
|