CloneSet2510


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.959statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13107
src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs
24122
src/NHibernate/Hql/Ast/ANTLR/Util/SyntheticAndFactory.cs
Clone Instance
1
Line Count
3
Source Line
107
Source File
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}");


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

                                        // 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}");


Clone AbstractionParameter Count: 3Parameter Bindings

// Find or create the WHERE clause
IASTNode where = (IASTNode)query.WhereClause;
 [[#variable6e6af460]]= Create(HqlSqlWalker. [[#variable6e6af7a0]], [[#variable6e6af780]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e6af460]]
// Create a new THETA_JOINS node as a parent of all filters
_thetaJoins 
12[[#6e6af460]]
// Create a new FILTERS node as a parent of all filters
_filters 
21[[#6e6af7a0]]
THETA_JOINS 
22[[#6e6af7a0]]
FILTERS 
31[[#6e6af780]]
"{theta joins}" 
32[[#6e6af780]]
"{filter conditions}"