Sequence Item (Transaction) Composition

In reply to arun.dsouza@arm.com:

This is not a really good coding style. Why do you Need to create your seq_item explicitly in the constructor?
If you are using the `uvm_do macros this will be done automatically in your body task.
Also when using start(item)/finish(item) there is no need to generate your seq_item.