CloneSet1922


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.970statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13352
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs
23356
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs
Clone Instance
1
Line Count
3
Source Line
352
Source File
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs

                                message += "\n\t linked took " + linkPopulateTicks[runIndex] + " ticks.";
                                message += "\n\t dictionary took " + dictPopulateTicks[runIndex] + " ticks.";
                                message += "\n\t for an overhead of " + linkPopulateOverhead;


Clone Instance
2
Line Count
3
Source Line
356
Source File
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs

                                message += "\n\t linked took " + linkItemTicks[runIndex] + " ticks.";
                                message += "\n\t dictionary took " + dictItemTicks[runIndex] + " ticks.";
                                message += "\n\t for an overhead of " + linkItemOverhead;


Clone AbstractionParameter Count: 3Parameter Bindings

message += "\n\t linked took " + [[#variable6849b0c0]][runIndex] + " ticks.";
message += "\n\t dictionary took " + [[#variable6849a3a0]][runIndex] + " ticks.";
message += "\n\t for an overhead of " + [[#variable6849afc0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6849b0c0]]
linkItemTicks 
12[[#6849b0c0]]
linkPopulateTicks 
21[[#6849a3a0]]
dictItemTicks 
22[[#6849a3a0]]
dictPopulateTicks 
31[[#6849afc0]]
linkItemOverhead 
32[[#6849afc0]]
linkPopulateOverhead