CloneSet1944


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.980block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13105
src/NHibernate/Collection/Generic/PersistentGenericMap.cs
23225
src/NHibernate/Collection/PersistentMap.cs
Clone Instance
1
Line Count
3
Source Line
105
Source File
src/NHibernate/Collection/Generic/PersistentGenericMap.cs

                {
                        bool ? exists = ReadIndexExistence(key);
                        return !exists.HasValue ? gmap.ContainsKey(key):  exists.Value;
                }


Clone Instance
2
Line Count
3
Source Line
225
Source File
src/NHibernate/Collection/PersistentMap.cs

                {
                        bool ? exists = ReadIndexExistence(key);
                        return !exists.HasValue ? map.Contains(key):  exists.Value;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   bool ? exists = ReadIndexExistence(key);
   return !exists.HasValue ?
           [[#variable6fe5ece0]]. [[#variable6fe5f5c0]](key): exists.Value;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fe5ece0]]
map 
12[[#6fe5ece0]]
gmap 
21[[#6fe5f5c0]]
Contains 
22[[#6fe5f5c0]]
ContainsKey