mirror of
https://github.com/github/codeql.git
synced 2026-05-10 01:10:09 +02:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
import java
|
|
|
|
from Class c
|
|
where c.fromSource()
|
|
select c, c.getQualifiedName()
|
|
|