mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +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()
|