CloneSet2843


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.984non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1356
src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs
23155
src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs
Clone Instance
1
Line Count
3
Source Line
56
Source File
src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs

                        // Forcefully remove leading ands from where fragments; the grammar will
                        // handle adding them
                        if (whereFragment.StartsWithCaseInsensitive("and"))
                        {
                                whereFragment = whereFragment.Substring(4);
                        }


Clone Instance
2
Line Count
3
Source Line
155
Source File
src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs

                        if (whereFragment.StartsWith("and"))
                        {
                                whereFragment = whereFragment.Substring(4);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

// Forcefully remove leading ands from where fragments; the grammar will
// handle adding them
if (whereFragment. [[#variable47065c60]]("and"))
{
   whereFragment = whereFragment.Substring(4);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#47065c60]]
StartsWith 
12[[#47065c60]]
StartsWithCaseInsensitive