trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Code coverage for unit with generic class gets split over several reports #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: