CloneSet470


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3710.975non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13589
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
23630
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
33681
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
43719
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
53726
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
63776
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
73784
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
Clone Instance
1
Line Count
3
Source Line
589
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        if (childWithManyToMany != null)
                        {
                                CheckResult(listeners, listeners.InitializeCollection, childWithManyToMany, index++);
                        }


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

                        if (childWithManyToMany != null)
                        {
                                CheckResult(listeners, listeners.InitializeCollection, childWithManyToMany, index++);
                        }


Clone Instance
3
Line Count
3
Source Line
681
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        if (childWithManyToMany != null)
                        {
                                CheckResult(listeners, listeners.InitializeCollection, childWithManyToMany, index++);
                        }


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

                                if (otherChildOrig != null)
                                {
                                        CheckResult(listeners, listeners.InitializeCollection, otherChildOrig, index++);
                                }


Clone Instance
5
Line Count
3
Source Line
726
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        if (otherChild != null)
                        {
                                CheckResult(listeners, listeners.InitializeCollection, otherChild, index++);
                        }


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

                                if (otherChildOrig != null)
                                {
                                        CheckResult(listeners, listeners.InitializeCollection, otherChildOrig, index++);
                                }


Clone Instance
7
Line Count
3
Source Line
784
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        if (otherOtherChild != null)
                        {
                                CheckResult(listeners, listeners.InitializeCollection, otherOtherChild, index++);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable6e6193e0]]!= null)
{
   CheckResult(listeners, listeners.InitializeCollection, [[#variable6e6193e0]], index++);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e6193e0]]
otherChildOrig 
12[[#6e6193e0]]
childWithManyToMany 
13[[#6e6193e0]]
otherOtherChild 
14[[#6e6193e0]]
otherChild 
15[[#6e6193e0]]
childWithManyToMany 
16[[#6e6193e0]]
otherChildOrig 
17[[#6e6193e0]]
childWithManyToMany