CloneSet2612


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.957non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111134
src/NHibernate/Loader/Loader.cs
211142
src/NHibernate/Loader/Loader.cs
Clone Instance
1
Line Count
1
Source Line
1134
Source File
src/NHibernate/Loader/Loader.cs

                                        colIndex += BindLimitParameters(command, colIndex, selection, session);


Clone Instance
2
Line Count
1
Source Line
1142
Source File
src/NHibernate/Loader/Loader.cs

                                // TODO NH
                                //if (callable)
                                //{
                                //  colIndex = dialect.RegisterResultSetOutParameter(command, col);
                                //}

                                colIndex += BindParameterValues(command, queryParameters, colIndex, session);


Clone AbstractionParameter Count: 3Parameter Bindings

// TODO NH
//if (callable)
//{
//  colIndex = dialect.RegisterResultSetOutParameter(command, col);
//}
colIndex += [[#variable57d156c0]](command, [[#variable57d15640]], [[#variable57d15520]], session);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57d156c0]]
BindLimitParameters 
12[[#57d156c0]]
BindParameterValues 
21[[#57d15640]]
colIndex 
22[[#57d15640]]
queryParameters 
31[[#57d15520]]
selection 
32[[#57d15520]]
colIndex