Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.965 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 444 | src/NHibernate/Persister/Entity/JoinedSubclassEntityPersister.cs |
2 | 7 | 454 | src/NHibernate/Persister/Entity/JoinedSubclassEntityPersister.cs |
| ||||
{ int len = objects.Length; string[] temp = new string[len]; for (int i = 0; i < len; i++) temp[i] = objects[len - i - 1]; return temp; } |
| ||||
{ int len = objects.Length; string[][] temp = new string[len][]; for (int i = 0; i < len; i++) temp[i] = objects[len - i - 1]; return temp; } |
| |||
{ int len = objects.Length; string [[#variable28768080]]temp = new string[len] [[#variable27611fa0]]; for (int i = 0; i < len; i++) temp[i] = objects[len - i - 1]; return temp; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28768080]] | [] |
1 | 2 | [[#28768080]] | [][] |
2 | 1 | [[#27611fa0]] | |
2 | 2 | [[#27611fa0]] | [] |