CloneSet2377


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

                        if (log.IsDebugEnabled)
                        {
                                log.Debug(string.Format("cache for: {0} usage strategy: {1}", name, usage));
                        }


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

                                if (log.IsDebugEnabled)
                                {
                                        log.Debug(string.Format("Updating rows of collection: {0}#{1}", role, id));
                                }


Clone AbstractionParameter Count: 3Parameter Bindings

if (log.IsDebugEnabled)
{
   log.Debug(string.Format( [[#variable54b5dd80]], [[#variable54b5dd20]], [[#variable54b5dc20]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b5dd80]]
"cache for: {0} usage strategy: {1}" 
12[[#54b5dd80]]
"Updating rows of collection: {0}#{1}" 
21[[#54b5dd20]]
name 
22[[#54b5dd20]]
role 
31[[#54b5dc20]]
usage 
32[[#54b5dc20]]
id