CloneSet1043


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3240.969statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13123
src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs
24130
src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs
Clone Instance
1
Line Count
3
Source Line
123
Source File
src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs

                        Assert.That(decimalType, Is.Not.SameAs(doubleType));
                        Assert.That(decimalType, Is.Not.SameAs(singleType));
                        Assert.That(decimalType, Is.Not.SameAs(currencyType));


Clone Instance
2
Line Count
4
Source Line
130
Source File
src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs

                        Assert.That(doubleType, Is.Not.SameAs(singleType));
                        Assert.That(doubleType, Is.Not.SameAs(currencyType));

                        Assert.That(singleType, Is.Not.SameAs(currencyType));


Clone AbstractionParameter Count: 4Parameter Bindings

Assert.That( [[#variable2d9668e0]], Is.Not.SameAs( [[#variable2d9668c0]]));
Assert.That( [[#variable2d9668e0]], Is.Not.SameAs( [[#variable5e6aad40]]));
Assert.That( [[#variable2d966700]], Is.Not.SameAs(currencyType));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2d9668e0]]
decimalType 
12[[#2d9668e0]]
doubleType 
21[[#2d9668c0]]
doubleType 
22[[#2d9668c0]]
singleType 
31[[#5e6aad40]]
singleType 
32[[#5e6aad40]]
currencyType 
41[[#2d966700]]
decimalType 
42[[#2d966700]]
singleType