| 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.977 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 96 | src/NHibernate/Criterion/ProjectionList.cs |
| 2 | 3 | 134 | src/NHibernate/Criterion/ProjectionList.cs |
| ||||
string[] result = new string[aliases.Count];
aliases.CopyTo(result, 0);
return result;
|
| ||||
string[] result = new string[aliasList.Count];
aliasList.CopyTo(result, 0);
return result;
|
| |||
string[] result = new string[ [[#variable6fda6820]].Count]; [[#variable6fda6820]].CopyTo(result, 0); return result; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6fda6820]] | aliases |
| 1 | 2 | [[#6fda6820]] | aliasList |