| 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.963 | statement_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 36 | src/NHibernate.Test/FilterTest/DynamicFilterTest.cs |
| 2 | 2 | 48 | src/NHibernate.Test/FilterTest/DynamicFilterTest.cs |
| ||||
CollectionCacheEntry cachedData = (CollectionCacheEntry)persister.Cache.Cache.Get(cacheKey);
Assert.IsNotNull(cachedData, "collection was not in cache");
|
| ||||
CollectionCacheEntry cachedData2 = (CollectionCacheEntry)persister.Cache.Cache.Get(cacheKey);
Assert.IsNotNull(cachedData2, "collection no longer in cache!");
|
| |||
CollectionCacheEntry [[#variable54b4cf40]]= (CollectionCacheEntry)persister.Cache.Cache.Get(cacheKey); Assert.IsNotNull( [[#variable54b4cf40]], [[#variable54b4dd60]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#54b4cf40]] | cachedData2 |
| 1 | 2 | [[#54b4cf40]] | cachedData |
| 2 | 1 | [[#54b4dd60]] | "collection no longer in cache!" |
| 2 | 2 | [[#54b4dd60]] | "collection was not in cache" |