CloneSet1261


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.989statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1459
src/NHibernate.Test/GenericTest/BagGeneric/BagGenericFixture.cs
2462
src/NHibernate.Test/GenericTest/ListGeneric/ListGenericFixture.cs
3461
src/NHibernate.Test/GenericTest/SetGeneric/SetGenericFixture.cs
Clone Instance
1
Line Count
4
Source Line
59
Source File
src/NHibernate.Test/GenericTest/BagGeneric/BagGenericFixture.cs

                        thirdB.Name = "third B";
                        // ensuring the correct generic type was constructed
                        a.Items.Add( thirdB);
                        Assert.AreEqual( 3, a.Items.Count, "3 items in the bag now");


Clone Instance
2
Line Count
4
Source Line
62
Source File
src/NHibernate.Test/GenericTest/ListGeneric/ListGenericFixture.cs

                        thirdB.Name = "third B";
                        // ensuring the correct generic type was constructed
                        a.Items.Add(thirdB);
                        Assert.AreEqual(3, a.Items.Count, "3 items in the list now");


Clone Instance
3
Line Count
4
Source Line
61
Source File
src/NHibernate.Test/GenericTest/SetGeneric/SetGenericFixture.cs

                        thirdB.Name = "third B";
                        // ensuring the correct generic type was constructed
                        a.Items.Add(thirdB);
                        Assert.AreEqual(3, a.Items.Count, "3 items in the set now");


Clone AbstractionParameter Count: 1Parameter Bindings

thirdB.Name = "third B";
// ensuring the correct generic type was constructed
a.Items.Add(thirdB);
Assert.AreEqual(3, a.Items.Count, [[#variable58708380]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58708380]]
"3 items in the set now" 
12[[#58708380]]
"3 items in the list now" 
13[[#58708380]]
"3 items in the bag now"