CloneSet2841


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.953statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12316
src/NHibernate/Collection/PersistentMap.cs
2223
src/NHibernate/Util/IdentitySet.cs
Clone Instance
1
Line Count
2
Source Line
316
Source File
src/NHibernate/Collection/PersistentMap.cs

                                object tempObject = map[key];
                                map[key] = value;


Clone Instance
2
Line Count
2
Source Line
23
Source File
src/NHibernate/Util/IdentitySet.cs

                        object tempObject = map[o];
                        map[o] = DumpValue;


Clone AbstractionParameter Count: 2Parameter Bindings

object tempObject = map[ [[#variable5e455200]]];
map[ [[#variable5e455200]]] = [[#variable470641c0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e455200]]
o 
12[[#5e455200]]
key 
21[[#470641c0]]
DumpValue 
22[[#470641c0]]
value