mirror of
https://github.com/github/codeql.git
synced 2026-02-13 05:31:22 +01:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
import java
|
|
|
|
from Class c
|
|
where c.fromSource()
|
|
select c, c.getQualifiedName(), concat(string s | c.hasModifier(s) | s, ", ")
|
|
|