Java: Member.getQualifiedName does not use qualified name of declaring type
未关闭
Java
question
- 主要语言
- CodeQL
- 星标
- 10.1k
- 派生
- 2.1k
- 平均合并
- 2 天 15 小时
- 30 天内合并 PR
- 141
描述
**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.
贡献指南
评估
这个 Issue 还没有评估数据。