CloneSet326


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.979statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18280
src/NHibernate/Loader/JoinWalker.cs
28320
src/NHibernate/Loader/JoinWalker.cs
Clone Instance
1
Line Count
8
Source Line
280
Source File
src/NHibernate/Loader/JoinWalker.cs

                                        string subpath = SubPath(path, propertyNames[i]);
                                        bool[] propertyNullability = componentType.PropertyNullability;

                                        JoinType joinType = GetJoinType(associationType, componentType.GetFetchMode(i), subpath, lhsTable, lhsColumns,
                                                                        propertyNullability == null || propertyNullability[i], currentDepth,
                                                                        componentType.GetCascadeStyle(i));

                                        AddAssociationToJoinTreeIfNecessary(associationType, aliasedLhsColumns, alias, subpath, currentDepth, joinType);


Clone Instance
2
Line Count
8
Source Line
320
Source File
src/NHibernate/Loader/JoinWalker.cs

                                        string subpath = SubPath(path, propertyNames[i]);
                                        bool[] propertyNullability = compositeType.PropertyNullability;

                                        JoinType joinType =
                                                GetJoinType(associationType, compositeType.GetFetchMode(i), subpath, persister.TableName, lhsColumns,
                                                                                                propertyNullability == null || propertyNullability[i], currentDepth, compositeType.GetCascadeStyle(i));

                                        AddAssociationToJoinTreeIfNecessary(associationType, aliasedLhsColumns, alias, subpath, currentDepth, joinType);


Clone AbstractionParameter Count: 2Parameter Bindings

string subpath = SubPath(path, propertyNames[i]);
bool[] propertyNullability = [[#variable70ba6960]].PropertyNullability;
JoinType joinType = GetJoinType(associationType, [[#variable70ba6960]].GetFetchMode(i), subpath, [[#variable6fd2ea80]], lhsColumns, propertyNullability == null || propertyNullability[i], currentDepth, [[#variable70ba6960]].GetCascadeStyle(i));
AddAssociationToJoinTreeIfNecessary(associationType, aliasedLhsColumns, alias, subpath, currentDepth, joinType);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#70ba6960]]
compositeType 
12[[#70ba6960]]
componentType 
21[[#6fd2ea80]]
persister.TableName 
22[[#6fd2ea80]]
lhsTable