You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |