Bug 497954

Summary: Remove interaction aspects from AbstractBehavior#updateHandles().
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2016-07-15 07:27:47 EDT

    
Comment 1 Matthias Wienand CLA 2016-07-15 07:48:30 EDT
Currently, the AbstractBehavior#updateHandles() method takes an "interactedWith" handle and a corresponding "handleComparator" as parameters. However, these are special concepts that do not belong into AbstractBehavior. Instead, a mapping from new handles to preserved old handles should be passed-in by the interaction policies that call AbstractBehavior#updateHandles().