github / github/codeql

I cant find the java.naming.xxx class in codeql

Open
#2,954 5 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
CodeQL
Stars
10.1k
Forks
2.1k
Avg merge
2d 15h
Merged PRs (30d)
141

Description

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
![image](https://user-images.githubusercontent.com/32171650/75655705-5f7efc80-5c9d-11ea-923b-a74b6c93e74e.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.