CloneSet1166


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.987class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1884
src/NHibernate/SqlCommand/SqlDeleteBuilder.cs
28202
src/NHibernate/SqlCommand/SqlUpdateBuilder.cs
Clone Instance
1
Line Count
8
Source Line
84
Source File
src/NHibernate/SqlCommand/SqlDeleteBuilder.cs

                public SqlDeleteBuilder AddWhereFragment(string columnName, SqlType type, string op)
                {
                        if ( ! string.IsNullOrEmpty(columnName))
                        {
                                whereStrings.Add(ToWhereString(columnName, op));
                                parameterTypes.Add(type);
                        }
                        return this ;
                }



Clone Instance
2
Line Count
8
Source Line
202
Source File
src/NHibernate/SqlCommand/SqlUpdateBuilder.cs

                public SqlUpdateBuilder AddWhereFragment(string columnName, SqlType type, string op)
                {
                        if ( ! string.IsNullOrEmpty(columnName))
                        {
                                whereStrings.Add(ToWhereString(columnName, op));
                                whereParameterTypes.Add(type);
                        }
                        return this ;
                }



Clone AbstractionParameter Count: 2Parameter Bindings

public [[#variable536623e0]]AddWhereFragment(string columnName, SqlType type, string op)
{
   if ( ! string.IsNullOrEmpty(columnName))
   {
      whereStrings.Add(ToWhereString(columnName, op));
       [[#variable53662380]].Add(type);
   }
   return this ;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#536623e0]]
SqlDeleteBuilder 
12[[#536623e0]]
SqlUpdateBuilder 
21[[#53662380]]
parameterTypes 
22[[#53662380]]
whereParameterTypes