Java: Some expressions have `<any>` as type
Aberta
question
- Linguagem predominante
- CodeQL
- Estrelas
- 10.1k
- Forks
- 2.1k
- Merge médio
- 2d 15h
- PRs com merge (30d)
- 141
Descrição
### Version
CodeQL CLI 2.11.4
### Description
Some expressions seem to have `` as type which is a CodeQL `Class` without any supertypes. Is that intended?
Example query:
```codeql
/**
* @kind problem
*/
import java
from Expr e
where e.getType().hasName("")
select e, "has as type"
```
Ran against https://github.com/codecentric/spring-boot-admin/commit/85ec2b7f61c60e2435ae645cb2017492ca75c940
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.