mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Java: Replace getAFirstUse with top-level predicate.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java
|
||||
import semmle.code.java.dataflow.SSA
|
||||
|
||||
from SsaVariable ssa, VarRead use
|
||||
where use = ssa.getAFirstUse()
|
||||
from SsaDefinition ssa, VarRead use
|
||||
where use = ssaGetAFirstUse(ssa)
|
||||
select ssa, use
|
||||
|
||||
Reference in New Issue
Block a user