CloneSet952


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.974statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14232
src/NHibernate/Impl/MultiCriteriaImpl.cs
24519
src/NHibernate/Impl/MultiQueryImpl.cs
Clone Instance
1
Line Count
4
Source Line
232
Source File
src/NHibernate/Impl/MultiCriteriaImpl.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);
                                                }


Clone Instance
2
Line Count
4
Source Line
519
Source File
src/NHibernate/Impl/MultiQueryImpl.cs

                                        int maxRows = Loader.Loader.HasMaxRows(selection) ? selection.MaxRows:  int.MaxValue;
                                        if ( !dialect.SupportsLimitOffset || !Loader.Loader.UseLimit(selection, dialect))
                                        {
                                                Loader.Loader.Advance(reader, selection);
                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2c8210e0]]
NHibernate.Loader 
12[[#2c8210e0]]
Loader