Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.994 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 96 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
2 | 8 | 249 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
| ||||
foreach (KeyValuePair<string, Player> pair in lhm) { Assert.AreEqual(players[index].Id, pair.Key); Assert.AreEqual(players[index], pair.Value); index++; } Assert.AreEqual(6, index); |
| ||||
foreach (KeyValuePair<string, Player> pair in dlhm) { Assert.AreEqual(players[index].Id, pair.Key); Assert.AreEqual(players[index], pair.Value); index++; } Assert.AreEqual(6, index); |
| |||
foreach (KeyValuePair<string, Player> pair in [[#variable26ee6d40]]) { Assert.AreEqual(players[index].Id, pair.Key); Assert.AreEqual(players[index], pair.Value); index++; } Assert.AreEqual(6, index); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#26ee6d40]] | dlhm |
1 | 2 | [[#26ee6d40]] | lhm |