CloneSet2597


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.986non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131069
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
231134
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
Clone Instance
1
Line Count
3
Source Line
1069
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug("Inserting collection: " + MessageHelper.InfoString(this, id));
                                }


Clone Instance
2
Line Count
3
Source Line
1134
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug("Deleting rows of collection: " + MessageHelper.InfoString(this, id));
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (log.IsDebugEnabled)
{
   log.Debug( [[#variable6fd5ed40]]+ MessageHelper.InfoString(this, id));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fd5ed40]]
"Deleting rows of collection: " 
12[[#6fd5ed40]]
"Inserting collection: "