Mass rename L/RValue -> VarWrite/Read

This commit is contained in:
Chris Smowton
2023-10-24 10:58:29 +01:00
committed by GitHub
parent 59a49eef0b
commit ac38d4c9c6
36 changed files with 81 additions and 81 deletions

View File

@@ -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()