mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
import semmle.code.java.PrettyPrintAst
|
|
|
|
from ClassOrInterface cori, string s, int line
|
|
where pp(cori, s, line) and cori.fromSource()
|
|
select cori, line, s order by line
|