CloneSet955


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.994statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1896
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs
28249
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs
Clone Instance
1
Line Count
8
Source Line
96
Source File
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);


Clone Instance
2
Line Count
8
Source Line
249
Source File
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs

                        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);


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#26ee6d40]]
dlhm 
12[[#26ee6d40]]
lhm