Community
Participate
Working Groups
The MoveCommand (org.eclipse.emf.edit.command.MoveCommand) takes a value, and moves the first occurrence of this value. So, with a non-unique feature, this command cannot be used to move other occurrences of the value. There is currently a constructor that takes a value and a target index. There could also be another constructor that takes a source index and a target index.
New constructors that specify source and target index have been added for EMF 2.7.
The fix is available in 3.7RC3 and later.