Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.963 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 307 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
2 | 4 | 311 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
| ||||
long[] hashPopulateTicks = new long[numOfRuns]; long[] hashItemTicks = new long[numOfRuns]; long seqStart; |
| ||||
long[] seqPopulateTicks = new long[numOfRuns]; long[] seqItemTicks = new long[numOfRuns]; long listStart; |
| |||
long[] [[#variable584cc380]]= new long[numOfRuns]; long[] [[#variable6efd0a80]]= new long[numOfRuns]; long [[#variable584cc220]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584cc380]] | hashPopulateTicks |
1 | 2 | [[#584cc380]] | seqPopulateTicks |
2 | 1 | [[#6efd0a80]] | hashItemTicks |
2 | 2 | [[#6efd0a80]] | seqItemTicks |
3 | 1 | [[#584cc220]] | seqStart |
3 | 2 | [[#584cc220]] | listStart |