CloneSet2796


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.969block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13419
src/NHibernate/Event/Default/DefaultLoadEventListener.cs
23424
src/NHibernate/Event/Default/DefaultLoadEventListener.cs
Clone Instance
1
Line Count
3
Source Line
419
Source File
src/NHibernate/Event/Default/DefaultLoadEventListener.cs

                                        {
                                                factory.StatisticsImplementor.SecondLevelCacheMiss(persister.Cache.RegionName);
                                                log.DebugFormat("Entity cache miss: {0}", ck);
                                        }


Clone Instance
2
Line Count
3
Source Line
424
Source File
src/NHibernate/Event/Default/DefaultLoadEventListener.cs

                                        {
                                                factory.StatisticsImplementor.SecondLevelCacheHit(persister.Cache.RegionName);
                                                log.DebugFormat("Entity cache hit: {0}", ck);
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   factory.StatisticsImplementor. [[#variable5843f840]](persister.Cache.RegionName);
   log.DebugFormat( [[#variable5843f820]], ck);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5843f840]]
SecondLevelCacheMiss 
12[[#5843f840]]
SecondLevelCacheHit 
21[[#5843f820]]
"Entity cache miss: {0}" 
22[[#5843f820]]
"Entity cache hit: {0}"