CloneSet1468


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1653
src/NHibernate.Test/CollectionTest/IdBagFixture.cs
2654
src/NHibernate.Test/GenericTest/IdBagGeneric/IdBagGenericFixture.cs
Clone Instance
1
Line Count
6
Source Line
53
Source File
src/NHibernate.Test/CollectionTest/IdBagFixture.cs

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

                        a.Items[ 1] =  "new second string";
                        s.Flush();
                        s.Close();


Clone Instance
2
Line Count
6
Source Line
54
Source File
src/NHibernate.Test/GenericTest/IdBagGeneric/IdBagGenericFixture.cs

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

                        a.Items[ 1] =  "new second string";
                        s.Flush();
                        s.Close();


Clone AbstractionParameter Count: 0Parameter Bindings

// ensuring the correct generic type was constructed
a.Items.Add("third string");
Assert.AreEqual(3, a.Items.Count, "3 items in the list now");
a.Items[1] = "new second string";
s.Flush();
s.Close();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None