Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 486115

Summary: Guard GeometryNode from NullPointerException
Product: [Tools] GEF Reporter: Xavier JACQUES <xavier.jacques.external>
Component: GEF FXAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: unspecified   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M5   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Xavier JACQUES CLA 2016-01-19 09:52:51 EST
At line 148 in GeometryNode geometryProperty should be checked if not null.
Comment 1 Matthias Wienand CLA 2016-01-25 07:33:05 EST
I added three checks to GeometryNode that prevent a NPE when the geometryProperty is set to null. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M5.