CloneSet807


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4260.969non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15289
src/NHibernate/Loader/JoinWalker.cs
24329
src/NHibernate/Loader/JoinWalker.cs
Clone Instance
1
Line Count
5
Source Line
289
Source File
src/NHibernate/Loader/JoinWalker.cs

                                     if (types[i].IsComponentType)
                                {
                                        string subpath = SubPath(path, propertyNames[i]);

                                        WalkComponentTree((IAbstractComponentType) types[i], begin, alias, subpath, currentDepth, associationTypeSQLInfo);
                                }


Clone Instance
2
Line Count
4
Source Line
329
Source File
src/NHibernate/Loader/JoinWalker.cs

                                     if (types[i].IsComponentType)
                                {
                                        string subpath = SubPath(path, propertyNames[i]);
                                        WalkCompositeElementTree((IAbstractComponentType)types[i], lhsColumns, persister, alias, subpath, currentDepth);
                                }


Clone AbstractionParameter Count: 6Parameter Bindings

if (types[i].IsComponentType)
{
   string subpath = SubPath(path, propertyNames[i]);
    [[#variable28c473e0]]((IAbstractComponentType)types[i], [[#variable28c472e0]], [[#variable28c47320]], [[#variable28c462e0]], [[#variable28c462a0]], [[#variable28c472a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28c473e0]]
WalkCompositeElementTree 
12[[#28c473e0]]
WalkComponentTree 
21[[#28c472e0]]
lhsColumns 
22[[#28c472e0]]
begin 
31[[#28c47320]]
persister 
32[[#28c47320]]
alias 
41[[#28c462e0]]
alias 
42[[#28c462e0]]
subpath 
51[[#28c462a0]]
subpath 
52[[#28c462a0]]
currentDepth 
61[[#28c472a0]]
currentDepth 
62[[#28c472a0]]
associationTypeSQLInfo