mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
4 lines
453 B
Plaintext
4 lines
453 B
Plaintext
| Operations.java:39:22:39:27 | open(...) | After 95% of calls to open there is a call to close on the return value. The call may be missing in this case. |
|
|
| Test2.java:15:11:15:15 | foo(...) | After 90% of calls to foo there is a call to bar on the return value. The call may be missing in this case. |
|
|
| Test3.java:17:10:17:14 | foo(...) | After 90% of calls to foo there is a call to bar on the return value. The call may be missing in this case. |
|