mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Mass rename L/RValue -> VarWrite/Read
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import default
|
||||
import semmle.code.java.dataflow.DefUse
|
||||
|
||||
from RValue u, Parameter v
|
||||
from VarRead u, Parameter v
|
||||
where parameterDefUsePair(v, u)
|
||||
select v, u.getLocation().getStartLine()
|
||||
|
||||
Reference in New Issue
Block a user