Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.983 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 141 | src/NHibernate/Engine/BatchFetchQueue.cs |
2 | 5 | 201 | src/NHibernate/Engine/BatchFetchQueue.cs |
| ||||
object[] keys = new object[batchSize]; keys[0] = id; int i = 1; int end = - 1; bool checkForEnd = false; |
| ||||
object[] ids = new object[batchSize]; ids[0] = id; //first element of array is reserved for the actual instance we are loading! int i = 1; int end = - 1; bool checkForEnd = false; |
| |||
object[] [[#variable298dbe00]]= new object[batchSize]; [[#variable298dbe00]][0] = id; //first element of array is reserved for the actual instance we are loading! int i = 1; int end = - 1; bool checkForEnd = false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#298dbe00]] | keys |
1 | 2 | [[#298dbe00]] | ids |