Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.979 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 280 | src/NHibernate/Loader/JoinWalker.cs |
2 | 8 | 320 | 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); |
| ||||
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); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70ba6960]] | compositeType |
1 | 2 | [[#70ba6960]] | componentType |
2 | 1 | [[#6fd2ea80]] | persister.TableName |
2 | 2 | [[#6fd2ea80]] | lhsTable |