Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 331 | src/NHibernate/Hql/Classic/WhereParser.cs |
2 | 6 | 644 | 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); |
| ||||
// 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); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |