CloneSet2195


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.953non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14213
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
23219
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
Clone Instance
1
Line Count
4
Source Line
213
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                        sqlOrderByStringTemplate = hasOrder ?
                                                          Template.RenderOrderByStringTemplate(sqlOrderByString, dialect,
                                                                                               factory.SQLFunctionRegistry):
                                                          null;


Clone Instance
2
Line Count
3
Source Line
219
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                        sqlWhereStringTemplate = hasWhere ?
                                                          Template.RenderWhereStringTemplate(sqlWhereString, dialect, factory.SQLFunctionRegistry):
                                                          null;


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable54b89320]]= [[#variable54b89280]]?
                       Template. [[#variable54b891e0]]( [[#variable54b89180]], dialect, factory.SQLFunctionRegistry): null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b89320]]
sqlOrderByStringTemplate 
12[[#54b89320]]
sqlWhereStringTemplate 
21[[#54b89280]]
hasOrder 
22[[#54b89280]]
hasWhere 
31[[#54b891e0]]
RenderOrderByStringTemplate 
32[[#54b891e0]]
RenderWhereStringTemplate 
41[[#54b89180]]
sqlOrderByString 
42[[#54b89180]]
sqlWhereString