I cant find the java.naming.xxx class in codeql
Aberta
question
- Linguagem predominante
- CodeQL
- Estrelas
- 10.1k
- Forks
- 2.1k
- Merge médio
- 2d 15h
- PRs com merge (30d)
- 141
Descrição
here is my code, i want to get the javax.naming.xxx classes, such as InitialContext
```java
from Class asdf, string pack
where pack = asdf.getQualifiedName() and exists(pack.indexOf("javax.naming"))
select pack,asdf
```
but after run, only four result

Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.