Skip to content
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

NPE in CProjectChangeMonitor$1.handleEvent #52

Closed
ghentschke opened this issue May 9, 2023 · 0 comments · Fixed by #53
Closed

NPE in CProjectChangeMonitor$1.handleEvent #52

ghentschke opened this issue May 9, 2023 · 0 comments · Fixed by #53
Milestone

Comments

@ghentschke
Copy link
Contributor

When starting the IDE and changing the project properties of a cmake project in CDT it comes to an NPE in ICProjectDescriptionListener.handleEvent:

!ENTRY org.eclipse.jface 4 0 2023-05-09 09:56:08.059
!MESSAGE java.lang.NullPointerException: Cannot invoke "org.eclipse.core.runtime.IPath.toOSString()" because "cwdBuilder" is null
!STACK 0
java.lang.NullPointerException: Cannot invoke "org.eclipse.core.runtime.IPath.toOSString()" because "cwdBuilder" is null
	at org.eclipse.cdt.lsp.editor.ui.clangd.CProjectChangeMonitor$1.handleEvent(CProjectChangeMonitor.java:46)
ghentschke added a commit to ghentschke/eclipse-cdt-lsp that referenced this issue May 9, 2023
jonahgraham pushed a commit that referenced this issue May 9, 2023
@jonahgraham jonahgraham added this to the 1.0.0 milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants