Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.963 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 162 | src/NHibernate/Engine/Query/NativeSQLQueryPlan.cs |
2 | 12 | 1707 | src/NHibernate/Loader/Loader.cs |
| ||||
{ SqlType[] result = new SqlType[totalSpan]; int index = 0; foreach (IType type in nhTypes) { int span = type.SqlTypes(session.Factory).Length; Array.Copy(type.SqlTypes(session.Factory), 0, result, index, span); index += span; } return result; } |
| ||||
{ SqlType[] result = new SqlType[totalSpan]; int index = 0; foreach (IType type in nhTypes) { int span = type.SqlTypes(Factory).Length; Array.Copy(type.SqlTypes(Factory), 0, result, index, span); index += span; } return result; } |
| |||
{ SqlType[] result = new SqlType[totalSpan]; int index = 0; foreach (IType type in nhTypes) { int span = type.SqlTypes( [[#variable2a9f9140]]).Length; Array.Copy(type.SqlTypes( [[#variable2a9f9140]]), 0, result, index, span); index += span; } return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2a9f9140]] | Factory |
1 | 2 | [[#2a9f9140]] | session.Factory |