-
Notifications
You must be signed in to change notification settings - Fork 27
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
Null Pointer Exception occurs when opening a project #696
Comments
Fixes redhat-developer#696 Signed-off-by: azerr <azerr@redhat.com>
Thanks @vaisakhkannan for your having reported the issue. I have fixed it. I will create soon this morning the release. If you have another issues please create them. |
@angelozerr , Can we expect another nightly build before release of 0.9.0? |
Sure, it should be available. Please give me feedback ASAP. |
@angelozerr , Does this nightly version |
Yes it should. Why? You have again the problem? |
No, we are not encountering the Null Pointer Exception now. Thank you |
Thanks so much for having reported the issue before the release ! |
When we tested with the latest LSP4IJ nightly build (version 0.9.0-20241212-191252), we encountered an exception in the LSP4IJ plugin. This issue particularly occurs when we close and reopen the same project or switch to a different project.
We believe the exception is related to the
Language Servers
tab.Logs in the exception
When I reviewed the exception logs, I found the line causing the exception, which was added yesterday with this commit.
The text was updated successfully, but these errors were encountered: