Ensure that colors from registry are not null#1958
Ensure that colors from registry are not null#1958Christopher-Hermann wants to merge 1 commit intoeclipse-platform:masterfrom
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