CloneSet1401


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4330.965block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14772
src/NHibernate/Impl/SessionImpl.cs
241401
src/NHibernate/Impl/SessionImpl.cs
342120
src/NHibernate/Impl/SessionImpl.cs
Clone Instance
1
Line Count
4
Source Line
772
Source File
src/NHibernate/Impl/SessionImpl.cs

                {
                        using (new SessionIdLoggingContext(SessionId))
                        {
                                FireLock(new LockEvent(obj, lockMode, this ));
                        }
                }


Clone Instance
2
Line Count
4
Source Line
1401
Source File
src/NHibernate/Impl/SessionImpl.cs

                {
                        using (new SessionIdLoggingContext(SessionId))
                        {
                                FireRefresh(new RefreshEvent(obj, lockMode, this ));
                        }
                }


Clone Instance
3
Line Count
4
Source Line
2120
Source File
src/NHibernate/Impl/SessionImpl.cs

                {
                        using (new SessionIdLoggingContext(SessionId))
                        {
                                FireReplicate(new ReplicateEvent(obj, replicationMode, this ));
                        }
                }


Clone AbstractionParameter Count: 3Parameter Bindings

{
   using (new SessionIdLoggingContext(SessionId))
   {
       [[#variable45eec680]](new [[#variable45eec600]](obj, [[#variable45eec580]], this ));
   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#45eec680]]
FireReplicate 
12[[#45eec680]]
FireRefresh 
13[[#45eec680]]
FireLock 
21[[#45eec600]]
ReplicateEvent 
22[[#45eec600]]
RefreshEvent 
23[[#45eec600]]
LockEvent 
31[[#45eec580]]
replicationMode 
32[[#45eec580]]
lockMode 
33[[#45eec580]]
lockMode