Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.970 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 352 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
2 | 3 | 356 | 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; |
| ||||
message += "\n\t linked took " + linkItemTicks[runIndex] + " ticks."; message += "\n\t dictionary took " + dictItemTicks[runIndex] + " ticks."; message += "\n\t for an overhead of " + linkItemOverhead; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6849b0c0]] | linkItemTicks |
1 | 2 | [[#6849b0c0]] | linkPopulateTicks |
2 | 1 | [[#6849a3a0]] | dictItemTicks |
2 | 2 | [[#6849a3a0]] | dictPopulateTicks |
3 | 1 | [[#6849afc0]] | linkItemOverhead |
3 | 2 | [[#6849afc0]] | linkPopulateOverhead |