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

Bug 483876

Summary: Resizing connections (as part of multi-selection) fails within Logo example.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-12-08 03:54:59 EST
When trying to repeatedly resize a connection (as part of a larger connection), the FXResizeConnectionPolicy fails with 'java.lang.IllegalStateException: Already initialized'. We need to investigate this.
Comment 1 Matthias Wienand CLA 2015-12-10 09:31:31 EST
The exception was caused by an error within the FXResizePolicy which did not call super#commit() in all cases within its own #commit() method. The super call is necessary so that the initialized flag will be set to false. I ensured that super#commit() is called to fix the issue. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M4.