I cant find the java.naming.xxx class in codeql
Aperta
question
- Lingua principale
- CodeQL
- Stelle
- 10.1k
- Fork
- 2.1k
- Merge medio
- 2g 15h
- PR unite (30g)
- 141
Descrizione
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

Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.