-
Notifications
You must be signed in to change notification settings - Fork 442
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 - javac can not reference class in other gradle module #3885
Comments
|
@snjeza I don't see lombok involved in this demo. Can you please clarify how those are linked? |
You are right. Sorry. |
|
@snjeza can this be closed as well as the other issues you referenced in the PR ? |
Hi @rgrunber , @snjeza , with the pre-release version, 1.39.2024123116, I am still able to reproduce the issue.And I am getting new one. Logs
|
@rgrunber I can't reproduce the issue with |
Hi @snjeza , thank you for reply. With the version 1.39.2025010708 I am getting this error when I try to navigate to Test class in other module, also the Test class is not recognized in VSCode. Could you reproduce this, or is this related to my local setup? Details
|
@mamilic Could you try to Clean the Java Language Server Workspace? |
No, I couldn't. |
@rgrunber @mamilic You can try the following:
|
Without javac eabled and with gradle buildship, the project is imported as expected and class form other module can be autocompleted. However with javac enabled it seems that classes from other modules are not visible.
Steps to reproduce
The text was updated successfully, but these errors were encountered: