redhat-developer / redhat-developer/vscode-java
[regression] Compilation issues for the missing imports are not highlighting for the copy paste java code
Abierto
@testforstephen ya está trabajando en esto.
Desde el 20/5/2020.
bug
diagnostics
regression
standalone files
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.3k
- Forks
- 546
- Merge medio
- 20 h 1 min
- PR fusionados (30 d)
- 11
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.