CloneSet1482


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.959class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14878
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
24901
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
Clone Instance
1
Line Count
4
Source Line
878
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                protected void CheckResult(CollectionListeners listeners, CollectionListeners.IListener listenerExpected,
                                           IParentWithCollection parent, int index)
                {
                        CheckResult(listeners, listenerExpected, parent, parent.Children, index);
                }



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

                protected void CheckResult(CollectionListeners listeners, CollectionListeners.IListener listenerExpected,
                                           ChildWithBidirectionalManyToMany child, int index)
                {
                        CheckResult(listeners, listenerExpected, child, child.Parents, index);
                }



Clone AbstractionParameter Count: 3Parameter Bindings

protected void CheckResult(CollectionListeners listeners, CollectionListeners.IListener listenerExpected, [[#variable28aad640]] [[#variable28aad5a0]], int index)
{
   CheckResult(listeners, listenerExpected, [[#variable28aad5a0]], [[#variable28aad5a0]]. [[#variable28aad520]], index);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28aad640]]
ChildWithBidirectionalManyToMany 
12[[#28aad640]]
IParentWithCollection 
21[[#28aad5a0]]
child 
22[[#28aad5a0]]
parent 
31[[#28aad520]]
Parents 
32[[#28aad520]]
Children