Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 39 | src/NHibernate/Engine/Query/QueryMetadata.cs |
2 | 8 | 18 | src/NHibernate/Engine/Query/ReturnMetadata.cs |
| ||||
/// <summary> Return source query select clause aliases (if any) </summary> public string[] ReturnAliases { get { return returnAliases; } } /// <summary> An array of types describing the returns of the source query. </summary> public IType[] ReturnTypes { get { return returnTypes; } } |
| ||||
public string[] ReturnAliases { get { return returnAliases; } } public IType[] ReturnTypes { get { return returnTypes; } } |
| |||
/// <summary> Return source query select clause aliases (if any) </summary> public string[] ReturnAliases { get { return returnAliases; } } /// <summary> An array of types describing the returns of the source query. </summary> public IType[] ReturnTypes { get { return returnTypes; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |