CloneSet865


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.962statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15134
src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs
24155
src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs
Clone Instance
1
Line Count
5
Source Line
134
Source File
src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs

                        //FIXME: get the PersistentClass
                        IDictionary<string, string[]> propertyResults = BindPropertyResults(returnJoinSchema.alias, null, returnJoinSchema.returnproperty, null);

                        return new NativeSQLQueryJoinReturn(returnJoinSchema.alias, roleOwnerAlias, roleProperty,
                                propertyResults             , // TODO: bindpropertyresults(alias, returnElem)
                                GetLockMode(returnJoinSchema.lockmode));


Clone Instance
2
Line Count
4
Source Line
155
Source File
src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs

                        //FIXME: get the PersistentClass
                        IDictionary<string, string[]> propertyResults = BindPropertyResults(loadCollectionSchema.alias, null, loadCollectionSchema.returnproperty, null);

                        return new NativeSQLQueryCollectionReturn(loadCollectionSchema.alias, ownerClassName, ownerPropertyName,
                                propertyResults                   , GetLockMode(loadCollectionSchema.lockmode));


Clone AbstractionParameter Count: 4Parameter Bindings

//FIXME: get the PersistentClass
IDictionary<string, string[]> propertyResults = BindPropertyResults( [[#variable2bf83c80]].alias, null, [[#variable2bf83c80]].returnproperty, null);
return new [[#variable54af9480]]( [[#variable2bf83c80]].alias, [[#variable26f94da0]], [[#variable54b23580]], propertyResults, // TODO: bindpropertyresults(alias, returnElem)
                                 GetLockMode( [[#variable2bf83c80]].lockmode));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2bf83c80]]
loadCollectionSchema 
12[[#2bf83c80]]
returnJoinSchema 
21[[#54af9480]]
NativeSQLQueryCollectionReturn 
22[[#54af9480]]
NativeSQLQueryJoinReturn 
31[[#26f94da0]]
ownerClassName 
32[[#26f94da0]]
roleOwnerAlias 
41[[#54b23580]]
ownerPropertyName 
42[[#54b23580]]
roleProperty