Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.969 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 419 | src/NHibernate/Event/Default/DefaultLoadEventListener.cs |
2 | 3 | 424 | src/NHibernate/Event/Default/DefaultLoadEventListener.cs |
| ||||
{ factory.StatisticsImplementor.SecondLevelCacheMiss(persister.Cache.RegionName); log.DebugFormat("Entity cache miss: {0}", ck); } |
| ||||
{ factory.StatisticsImplementor.SecondLevelCacheHit(persister.Cache.RegionName); log.DebugFormat("Entity cache hit: {0}", ck); } |
| |||
{ factory.StatisticsImplementor. [[#variable5843f840]](persister.Cache.RegionName); log.DebugFormat( [[#variable5843f820]], ck); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5843f840]] | SecondLevelCacheMiss |
1 | 2 | [[#5843f840]] | SecondLevelCacheHit |
2 | 1 | [[#5843f820]] | "Entity cache miss: {0}" |
2 | 2 | [[#5843f820]] | "Entity cache hit: {0}" |