Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.980 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 29 | src/NHibernate/Loader/Collection/BatchingCollectionInitializer.cs |
2 | 2 | 49 | src/NHibernate/Loader/Entity/BatchingEntityLoader.cs |
| ||||
object[] batch = session.PersistenceContext.BatchFetchQueue.GetCollectionBatch(collectionPersister, id, batchSizes[0], session.EntityMode); |
| ||||
object[] batch = session.PersistenceContext.BatchFetchQueue.GetEntityBatch(persister, id, batchSizes[0], session.EntityMode); |
| |||
object[] batch = session.PersistenceContext.BatchFetchQueue. [[#variable6edb2a20]]( [[#variable6edb2980]], id, batchSizes[0], session.EntityMode); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6edb2a20]] | GetCollectionBatch |
1 | 2 | [[#6edb2a20]] | GetEntityBatch |
2 | 1 | [[#6edb2980]] | collectionPersister |
2 | 2 | [[#6edb2980]] | persister |