CloneSet1248


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3410.986statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1380
src/NHibernate.Test/CacheTest/CacheFixture.cs
2393
src/NHibernate.Test/CacheTest/CacheFixture.cs
33110
src/NHibernate.Test/CacheTest/CacheFixture.cs
43123
src/NHibernate.Test/CacheTest/CacheFixture.cs
Clone Instance
1
Line Count
3
Source Line
80
Source File
src/NHibernate.Test/CacheTest/CacheFixture.cs

                        Assert.IsNull(ccs.Get(fooKey, whileLocked));

                        Thread.Sleep(15);


Clone Instance
2
Line Count
3
Source Line
93
Source File
src/NHibernate.Test/CacheTest/CacheFixture.cs

                        Assert.IsNull(ccs.Get(fooKey, longLongAfter));

                        Thread.Sleep(15);


Clone Instance
3
Line Count
3
Source Line
110
Source File
src/NHibernate.Test/CacheTest/CacheFixture.cs

                        Assert.IsNull(ccs.Get(fooKey, betweenReleases));

                        Thread.Sleep(15);


Clone Instance
4
Line Count
3
Source Line
123
Source File
src/NHibernate.Test/CacheTest/CacheFixture.cs

                        Assert.IsNull(ccs.Get(fooKey, whileLocked));

                        Thread.Sleep(15);


Clone AbstractionParameter Count: 1Parameter Bindings

Assert.IsNull(ccs.Get(fooKey, [[#variable26e61ac0]]));
Thread.Sleep(15);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#26e61ac0]]
whileLocked 
12[[#26e61ac0]]
betweenReleases 
13[[#26e61ac0]]
longLongAfter 
14[[#26e61ac0]]
whileLocked