Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 39 | src/NHibernate/Cache/StandardQueryCache.cs |
2 | 2 | 33 | src/NHibernate/Cache/UpdateTimestampsCache.cs |
| ||||
log.Info("starting query cache at region: " + regionName); queryCache = settings.CacheProvider.BuildCache(regionName, props); |
| ||||
log.Info("starting update timestamps cache at region: " + regionName); updateTimestamps = settings.CacheProvider.BuildCache(regionName, props); |
| |||
log.Info( [[#variable4b219d00]]+ regionName); [[#variable5f75c440]]= settings.CacheProvider.BuildCache(regionName, props); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b219d00]] | "starting query cache at region: " |
1 | 2 | [[#4b219d00]] | "starting update timestamps cache at region: " |
2 | 1 | [[#5f75c440]] | queryCache |
2 | 2 | [[#5f75c440]] | updateTimestamps |