[Feature Request] support add constraint on typeVariable while perform virtual dispatch in java query
Đang mở
enhancement
Java
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
Is it possible to add class type constraint on TypeVariable while perform virtual dispatch in java query?
Take this sinppet for example:
```java
E data = (E) in.readObject();
data.equals(....);
```
It seems `data` can be any class and have data flow tracked into `equals` method as long as the class has one even if the class is unserializable.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.