Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.952 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 347 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
2 | 1 | 348 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
| ||||
decimal linkPopulateOverhead = (linkPopulateTicks[runIndex] / (decimal)dictPopulateTicks[runIndex]); |
| ||||
decimal linkItemOverhead = (linkItemTicks[runIndex] / (decimal)dictItemTicks[runIndex]); |
| |||
decimal [[#variable4702c9a0]]= ( [[#variable4702c940]][runIndex] / (decimal) [[#variable4702c8e0]][runIndex]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4702c9a0]] | linkPopulateOverhead |
1 | 2 | [[#4702c9a0]] | linkItemOverhead |
2 | 1 | [[#4702c940]] | linkPopulateTicks |
2 | 2 | [[#4702c940]] | linkItemTicks |
3 | 1 | [[#4702c8e0]] | dictPopulateTicks |
3 | 2 | [[#4702c8e0]] | dictItemTicks |