Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.959 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 107 | src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs |
2 | 4 | 122 | src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs |
| ||||
// Find or create the WHERE clause IASTNode where = (IASTNode) query.WhereClause; // Create a new FILTERS node as a parent of all filters _filters = Create(HqlSqlWalker.FILTERS, "{filter conditions}"); |
| ||||
// Find or create the WHERE clause IASTNode where = (IASTNode) query.WhereClause; // Create a new THETA_JOINS node as a parent of all filters _thetaJoins = Create(HqlSqlWalker.THETA_JOINS, "{theta joins}"); |
| |||
// Find or create the WHERE clause IASTNode where = (IASTNode)query.WhereClause; [[#variable6e6af460]]= Create(HqlSqlWalker. [[#variable6e6af7a0]], [[#variable6e6af780]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e6af460]] | // Create a new THETA_JOINS node as a parent of all filters _thetaJoins |
1 | 2 | [[#6e6af460]] | // Create a new FILTERS node as a parent of all filters _filters |
2 | 1 | [[#6e6af7a0]] | THETA_JOINS |
2 | 2 | [[#6e6af7a0]] | FILTERS |
3 | 1 | [[#6e6af780]] | "{theta joins}" |
3 | 2 | [[#6e6af780]] | "{filter conditions}" |