CloneSet2658


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.986non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1580
src/NHibernate/Hql/Ast/ANTLR/Exec/BasicExecutor.cs
251153
src/NHibernate/Loader/Loader.cs
Clone Instance
1
Line Count
5
Source Line
80
Source File
src/NHibernate/Hql/Ast/ANTLR/Exec/BasicExecutor.cs

                                        if (selection != null)
                                        {
                                                if (selection.Timeout != RowSelection.NoValue)
                                                {
                                                        st.CommandTimeout = selection.Timeout;
                                                }
                                        }


Clone Instance
2
Line Count
5
Source Line
1153
Source File
src/NHibernate/Loader/Loader.cs

                                if (selection != null)
                                {
                                        if (selection.Timeout != RowSelection.NoValue)
                                        {
                                                command.CommandTimeout = selection.Timeout;
                                        }
                                        // H2.1 handles FetchSize here - not ported
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (selection != null)
{
   if (selection.Timeout != RowSelection.NoValue)
   {
       [[#variable55aca8e0]].CommandTimeout = selection.Timeout;
   }
// H2.1 handles FetchSize here - not ported
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55aca8e0]]
command 
12[[#55aca8e0]]
st