github / github/codeql

Java: Member.getQualifiedName does not use qualified name of declaring type

Đang mở
#3,711 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Java question
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ả

**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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.