Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 396 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
2 | 2 | 411 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
| ||||
errMessage += "\n\t hashPopulateTicks[" + runIndex + "] took " + hashPopulateTicks[runIndex] + " ticks."; errMessage += "\n\t for an overhead of " + seqPopulateOverhead.ToString(); |
| ||||
errMessage += "\n\t seqPopulateTicks[" + runIndex + "] took " + seqPopulateTicks[runIndex] + " ticks."; errMessage += "\n\t for an overhead of " + listPopulateOverhead.ToString(); |
| |||
errMessage += [[#variable58455d80]]+ runIndex + "] took " + [[#variable58455d20]][runIndex] + " ticks."; errMessage += "\n\t for an overhead of " + [[#variable58455d00]].ToString(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58455d80]] | "\n\t hashPopulateTicks[" |
1 | 2 | [[#58455d80]] | "\n\t seqPopulateTicks[" |
2 | 1 | [[#58455d20]] | hashPopulateTicks |
2 | 2 | [[#58455d20]] | seqPopulateTicks |
3 | 1 | [[#58455d00]] | seqPopulateOverhead |
3 | 2 | [[#58455d00]] | listPopulateOverhead |