CloneSet776


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.970non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13568
src/NHibernate/Impl/MultiQueryImpl.cs
23445
src/NHibernate/Loader/Loader.cs
33585
src/NHibernate/Loader/Loader.cs
431109
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
531279
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
631380
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
Clone Instance
1
Line Count
3
Source Line
568
Source File
src/NHibernate/Impl/MultiQueryImpl.cs

                                        if (log.IsDebugEnabled)
                                        {
                                                log.Debug(string.Format("done processing result set ({0} rows)", count));
                                        }


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

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug(string.Format("done processing result set ({0} rows)", count));
                                }


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

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug(string.Format("total objects hydrated: {0}", hydratedObjectsSize));
                                }


Clone Instance
4
Line Count
3
Source Line
1109
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                                if (log.IsDebugEnabled)
                                                {
                                                        log.Debug(string.Format("done inserting collection: {0} rows inserted", count));
                                                }


Clone Instance
5
Line Count
3
Source Line
1279
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                        if (log.IsDebugEnabled)
                                        {
                                                log.Debug(string.Format("done inserting rows: {0} inserted", count));
                                        }


Clone Instance
6
Line Count
3
Source Line
1380
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug(string.Format("done updating rows: {0} updated", count));
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (log.IsDebugEnabled)
{
   log.Debug(string.Format( [[#variable2967b360]], [[#variable2967b260]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2967b360]]
"done processing result set ({0} rows)" 
12[[#2967b360]]
"total objects hydrated: {0}" 
13[[#2967b360]]
"done updating rows: {0} updated" 
14[[#2967b360]]
"done inserting rows: {0} inserted" 
15[[#2967b360]]
"done inserting collection: {0} rows inserted" 
16[[#2967b360]]
"done processing result set ({0} rows)" 
21[[#2967b260]]
count 
22[[#2967b260]]
hydratedObjectsSize 
23[[#2967b260]]
count 
24[[#2967b260]]
count 
25[[#2967b260]]
count 
26[[#2967b260]]
count