CloneSet691


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.986statement_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15405
src/NHibernate/Engine/QueryParameters.cs
25415
src/NHibernate/Engine/QueryParameters.cs
Clone Instance
1
Line Count
5
Source Line
405
Source File
src/NHibernate/Engine/QueryParameters.cs

                                object value = _positionalParameterValues[i];
                                IType type = _positionalParameterTypes[i];
                                ArrayHelper.SafeSetValue(values, location, value);
                                ArrayHelper.SafeSetValue(types, location, type);
                                ArrayHelper.SafeSetValue(sources, location, "Positional" + i);


Clone Instance
2
Line Count
5
Source Line
415
Source File
src/NHibernate/Engine/QueryParameters.cs

                                object value = filteredParameterValues[i];
                                IType type = filteredParameterTypes[i];
                                ArrayHelper.SafeSetValue(values, location, value);
                                ArrayHelper.SafeSetValue(types, location, type);
                                ArrayHelper.SafeSetValue(sources, location, "Filter" + i);


Clone AbstractionParameter Count: 3Parameter Bindings

object value = [[#variable65e66e20]][i];
IType type = [[#variable65e66e00]][i];
ArrayHelper.SafeSetValue(values, location, value);
ArrayHelper.SafeSetValue(types, location, type);
ArrayHelper.SafeSetValue(sources, location, [[#variable65e66ce0]]+ i);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#65e66e20]]
filteredParameterValues 
12[[#65e66e20]]
_positionalParameterValues 
21[[#65e66e00]]
filteredParameterTypes 
22[[#65e66e00]]
_positionalParameterTypes 
31[[#65e66ce0]]
"Filter" 
32[[#65e66ce0]]
"Positional"