Java: Member.getQualifiedName does not use qualified name of declaring type
Abierto
Java
question
- Lenguaje dominante
- CodeQL
- Estrellas
- 10.1k
- Forks
- 2.1k
- Merge medio
- 2 d 15 h
- PR fusionados (30 d)
- 141
Descripción
**Description of the issue**
Slightly related to #3604
It appears `Member.getQualifiedName` does not use the qualified name of the declaring type, but instead only the simple name, e.g.:
```
Integer.MAX_VALUE
```
instead of
```
java.lang.Integer.MAX_VALUE
```
In case this is intended, it would be good if that was documented because normally you would expect the qualified name of the declaring type to be used.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.