CloneSet2314


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.963class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14131
src/NHibernate/SqlCommand/SqlSimpleSelectBuilder.cs
24143
src/NHibernate/SqlCommand/SqlSimpleSelectBuilder.cs
Clone Instance
1
Line Count
4
Source Line
131
Source File
src/NHibernate/SqlCommand/SqlSimpleSelectBuilder.cs

                /// <summary>
                /// Sets the IdentityColumn for the <c>SELECT</c> sql to use.
                /// </summary>
                /// <param name="columnNames">An array of the column names for the Property</param>
                /// <param name="identityType">The IType of the Identity Property.</param>
                /// <returns>The SqlSimpleSelectBuilder.</returns>
                public SqlSimpleSelectBuilder SetIdentityColumn(string[] columnNames, IType identityType)
                {
                        whereStrings.Add(ToWhereString(columnNames));
                        return this ;
                }



Clone Instance
2
Line Count
4
Source Line
143
Source File
src/NHibernate/SqlCommand/SqlSimpleSelectBuilder.cs

                /// <summary>
                /// Sets the VersionColumn for the <c>SELECT</c> sql to use.
                /// </summary>
                /// <param name="columnNames">An array of the column names for the Property</param>
                /// <param name="versionType">The IVersionType of the Version Property.</param>
                /// <returns>The SqlSimpleSelectBuilder.</returns>
                public SqlSimpleSelectBuilder SetVersionColumn(string[] columnNames, IVersionType versionType)
                {
                        whereStrings.Add(ToWhereString(columnNames));
                        return this ;
                }



Clone AbstractionParameter Count: 3Parameter Bindings

/// <summary>
/// Sets the IdentityColumn for the <c>SELECT</c> sql to use.
/// Sets the VersionColumn for the <c>SELECT</c> sql to use.
/// </summary>
/// <param name="columnNames">An array of the column names for the Property</param>
/// <param name="identityType">The IType of the Identity Property.</param>
/// <param name="versionType">The IVersionType of the Version Property.</param>
/// <returns>The SqlSimpleSelectBuilder.</returns>
public SqlSimpleSelectBuilder [[#variable6f546340]](string[] columnNames, [[#variable6f81ba40]] [[#variable6f546a80]])
{
   whereStrings.Add(ToWhereString(columnNames));
   return this ;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f546340]]
SetIdentityColumn 
12[[#6f546340]]
SetVersionColumn 
21[[#6f81ba40]]
IType 
22[[#6f81ba40]]
IVersionType 
31[[#6f546a80]]
identityType 
32[[#6f546a80]]
versionType