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

Bug 493560

Summary: Logo example: NPE when creating curves using the "+" hover handle.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 (Neon) RC1   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2016-05-12 12:24:42 EDT
When creating a curve using the "+" hover handle, a NullPointerException is thrown within FXCreateCurveOnDragPolicy.
Comment 1 Matthias Wienand CLA 2016-05-13 08:28:43 EDT
The NPE was thrown because the CreationPolicy<Node> could not be found when it was queried as an adapter within FXCreateCurveOnDragPolicy. I added missing type information to the binding definition so that it can now be found.

The code is published on the master branch. Therefore, I resolve this ticket as fixed for 4.0.0 RC1.