Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.984 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 220 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
2 | 7 | 508 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
if (resultCollectionGenericType[i] == typeof(object)) { tmpResults = new ArrayList(); } else { tmpResults = (IList)Activator.CreateInstance( typeof(List < > ).MakeGenericType(resultCollectionGenericType[i])); } |
| ||||
if (resultCollectionGenericType[i] == typeof(object)) { tempResults = new ArrayList(); } else { tempResults = (IList)Activator.CreateInstance( typeof(List < > ).MakeGenericType(resultCollectionGenericType[i])); } |
| |||
if (resultCollectionGenericType[i] == typeof(object)) { [[#variable27f0ee40]]= new ArrayList(); } else { [[#variable27f0ee40]]= (IList)Activator.CreateInstance( typeof(List < > ).MakeGenericType(resultCollectionGenericType[i])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27f0ee40]] | tmpResults |
1 | 2 | [[#27f0ee40]] | tempResults |