We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2656b5d + 33261f4 commit 42843f1Copy full SHA for 42843f1
1 file changed
java/ql/lib/semmle/code/java/ControlFlowGraph.qll
@@ -406,7 +406,9 @@ private module NonReturningCalls {
406
}
407
408
/** Gets a `MethodCall` that calls this method. */
409
- MethodCall getAnAccess() { result.getMethod().getAPossibleImplementation() = this }
+ MethodCall getAnAccess() {
410
+ result.getMethod().getAPossibleImplementation() = pragma[only_bind_out](this)
411
+ }
412
413
414
/** Holds if a call to `m` indicates that `m` is expected to return. */
0 commit comments