Java: Member.getQualifiedName does not use qualified name of declaring type
Aperta
Java
question
- Lingua principale
- CodeQL
- Stelle
- 10.1k
- Fork
- 2.1k
- Merge medio
- 2g 15h
- PR unite (30g)
- 141
Descrizione
**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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.