CloneSet2192


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.977non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131459
src/NHibernate/Loader/Loader.cs
231489
src/NHibernate/Loader/Loader.cs
Clone Instance
1
Line Count
3
Source Line
1459
Source File
src/NHibernate/Loader/Loader.cs

                        if (log.IsDebugEnabled)
                        {
                                log.Debug("loading collection: " + MessageHelper.InfoString(CollectionPersisters[0], id));
                        }


Clone Instance
2
Line Count
3
Source Line
1489
Source File
src/NHibernate/Loader/Loader.cs

                        if (log.IsDebugEnabled)
                        {
                                log.Debug("batch loading collection: " + MessageHelper.InfoString(CollectionPersisters[0], ids));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (log.IsDebugEnabled)
{
   log.Debug( [[#variable6c792260]]+ MessageHelper.InfoString(CollectionPersisters[0], [[#variable6c7921c0]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6c792260]]
"batch loading collection: " 
12[[#6c792260]]
"loading collection: " 
21[[#6c7921c0]]
ids 
22[[#6c7921c0]]
id