Community
Participate
Working Groups
Build Identifier: RAP 1.3 Now Window.defaultImages is a static filed and images is shared between users. The case than a user close the workbench and another user start another session we can get the following situation: 2nd user start new session and initialize images by Workbench.initializeImages(); 1st user close Workbench and set null defaultImages in Workbench.uninitializeImages(); 2nd user open the workbench window and configure the shell in Window.configureShell(Shell newShell) and get there null images array! I suppose to put the Window.defaultImages in session scope as it is done for WorkbenchImages (example patch is attached). Reproducible: Sometimes
Created attachment 176977 [details] proposed patch
Hi Yury, thanks for the patch. We will look on it as soon as possible.
*** Bug 425861 has been marked as a duplicate of this bug. ***
Fixed with change https://git.eclipse.org/r/30177.