CloneSet2874


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.952statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113022
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
2195
src/NHibernate/Type/ManyToOneType.cs
Clone Instance
1
Line Count
1
Source Line
3022
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                // need to treat this as if it where optimistic-lock="all" (dirty does *not* make sense);
                                // first we need to locate the "loaded" state
                                //
                                // Note, it potentially could be a proxy, so perform the location the safe way...
                                EntityKey key = new EntityKey(id, this, session.EntityMode);


Clone Instance
2
Line Count
1
Source Line
95
Source File
src/NHibernate/Type/ManyToOneType.cs

                                EntityKey entityKey = new EntityKey(id, persister, session.EntityMode);


Clone AbstractionParameter Count: 2Parameter Bindings

// need to treat this as if it where optimistic-lock="all" (dirty does *not* make sense);
// first we need to locate the "loaded" state
//
// Note, it potentially could be a proxy, so perform the location the safe way...
EntityKey [[#variable6f5b1a60]]= new EntityKey(id, [[#variable6f5b1a00]], session.EntityMode);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f5b1a60]]
entityKey 
12[[#6f5b1a60]]
key 
21[[#6f5b1a00]]
persister 
22[[#6f5b1a00]]
this