mirror of
https://github.com/github/codeql.git
synced 2026-06-06 14:07:06 +02:00
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
import java
|
|
|
|
from LocalVariableDecl v
|
|
where not exists(v.getAnAccess()) and exists(v.getFile().getRelativePath())
|
|
select v
|