| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.974 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 119 | src/NHibernate/Action/EntityUpdateAction.cs |
| 2 | 1 | 146 | src/NHibernate/Action/EntityUpdateAction.cs |
| ||||
bool put = persister.Cache.Update(ck, cacheEntry, nextVersion, previousVersion); |
| ||||
bool put = persister.Cache.AfterUpdate(ck, cacheEntry, nextVersion, slock); |
| |||
bool put = persister.Cache. [[#variable5534f7a0]](ck, cacheEntry, nextVersion, [[#variable5534f740]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5534f7a0]] | Update |
| 1 | 2 | [[#5534f7a0]] | AfterUpdate |
| 2 | 1 | [[#5534f740]] | previousVersion |
| 2 | 2 | [[#5534f740]] | slock |