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.983 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 310 | src/NHibernate/Loader/JoinWalker.cs |
2 | 2 | 203 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
| ||||
int length = types[i].GetColumnSpan(factory); string[] lhsColumns = ArrayHelper.Slice(cols, begin, length); |
| ||||
int length = types[i].GetColumnSpan(factory); string[] columnSlice = ArrayHelper.Slice(columns, begin, length); |
| |||
int length = types[i].GetColumnSpan(factory); string[] [[#variable27315080]]= ArrayHelper.Slice( [[#variable27315ec0]], begin, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27315080]] | columnSlice |
1 | 2 | [[#27315080]] | lhsColumns |
2 | 1 | [[#27315ec0]] | columns |
2 | 2 | [[#27315ec0]] | cols |