String oldFeatureName = firstMoveOp.getFeatureName();
String newFeatureName = secondMoveOp.getFeatureName();
result.add( new PortingHistoryItem(modelElementId, indexOldParent, indexNewParent, oldParent, newParent, oldFeatureName, newFeatureName, newFeatureName, firstMoveOp.getClientDate()));
return result;
}