-
Notifications
You must be signed in to change notification settings - Fork 188
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
Ensure that colors from registry are not null #1958
Ensure that colors from registry are not null #1958
Conversation
The workbench colors will not always be initialized in the JFace area, for example if the workbench is not started. To make sure there are no NPE, the system colors are used as default. Fixes eclipse-platform#1955, eclipse-platform/eclipse.platform.swt#1275
Maybe @iloveeclipse can take a look in Linux? |
I can't currently start debugger due some obscure EMF problems. I will check once I've sorted out my EMF issue. |
Test Results 605 files - 605 605 suites - 605 39m 31s ⏱️ - 12m 50s For more details on these failures, see this check. Results for commit 5f190d9. ± Comparison against base commit 521543f. This pull request skips 50 tests.
|
This doesn't fix #1956 unfortunately. |
Still broken, see comments on #1956 |
See comments on #1957. |
The workbench colors will not always be initialized in the JFace area, for example if the workbench is not started. To make sure there are no NPE, the system colors are used as default.
Fixes #1955, eclipse-platform/eclipse.platform.swt#1275