CloneSet1054


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.950non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111158
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
272831
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
Clone Instance
1
Line Count
11
Source Line
1158
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                                        if (useBatch)
                                                        {
                                                                st =
                                                                        session.Batcher.PrepareBatchCommand(SqlDeleteRowString.CommandType, SqlDeleteRowString.Text,
                                                                                                            SqlDeleteRowString.ParameterTypes);
                                                        }
                                                        else
                                                        {
                                                                st =
                                                                        session.Batcher.PrepareCommand(SqlDeleteRowString.CommandType, SqlDeleteRowString.Text,
                                                                                                       SqlDeleteRowString.ParameterTypes);
                                                        }


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

                                if (useBatch)
                                {
                                        statement = session.Batcher.PrepareBatchCommand(sql.CommandType, sql.Text, sql.ParameterTypes);
                                }
                                else
                                {
                                        statement = session.Batcher.PrepareCommand(sql.CommandType, sql.Text, sql.ParameterTypes);
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (useBatch)
{
    [[#variable652c9f80]]= session.Batcher.PrepareBatchCommand( [[#variable652c9f00]].CommandType, [[#variable652c9f00]].Text, [[#variable652c9f00]].ParameterTypes);
}
else
{
    [[#variable652c9f80]]= session.Batcher.PrepareCommand( [[#variable652c9f00]].CommandType, [[#variable652c9f00]].Text, [[#variable652c9f00]].ParameterTypes);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#652c9f80]]
statement 
12[[#652c9f80]]
st 
21[[#652c9f00]]
sql 
22[[#652c9f00]]
SqlDeleteRowString