mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
import java
|
|
|
|
query predicate fields(Field f, Expr init) { f.getInitializer() = init }
|
|
|
|
from Callable c
|
|
where c.fromSource()
|
|
select c, c.getDeclaringType()
|