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.973 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 434 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
2 | 3 | 1111 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
| ||||
object tempObject = entitiesByKey[key]; entitiesByKey.Remove(key); object entity = tempObject; |
| ||||
object tempObject = entitiesByKey[oldKey]; entitiesByKey.Remove(oldKey); object entity = tempObject; |
| |||
object tempObject = entitiesByKey[ [[#variable70b49900]]]; entitiesByKey.Remove( [[#variable70b49900]]); object entity = tempObject; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70b49900]] | oldKey |
1 | 2 | [[#70b49900]] | key |