Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.987 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 88 | src/NHibernate/Engine/JoinHelper.cs |
2 | 3 | 108 | src/NHibernate/Engine/JoinHelper.cs |
| ||||
{ return ArrayHelper.Slice(GetAliasedColumns(), begin, type.GetColumnSpan(Mapping)); } |
| ||||
{ //slice, to get the columns for this component property return ArrayHelper.Slice(GetColumns(), begin, type.GetColumnSpan(Mapping)); } |
| |||
{ //slice, to get the columns for this component property return ArrayHelper.Slice( [[#variable583a10a0]](), begin, type.GetColumnSpan(Mapping)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#583a10a0]] | GetColumns |
1 | 2 | [[#583a10a0]] | GetAliasedColumns |