github / github/codeql

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

オープン
#2,954 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
question
主要言語
CodeQL
スター
10.1k
フォーク
2.1k
平均マージ
2日 15時間
マージ済み PR(30日)
141

説明

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)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。