Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.980 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 27 | src/NHibernate/Criterion/SQLCriterion.cs |
2 | 3 | 89 | src/NHibernate/Criterion/SubqueryExpression.cs |
| ||||
for (int i = 0; i < _typedValues.Length; i++) { _typedValues[i] = new TypedValue(types[i], values[i], EntityMode.Poco); } |
| ||||
for (int i = 0; i < paramTypes.Length; i++) { tv[i] = new TypedValue(paramTypes[i], values[i], EntityMode.Poco); } |
| |||
for (int i = 0; i < [[#variable50669040]].Length; i++) { [[#variable54133e40]][i] = new TypedValue( [[#variable50f368c0]][i], values[i], EntityMode.Poco); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50669040]] | _typedValues |
1 | 2 | [[#50669040]] | paramTypes |
2 | 1 | [[#54133e40]] | _typedValues |
2 | 2 | [[#54133e40]] | tv |
3 | 1 | [[#50f368c0]] | types |
3 | 2 | [[#50f368c0]] | paramTypes |