mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
import default
|
|
import semmle.code.java.dataflow.DefUse
|
|
|
|
from RValue u1, RValue u2, Variable v
|
|
where useUsePair(u1, u2) and u1.getVariable() = v
|
|
select v, u1.getLocation().getStartLine(), u2.getLocation().getStartLine()
|