Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.959 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 154 | src/NHibernate/Loader/JoinWalker.cs |
2 | 2 | 160 | src/NHibernate/Loader/JoinWalker.cs |
| ||||
if (pjl != null) WalkEntityTree(pjl, subalias, path, nextDepth); |
| ||||
if (qc != null) WalkCollectionTree(qc, subalias, path, nextDepth); |
| |||
if ( [[#variable6e4fb380]]!= null) [[#variable6e4fb2e0]]( [[#variable6e4fb380]], subalias, path, nextDepth); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e4fb380]] | qc |
1 | 2 | [[#6e4fb380]] | pjl |
2 | 1 | [[#6e4fb2e0]] | WalkCollectionTree |
2 | 2 | [[#6e4fb2e0]] | WalkEntityTree |