CloneSet1861


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17179
src/NHibernate/SqlCommand/SqlString.cs
27745
src/NHibernate/SqlCommand/SqlString.cs
Clone Instance
1
Line Count
7
Source Line
179
Source File
src/NHibernate/SqlCommand/SqlString.cs

                        SqlString tempSql = Compact();
                        if (tempSql.Count == 0)
                        {
                                return false;
                        }

                        string lastPart = tempSql.sqlParts[tempSql.Count - 1] as string ;


Clone Instance
2
Line Count
7
Source Line
745
Source File
src/NHibernate/SqlCommand/SqlString.cs

            SqlString tempSql = Compact();
            if (tempSql.Count == 0)
            {
                return false;
            }

            string lastPart = tempSql.sqlParts[tempSql.Count - 1] as string ;


Clone AbstractionParameter Count: 0Parameter Bindings

SqlString tempSql = Compact();
if (tempSql.Count == 0)
{
   return false;
}
string lastPart = tempSql.sqlParts[tempSql.Count - 1] as string ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None