Community
Participate
Working Groups
Created attachment 168715 [details] stacktrace see attached stacktrace
This happens when deleting a project from the workspace while a workspace customization is open in the uiCustom editor.
Created attachment 168717 [details] patch Apparently, getLocation() returns null for a workspace file that is deleted, and this is what caused the NPE. This patch fixes the problem by comparing workspace-relative paths instead of absolute locations.
Hi Nicolas, You can go ahead with this patch. Regards, Hugo
Thanks! I have committed it to branch 0_8_0.
The patch has been successfully applied.