Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.982 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 276 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
2 | 4 | 604 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
if (statsEnabled) { stopWatch.Stop(); session.Factory.StatisticsImplementor.QueryExecuted(string.Format("{0} queries (MultiCriteria)", loaders.Count), rowCount, stopWatch.Elapsed); } |
| ||||
if (statsEnabled) { stopWatch.Stop(); session.Factory.StatisticsImplementor.QueryExecuted(string.Format("{0} queries (MultiQuery)", translators.Count), rowCount, stopWatch.Elapsed); } |
| |||
if (statsEnabled) { stopWatch.Stop(); session.Factory.StatisticsImplementor.QueryExecuted(string.Format( [[#variable285552a0]], [[#variable28555240]].Count), rowCount, stopWatch.Elapsed); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#285552a0]] | "{0} queries (MultiCriteria)" |
1 | 2 | [[#285552a0]] | "{0} queries (MultiQuery)" |
2 | 1 | [[#28555240]] | loaders |
2 | 2 | [[#28555240]] | translators |