mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
import java
|
|
|
|
query predicate javaFiles(File f) { f.isJavaSourceFile() }
|
|
|
|
from XmlFile f
|
|
select f
|