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.974 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 232 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
2 | 4 | 519 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
int maxRows = Loader.Loader.HasMaxRows(selection) ? selection.MaxRows: int.MaxValue; if ( !dialect.SupportsLimitOffset || !NHibernate.Loader.Loader.UseLimit(selection, dialect)) { Loader.Loader.Advance(reader, selection); } |
| ||||
int maxRows = Loader.Loader.HasMaxRows(selection) ? selection.MaxRows: int.MaxValue; if ( !dialect.SupportsLimitOffset || !Loader.Loader.UseLimit(selection, dialect)) { Loader.Loader.Advance(reader, selection); } |
| |||
int maxRows = Loader.Loader.HasMaxRows(selection) ? selection.MaxRows: int.MaxValue; if ( !dialect.SupportsLimitOffset || ! [[#variable2c8210e0]].Loader.UseLimit(selection, dialect)) { Loader.Loader.Advance(reader, selection); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2c8210e0]] | NHibernate.Loader |
1 | 2 | [[#2c8210e0]] | Loader |