CloneSet1585


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16331
src/NHibernate/Hql/Classic/WhereParser.cs
26644
src/NHibernate/Hql/Classic/WhereParser.cs
Clone Instance
1
Line Count
6
Source Line
331
Source File
src/NHibernate/Hql/Classic/WhereParser.cs

                                if (element.ElementColumns.Length != 1)
                                {
                                        throw new QueryException("path expression ended in composite collection element");
                                }
                                AppendToken(q, element.ElementColumns[0]);
                                AddToCurrentJoin(element);


Clone Instance
2
Line Count
6
Source Line
644
Source File
src/NHibernate/Hql/Classic/WhereParser.cs

                                // the path expression ends at the ]
                                if (element.ElementColumns.Length != 1)
                                {
                                        throw new QueryException("path expression ended in composite collection element");
                                }
                                AppendToken(q, element.ElementColumns[0]);
                                AddToCurrentJoin(element);


Clone AbstractionParameter Count: 0Parameter Bindings

// the path expression ends at the ]
if (element.ElementColumns.Length != 1)
{
   throw new QueryException("path expression ended in composite collection element");
}
AppendToken(q, element.ElementColumns[0]);
AddToCurrentJoin(element);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None