CloneSet2404


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.962statement_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15620
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
2519
src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs
Clone Instance
1
Line Count
5
Source Line
620
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        parent.RemoveChild(child);
                        otherParent.AddChild(child);
                        tx.Commit();
                        s.Close();
                        int index = 0;


Clone Instance
2
Line Count
5
Source Line
19
Source File
src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs

                        parent.RemoveChild(child);
                        s.Delete(parent);
                        tx.Commit();
                        s.Close();
                        int index = 0;


Clone AbstractionParameter Count: 3Parameter Bindings

parent.RemoveChild(child);
 [[#variable54ba4fc0]]. [[#variable54ba7540]]( [[#variable54ba7600]]);
tx.Commit();
s.Close();
int index = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54ba4fc0]]
s 
12[[#54ba4fc0]]
otherParent 
21[[#54ba7540]]
Delete 
22[[#54ba7540]]
AddChild 
31[[#54ba7600]]
parent 
32[[#54ba7600]]
child