| Summary: | NPE org.eclipse.gef4.mvc.fx.policies.FXResizePolicy.commit() | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.1.0 | ||
| Target Milestone: | 3.10.1 (Mars SR1) RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
It seems this happens because the commit() operation of the FXResizeShapePolicy of the F-Dot-Shape is committed twice, i.e. from the FXRelocateLinkedOnDragPolicy of the F-Shape and from the FXCloneRelocateOnDragPolicy of the F-Dot-Shape itself. Fixed that FXResizePolicy and FXTransformPolicy (which had potentially the same problem) are now robust against succeeding calls of commit(). Resolving as fixed in 3.10.1 RC2. |