Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.965 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 772 | src/NHibernate/Impl/SessionImpl.cs |
2 | 4 | 1401 | src/NHibernate/Impl/SessionImpl.cs |
3 | 4 | 2120 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { FireLock(new LockEvent(obj, lockMode, this )); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { FireRefresh(new RefreshEvent(obj, lockMode, this )); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { FireReplicate(new ReplicateEvent(obj, replicationMode, this )); } } |
| |||
{ using (new SessionIdLoggingContext(SessionId)) { [[#variable45eec680]](new [[#variable45eec600]](obj, [[#variable45eec580]], this )); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45eec680]] | FireReplicate |
1 | 2 | [[#45eec680]] | FireRefresh |
1 | 3 | [[#45eec680]] | FireLock |
2 | 1 | [[#45eec600]] | ReplicateEvent |
2 | 2 | [[#45eec600]] | RefreshEvent |
2 | 3 | [[#45eec600]] | LockEvent |
3 | 1 | [[#45eec580]] | replicationMode |
3 | 2 | [[#45eec580]] | lockMode |
3 | 3 | [[#45eec580]] | lockMode |