CloneSet1945


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.969block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13179
src/NHibernate/Collection/Generic/PersistentGenericSet.cs
23427
src/NHibernate/Collection/PersistentSet.cs
Clone Instance
1
Line Count
3
Source Line
179
Source File
src/NHibernate/Collection/Generic/PersistentGenericSet.cs

                {
                        bool ? exists = ReadElementExistence(item);
                        return exists == null ? gset.Contains(item):  exists.Value;
                }


Clone Instance
2
Line Count
3
Source Line
427
Source File
src/NHibernate/Collection/PersistentSet.cs

                {
                        bool ? exists = ReadElementExistence(o);
                        return exists == null ? set.Contains(o):  exists.Value;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   bool ? exists = ReadElementExistence( [[#variable6a8dc7c0]]);
   return exists == null ?
           [[#variable6a8dc700]].Contains( [[#variable6a8dc7c0]]): exists.Value;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6a8dc7c0]]
o 
12[[#6a8dc7c0]]
item 
21[[#6a8dc700]]
set 
22[[#6a8dc700]]
gset