CloneSet372


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7710.979non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171027
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
271191
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
371962
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
47215
src/NHibernate/Persister/Collection/BasicCollectionPersister.cs
57201
src/NHibernate/Persister/Collection/OneToManyPersister.cs
67271
src/NHibernate/Persister/Collection/OneToManyPersister.cs
772620
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
Clone Instance
1
Line Count
7
Source Line
1027
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                                if (useBatch)
                                                {
                                                        session.Batcher.AddToBatch(expectation);
                                                }
                                                else
                                                {
                                                        expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(st), st);
                                                }


Clone Instance
2
Line Count
7
Source Line
1191
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                                                if (useBatch)
                                                                {
                                                                        session.Batcher.AddToBatch(expectation);
                                                                }
                                                                else
                                                                {
                                                                        expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(st), st);
                                                                }


Clone Instance
3
Line Count
7
Source Line
1962
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                if (useBatch)
                                {
                                        session.Batcher.AddToBatch(expectation);
                                }
                                else
                                {
                                        expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(st), st);
                                }


Clone Instance
4
Line Count
7
Source Line
215
Source File
src/NHibernate/Persister/Collection/BasicCollectionPersister.cs

                                                        if (useBatch)
                                                        {
                                                                session.Batcher.AddToBatch(expectation);
                                                        }
                                                        else
                                                        {
                                                                expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(st), st);
                                                        }


Clone Instance
5
Line Count
7
Source Line
201
Source File
src/NHibernate/Persister/Collection/OneToManyPersister.cs

                                                                if (useBatch)
                                                                {
                                                                        session.Batcher.AddToBatch(expectation);
                                                                }
                                                                else
                                                                {
                                                                        expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(st), st);
                                                                }


Clone Instance
6
Line Count
7
Source Line
271
Source File
src/NHibernate/Persister/Collection/OneToManyPersister.cs

                                                                if (useBatch)
                                                                {
                                                                        session.Batcher.AddToBatch(expectation);
                                                                }
                                                                else
                                                                {
                                                                        expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(st), st);
                                                                }


Clone Instance
7
Line Count
7
Source Line
2620
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                        if (useBatch)
                                        {
                                                session.Batcher.AddToBatch(expectation);
                                        }
                                        else
                                        {
                                                expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery(insertCmd), insertCmd);
                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (useBatch)
{
   session.Batcher.AddToBatch(expectation);
}
else
{
   expectation.VerifyOutcomeNonBatched(session.Batcher.ExecuteNonQuery( [[#variable5e452840]]), [[#variable5e452840]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e452840]]
st 
12[[#5e452840]]
insertCmd 
13[[#5e452840]]
st 
14[[#5e452840]]
st 
15[[#5e452840]]
st 
16[[#5e452840]]
st 
17[[#5e452840]]
st