CloneSet2188


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18532
src/NHibernate/Impl/MultiQueryImpl.cs
28419
src/NHibernate/Loader/Loader.cs
Clone Instance
1
Line Count
8
Source Line
532
Source File
src/NHibernate/Impl/MultiQueryImpl.cs

                                        EntityKey[] keys = new EntityKey[entitySpan]; // we can reuse it each time

                                        if (log.IsDebugEnabled)
                                        {
                                                log.Debug("processing result set");
                                        }

                                        int count;


Clone Instance
2
Line Count
8
Source Line
419
Source File
src/NHibernate/Loader/Loader.cs

                                EntityKey[] keys = new EntityKey[entitySpan]; // we can reuse it each time

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug("processing result set");
                                }

                                int count;


Clone AbstractionParameter Count: 0Parameter Bindings

EntityKey[] keys = new EntityKey[entitySpan]; // we can reuse it each time
if (log.IsDebugEnabled)
{
   log.Debug("processing result set");
}
int count;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None