Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.969 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 123 | src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs |
2 | 4 | 130 | 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)); |
| ||||
Assert.That(doubleType, Is.Not.SameAs(singleType)); Assert.That(doubleType, Is.Not.SameAs(currencyType)); Assert.That(singleType, Is.Not.SameAs(currencyType)); |
| |||
Assert.That( [[#variable2d9668e0]], Is.Not.SameAs( [[#variable2d9668c0]])); Assert.That( [[#variable2d9668e0]], Is.Not.SameAs( [[#variable5e6aad40]])); Assert.That( [[#variable2d966700]], Is.Not.SameAs(currencyType)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d9668e0]] | decimalType |
1 | 2 | [[#2d9668e0]] | doubleType |
2 | 1 | [[#2d9668c0]] | doubleType |
2 | 2 | [[#2d9668c0]] | singleType |
3 | 1 | [[#5e6aad40]] | singleType |
3 | 2 | [[#5e6aad40]] | currencyType |
4 | 1 | [[#2d966700]] | decimalType |
4 | 2 | [[#2d966700]] | singleType |