CloneSet913


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.963statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1481
src/NHibernate/Event/Default/DefaultInitializeCollectionEventListener.cs
24411
src/NHibernate/Event/Default/DefaultLoadEventListener.cs
Clone Instance
1
Line Count
4
Source Line
81
Source File
src/NHibernate/Event/Default/DefaultInitializeCollectionEventListener.cs

                                ISessionFactoryImplementor factory = source.Factory;

                                CacheKey ck = new CacheKey(id, persister.KeyType, persister.Role, source.EntityMode, factory);
                                object ce = persister.Cache.Get(ck, source.Timestamp);


Clone Instance
2
Line Count
4
Source Line
411
Source File
src/NHibernate/Event/Default/DefaultLoadEventListener.cs

                                ISessionFactoryImplementor factory = source.Factory;

                                CacheKey ck = new CacheKey(@event.EntityId, persister.IdentifierType, persister.RootEntityName, source.EntityMode, factory);
                                object ce = persister.Cache.Get(ck, source.Timestamp);


Clone AbstractionParameter Count: 3Parameter Bindings

ISessionFactoryImplementor factory = source.Factory;
CacheKey ck = new CacheKey( [[#variable57889040]], persister. [[#variable578bf520]], persister. [[#variable57888f20]], source.EntityMode, factory);
object ce = persister.Cache.Get(ck, source.Timestamp);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57889040]]
@event.EntityId 
12[[#57889040]]
id 
21[[#578bf520]]
IdentifierType 
22[[#578bf520]]
KeyType 
31[[#57888f20]]
RootEntityName 
32[[#57888f20]]
Role