Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 4 | 0.951 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 490 | src/NHibernate/Impl/SessionImpl.cs |
2 | 3 | 551 | src/NHibernate/Impl/SessionImpl.cs |
3 | 3 | 781 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
using (new SessionIdLoggingContext(SessionId)) { FireSave(new SaveOrUpdateEvent(null, obj, id, this )); } |
| ||||
using (new SessionIdLoggingContext(SessionId)) { FireUpdate(new SaveOrUpdateEvent(null, obj, id, this )); } |
| ||||
using (new SessionIdLoggingContext(SessionId)) { FireLock(new LockEvent(entityName, obj, lockMode, this )); } |
| |||
using (new SessionIdLoggingContext(SessionId)) { [[#variable2813aba0]](new [[#variable2813a420]]( [[#variable2813abe0]], obj, [[#variable2813abc0]], this )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2813aba0]] | FireSave |
1 | 2 | [[#2813aba0]] | FireUpdate |
1 | 3 | [[#2813aba0]] | FireLock |
2 | 1 | [[#2813a420]] | SaveOrUpdateEvent |
2 | 2 | [[#2813a420]] | SaveOrUpdateEvent |
2 | 3 | [[#2813a420]] | LockEvent |
3 | 1 | [[#2813abe0]] | null |
3 | 2 | [[#2813abe0]] | null |
3 | 3 | [[#2813abe0]] | entityName |
4 | 1 | [[#2813abc0]] | id |
4 | 2 | [[#2813abc0]] | id |
4 | 3 | [[#2813abc0]] | lockMode |