CloneSet819


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1694
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
26230
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
Clone Instance
1
Line Count
6
Source Line
94
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        IParentWithCollection parent = CreateParentWithNullChildren("parent");
                        listeners.Clear();
                        Assert.That(parent.Children, Is.Null);
                        ISession s = OpenSession();
                        ITransaction tx = s.BeginTransaction();
                        parent = (IParentWithCollection) s.Get(parent.GetType(), parent.Id);


Clone Instance
2
Line Count
6
Source Line
230
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        IParentWithCollection parent = CreateParentWithNullChildren("parent");
                        listeners.Clear();
                        Assert.That(parent.Children, Is.Null);
                        ISession s = OpenSession();
                        ITransaction tx = s.BeginTransaction();
                        parent = (IParentWithCollection) s.Get(parent.GetType(), parent.Id);


Clone AbstractionParameter Count: 0Parameter Bindings

IParentWithCollection parent = CreateParentWithNullChildren("parent");
listeners.Clear();
Assert.That(parent.Children, Is.Null);
ISession s = OpenSession();
ITransaction tx = s.BeginTransaction();
parent = (IParentWithCollection)s.Get(parent.GetType(), parent.Id);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None