Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 468 | src/NHibernate/Impl/SessionImpl.cs |
2 | 4 | 476 | src/NHibernate/Impl/SessionImpl.cs |
3 | 4 | 989 | src/NHibernate/Impl/SessionImpl.cs |
4 | 4 | 2156 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return FireSave(new SaveOrUpdateEvent(null, obj, this )); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return FireSave(new SaveOrUpdateEvent(entityName, obj, this )); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return FireMerge(new MergeEvent(entityName, obj, this )); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return FireSaveOrUpdateCopy(new MergeEvent(null, obj, this )); } } |
| |||
{ using (new SessionIdLoggingContext(SessionId)) { return [[#variable56ad2a00]](new [[#variable56ad29a0]]( [[#variable56ad2940]], obj, this )); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56ad2a00]] | FireSaveOrUpdateCopy |
1 | 2 | [[#56ad2a00]] | FireMerge |
1 | 3 | [[#56ad2a00]] | FireSave |
1 | 4 | [[#56ad2a00]] | FireSave |
2 | 1 | [[#56ad29a0]] | MergeEvent |
2 | 2 | [[#56ad29a0]] | MergeEvent |
2 | 3 | [[#56ad29a0]] | SaveOrUpdateEvent |
2 | 4 | [[#56ad29a0]] | SaveOrUpdateEvent |
3 | 1 | [[#56ad2940]] | null |
3 | 2 | [[#56ad2940]] | entityName |
3 | 3 | [[#56ad2940]] | entityName |
3 | 4 | [[#56ad2940]] | null |