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.
1 parent b98300b commit e89079cCopy full SHA for e89079c
java/ql/lib/semmle/code/java/dispatch/VirtualDispatch.qll
@@ -36,6 +36,7 @@ Callable exactCallable(Call c) {
36
private predicate implCount(MethodCall m, int c) { strictcount(viableImpl(m)) = c }
37
38
/** Gets a viable implementation of the target of the given `Call`. */
39
+overlay[local]
40
Callable viableCallable(Call c) {
41
result = viableImpl(c)
42
or
0 commit comments