We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65afd0d commit b9be794Copy full SHA for b9be794
java/ql/lib/semmle/code/java/dispatch/ObjFlow.qll
@@ -53,7 +53,7 @@ private predicate returnStep(Node n1, Node n2) {
53
exists(ReturnStmt ret, Method m |
54
ret.getEnclosingCallable() = m and
55
ret.getResult() = n1.asExpr() and
56
- m = dispatchCand(n2.asExpr())
+ pragma[only_bind_out](m) = dispatchCand(n2.asExpr())
57
)
58
}
59
0 commit comments