Could not find do_copy member function in uvm_sequence_item

In reply to dave_59:

Class hierarchy seems to be uvm_void<-uvm_object<-uvm_transaction-<uvm_sequence_item. As ‘do_copy’ is not resolved at uvm_sequence_item level, ‘do_copy’ of uvm_transaction will be taken up. Isn’t it?