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.987 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 98 | src/NHibernate/Action/EntityInsertAction.cs |
2 | 4 | 130 | src/NHibernate/Action/EntityUpdateAction.cs |
| ||||
if (statsEnabled && !veto) { stopwatch.Stop(); factory.StatisticsImplementor.InsertEntity(Persister.EntityName, stopwatch.Elapsed); } |
| ||||
if (statsEnabled && !veto) { stopwatch.Stop(); factory.StatisticsImplementor.UpdateEntity(Persister.EntityName, stopwatch.Elapsed); } |
| |||
if (statsEnabled && !veto) { stopwatch.Stop(); factory.StatisticsImplementor. [[#variable56162ec0]](Persister.EntityName, stopwatch.Elapsed); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56162ec0]] | InsertEntity |
1 | 2 | [[#56162ec0]] | UpdateEntity |