| 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.953 | statement_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 316 | src/NHibernate/Collection/PersistentMap.cs |
| 2 | 2 | 23 | src/NHibernate/Util/IdentitySet.cs |
| ||||
object tempObject = map[key];
map[key] = value;
|
| ||||
object tempObject = map[o];
map[o] = DumpValue;
|
| |||
object tempObject = map[ [[#variable5e455200]]]; map[ [[#variable5e455200]]] = [[#variable470641c0]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5e455200]] | o |
| 1 | 2 | [[#5e455200]] | key |
| 2 | 1 | [[#470641c0]] | DumpValue |
| 2 | 2 | [[#470641c0]] | value |