| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.955 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 309 | src/NHibernate/Hql/Ast/ANTLR/Loader/QueryLoader.cs |
| 2 | 5 | 290 | src/NHibernate/Loader/Custom/CustomLoader.cs |
| ||||
for (int i = 0; i < results.Count; i++)
{
var row = (Object[]) results[i];
Object result = holderInstantiator.Instantiate(row);
results[i] = result;
}
|
| ||||
for (int i = 0; i < results.Count; i++)
{
object[] row = (object[]) results[i];
object result = holderInstantiator.Instantiate(row);
results[i] = result;
}
|
| |||
for (int i = 0; i < results.Count; i++)
{
[[#variable27c85160]]row = ( [[#variable27c85100]][])results[i];
[[#variable27c85100]]result = holderInstantiator.Instantiate(row);
results[i] = result;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#27c85160]] | var |
| 1 | 2 | [[#27c85160]] | object[] |
| 2 | 1 | [[#27c85100]] | Object |
| 2 | 2 | [[#27c85100]] | object |