What steps will reproduce the problem?
1. Create unit AAA with a "normal" and a generic class, for example
TSomeClass<T> = class(TObject)
2. Use the normal class in one unit.
3. Use the generic class in another unit.
What is the expected output? What do you see instead?
I expect to see the code coverage for the AAA unit in one place: the AAA unit.
Instead the coverage for this unit is split over several places: at the very
least the unit AAA itself as well as every unit using the generic class.
What version of the product are you using? On what operating system?
RC10 64 bit
Win7 64 bit
Please provide any additional information below.
Original issue reported on code.google.com by marjanve...@gmail.com on 11 Feb 2015 at 3:47
Original issue reported on code.google.com by
marjanve...@gmail.com
on 11 Feb 2015 at 3:47Attachments: