redhat-developer / redhat-developer/vscode-java
[regression] Compilation issues for the missing imports are not highlighting for the copy paste java code
Đang mở
@testforstephen đang làm issue này rồi.
Từ ngày 20/5/2020.
bug
diagnostics
regression
standalone files
- Ngôn ngữ chính
- TypeScript
- Star
- 2.3k
- Fork
- 546
- Merge trung bình
- 20 giờ 1 phút
- Pull request đã merge (30 ngày)
- 11
Mô tả
The compilation issues for the missing imports are not highlighting for the copy-paste java code.
Environment
- Operating System: Windows 10
- JDK version: Java 1.8.0_231
- Visual Studio Code version: 1.45.1
- Java extension version: 0.91
Steps To Reproduce
- Copy-paste a simple java program without imports (For Example I copy-pasted the code
Calendar cal = Calendar.getInstance();) - Verify that the compilation issue is not highlighted for the missing import of the class Calendar.
Note:
- We can easily correct it for small programs but it will be difficult for the big programs since we can identify the import missing issue only when we run the program.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.