mirror of
https://github.com/github/codeql.git
synced 2026-06-01 20:00:14 +02:00
Java: Make Virtual Dispatch Global, but keep SSA local.
Use forceLocal to achive this.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* data flow check for lambdas, anonymous classes, and other sufficiently
|
||||
* private classes where all object instantiations are accounted for.
|
||||
*/
|
||||
overlay[local?]
|
||||
overlay[global]
|
||||
module;
|
||||
|
||||
import java
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* The set of dispatch targets for `Object.toString()` calls are reduced based
|
||||
* on possible data flow from objects of more specific types to the qualifier.
|
||||
*/
|
||||
overlay[local?]
|
||||
overlay[global]
|
||||
module;
|
||||
|
||||
import java
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Provides predicates for reasoning about runtime call targets through virtual
|
||||
* dispatch.
|
||||
*/
|
||||
overlay[local?]
|
||||
overlay[global]
|
||||
module;
|
||||
|
||||
import java
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Provides a module to check whether two `ParameterizedType`s are unifiable.
|
||||
*/
|
||||
overlay[local?]
|
||||
overlay[global]
|
||||
module;
|
||||
|
||||
import java
|
||||
|
||||
Reference in New Issue
Block a user