Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.986 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 405 | src/NHibernate/Engine/QueryParameters.cs |
2 | 5 | 415 | 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); |
| ||||
object value = filteredParameterValues[i]; IType type = filteredParameterTypes[i]; ArrayHelper.SafeSetValue(values, location, value); ArrayHelper.SafeSetValue(types, location, type); ArrayHelper.SafeSetValue(sources, location, "Filter" + i); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#65e66e20]] | filteredParameterValues |
1 | 2 | [[#65e66e20]] | _positionalParameterValues |
2 | 1 | [[#65e66e00]] | filteredParameterTypes |
2 | 2 | [[#65e66e00]] | _positionalParameterTypes |
3 | 1 | [[#65e66ce0]] | "Filter" |
3 | 2 | [[#65e66ce0]] | "Positional" |