Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 94 | src/NHibernate/Action/EntityDeleteAction.cs |
2 | 4 | 95 | src/NHibernate/Action/EntityIdentityInsertAction.cs |
| ||||
if (statsEnabled && !veto) { stopwatch.Stop(); Session.Factory.StatisticsImplementor.DeleteEntity(Persister.EntityName, stopwatch.Elapsed); } |
| ||||
if (statsEnabled && !veto) { stopwatch.Stop(); Session.Factory.StatisticsImplementor.InsertEntity(Persister.EntityName, stopwatch.Elapsed); } |
| |||
if (statsEnabled && !veto) { stopwatch.Stop(); Session.Factory.StatisticsImplementor. [[#variable584cd300]](Persister.EntityName, stopwatch.Elapsed); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584cd300]] | DeleteEntity |
1 | 2 | [[#584cd300]] | InsertEntity |