mirror of
https://github.com/github/codeql.git
synced 2026-02-13 13:41:08 +01:00
7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
import java
|
|
|
|
from ClassObject co, Field f
|
|
where co.fromSource()
|
|
and f = co.getInstance()
|
|
select co, f, concat(f.getAModifier().toString(), ",")
|