| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.976 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 65 | src/NHibernate/Criterion/CriterionUtil.cs |
| 2 | 3 | 92 | src/NHibernate/Criterion/CriterionUtil.cs |
| ||||
return Array.ConvertAll<string, SqlString> (columnNames, delegate (string input) { return new SqlString(input);
} );
|
| ||||
return Array.ConvertAll<string, SqlString> (columnNames, delegate (string col)
{
return new SqlString(col);
} );
|
| |||
return Array.ConvertAll<string, SqlString> (columnNames, delegate (string [[#variable70ad67c0]]) {
return new SqlString( [[#variable70ad67c0]]);
} );
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#70ad67c0]] | col |
| 1 | 2 | [[#70ad67c0]] | input |