mirror of
https://github.com/github/codeql.git
synced 2026-02-18 07:53:43 +01:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
import java
|
|
|
|
from File f
|
|
where f.isSourceFile()
|
|
select f
|
|
|
|
query predicate xmlFiles(XmlFile x) { any() }
|
|
|
|
query predicate propertiesFiles(File f) { f.getExtension() = "properties" }
|