Skip to content

Commit 276a4dc

Browse files
committed
debug
1 parent 4cbea36 commit 276a4dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowDispatch.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ private module DispatchImpl {
3333
result.asSummarizedCallable().getACall() = c.asCall()
3434
}
3535

36+
private DataFlowCallable testviableCallable(DataFlowCall c) {
37+
result = viableCallable(c) and
38+
result.asCallable().hasName("_getMember")
39+
}
40+
3641
private DataFlowCallable viableCallable(DataFlowCall c, int k) {
3742
result = viableCallable(c) and
3843
k = strictcount(viableCallable(c))

0 commit comments

Comments
 (0)