Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.980 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 636 | src/NHibernate/Loader/JoinWalker.cs |
2 | 4 | 651 | src/NHibernate/Loader/JoinWalker.cs |
| ||||
if (queryableCollection.HasOrdering) { string orderByString = queryableCollection.GetSQLOrderByString(oj.RHSAlias); buf.Add(orderByString).Add(StringHelper.CommaSpace); } |
| ||||
if (queryableCollection.HasManyToManyOrdering) { string orderByString = queryableCollection.GetManyToManyOrderByString(oj.RHSAlias); buf.Add(orderByString).Add(StringHelper.CommaSpace); } |
| |||
if (queryableCollection. [[#variable6a8dda80]]) { string orderByString = queryableCollection. [[#variable6a8dd9e0]](oj.RHSAlias); buf.Add(orderByString).Add(StringHelper.CommaSpace); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6a8dda80]] | HasManyToManyOrdering |
1 | 2 | [[#6a8dda80]] | HasOrdering |
2 | 1 | [[#6a8dd9e0]] | GetManyToManyOrderByString |
2 | 2 | [[#6a8dd9e0]] | GetSQLOrderByString |