Skip to content

Commit c7be5ac

Browse files
authored
Merge pull request github#14602 from aschackmull/java/split-dispatch-cached-stages
Java: Split the different layers of virtual dispatch into separate cached stages.
2 parents ee5c014 + 9769953 commit c7be5ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/lib/semmle/code/java/dispatch/VirtualDispatch.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class VirtCalledSrcMethod extends SrcMethod {
4848
}
4949
}
5050

51-
cached
5251
private module Dispatch {
5352
/** Gets a viable implementation of the method called in the given method access. */
5453
cached

0 commit comments

Comments
 (0)