CloneSet1669


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

                                // we found a collection element in the result set

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug("found row of collection: " + MessageHelper.InfoString(persister, collectionRowKey));
                                }


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

                                // we did not find a collection element in the result set, so we
                                // ensure that a collection is created with the owner's identifier,
                                // since what we have is an empty collection

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug("result set contains (possibly empty) collection: " + MessageHelper.InfoString(persister, optionalKey));
                                }


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

                        if (log.IsDebugEnabled)
                        {
                                log.Debug("Initializing object from DataReader: " + MessageHelper.InfoString(persister, id));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

// we found a collection element in the result set
// we did not find a collection element in the result set, so we
// ensure that a collection is created with the owner's identifier,
// since what we have is an empty collection
if (log.IsDebugEnabled)
{
   log.Debug( [[#variable2857b080]]+ MessageHelper.InfoString(persister, [[#variable2857b040]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2857b080]]
"found row of collection: " 
12[[#2857b080]]
"result set contains (possibly empty) collection: " 
13[[#2857b080]]
"Initializing object from DataReader: " 
21[[#2857b040]]
collectionRowKey 
22[[#2857b040]]
optionalKey 
23[[#2857b040]]
id