Files
codeql/java/ql/integration-tests/all-platforms/java/java-web-jsp/test.ql
2023-01-05 12:19:25 +00:00

8 lines
104 B
Plaintext

import java
from File f
where f.isSourceFile()
select f
query predicate xmlFiles(XmlFile x) { any() }