Files
codeql/java/ql/test/query-tests/InconsistentOperations/InconsistentCallOnResult.expected
2018-08-30 10:48:05 +01:00

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. |