-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] synchronize xxx project failed due to an error connecting to the Gradle build #2700
[bug] synchronize xxx project failed due to an error connecting to the Gradle build #2700
Comments
|
fix redhat-developer/vscode-java#2700 Signed-off-by: Sheng Chen <[email protected]>
fix redhat-developer/vscode-java#2700 Signed-off-by: Sheng Chen <[email protected]>
still have exception when the java extension plugin upgrading to v1.11.2022092704,following log:
|
@meiliangdeng they are actually different issues. This issue has been addressed by eclipse-jdtls/eclipse.jdt.ls#2246, but it's merged at the end of yesterday (GMT +8) seems that not be included in your pre-release (1.11.2022092704), redhat.java will pre-release per day if there are any changes, so please wait for a new version later today (maybe 2022092804) |
@meiliangdeng |
@jdneo @CsCherrYY
Environment:
|
@meiliangdeng Please file another issue for this problem. |
xxx.java does not resolve to a ICompilationUnit is reported in Language Support for java when opening the gradle project(such as opentelemetry-java), the followed is output log in the "Language Support for java" panel:
Environment
Steps To Reproduce
open the project according to the normal process, bugs that are bound to appear.
but "gradle for java" panel is executed correctly, showing:
[Please attach a sample project reproducing the error]
https://github.com/open-telemetry/opentelemetry-java
Current Result
all java files cannot be parsed correctly and cannot be indexed, output "xxx.java does not resolve to a ICompilationUnit"
Expected Result
all java files cannot be indexed
Additional Informations
The text was updated successfully, but these errors were encountered: