-
Notifications
You must be signed in to change notification settings - Fork 207
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 after creation of new cmake project #703
Comments
ghentschke
added a commit
to ghentschke/cdt-changes
that referenced
this issue
Feb 9, 2024
- fixes NPE when new cmake project has been created while there are no C/C++ build binaries on the PATH environment variable. The NPE has been thrown when the children of the project should be fetched (e.g. in project explorer view) fixes eclipse-cdt#703
ghentschke
added a commit
to ghentschke/cdt-changes
that referenced
this issue
Feb 9, 2024
- fix NPE cause in ErrorBuildConfiguration fixes eclipse-cdt#703
ghentschke
added a commit
to ghentschke/cdt-changes
that referenced
this issue
Feb 9, 2024
- fix unit test fixes eclipse-cdt#703
ghentschke
added a commit
that referenced
this issue
Feb 11, 2024
[703] fix NPE when no build binaries on system PATH - fixes NPE when new cmake project has been created while there are no C/C++ build binaries on the PATH environment variable. The NPE has been thrown when the children of the project should be fetched (e.g. in project explorer view) - fix NPE cause in ErrorBuildConfiguration - fix unit test fixes #703
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a new cmake project has been created by the CDT new Project wizzard, a NPE gets thrown when opening the children of the project in the project explorer view.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No NPE in log and no error message
Screenshots
Open children:
Get error message:
Version Information
Additional context
The text was updated successfully, but these errors were encountered: