Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 6 | 0.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 289 | src/NHibernate/Loader/JoinWalker.cs |
2 | 4 | 329 | src/NHibernate/Loader/JoinWalker.cs |
| ||||
if (types[i].IsComponentType) { string subpath = SubPath(path, propertyNames[i]); WalkComponentTree((IAbstractComponentType) types[i], begin, alias, subpath, currentDepth, associationTypeSQLInfo); } |
| ||||
if (types[i].IsComponentType) { string subpath = SubPath(path, propertyNames[i]); WalkCompositeElementTree((IAbstractComponentType)types[i], lhsColumns, persister, alias, subpath, currentDepth); } |
| |||
if (types[i].IsComponentType) { string subpath = SubPath(path, propertyNames[i]); [[#variable28c473e0]]((IAbstractComponentType)types[i], [[#variable28c472e0]], [[#variable28c47320]], [[#variable28c462e0]], [[#variable28c462a0]], [[#variable28c472a0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28c473e0]] | WalkCompositeElementTree |
1 | 2 | [[#28c473e0]] | WalkComponentTree |
2 | 1 | [[#28c472e0]] | lhsColumns |
2 | 2 | [[#28c472e0]] | begin |
3 | 1 | [[#28c47320]] | persister |
3 | 2 | [[#28c47320]] | alias |
4 | 1 | [[#28c462e0]] | alias |
4 | 2 | [[#28c462e0]] | subpath |
5 | 1 | [[#28c462a0]] | subpath |
5 | 2 | [[#28c462a0]] | currentDepth |
6 | 1 | [[#28c472a0]] | currentDepth |
6 | 2 | [[#28c472a0]] | associationTypeSQLInfo |