| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 6 | 5 | 0.975 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 59 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| 2 | 4 | 63 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| 3 | 4 | 67 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| 4 | 4 | 71 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| 5 | 4 | 75 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| 6 | 4 | 81 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| ||||
Assert.That(type.SqlTypes(factory)[0].Length, Is.EqualTo(101));
type = pc.GetPropertyType("Decimal");
Assert.That(type.SqlTypes(factory)[0].Precision, Is.EqualTo(5));
|
| ||||
Assert.That(type.SqlTypes(factory)[0].Scale, Is.EqualTo(2));
type = pc.GetPropertyType("Currency");
Assert.That(type.SqlTypes(factory)[0].Precision, Is.EqualTo(10));
|
| ||||
Assert.That(type.SqlTypes(factory)[0].Scale, Is.EqualTo(3));
type = pc.GetPropertyType("Double");
Assert.That(type.SqlTypes(factory)[0].Precision, Is.EqualTo(11));
|
| ||||
Assert.That(type.SqlTypes(factory)[0].Scale, Is.EqualTo(4));
type = pc.GetPropertyType("Float");
Assert.That(type.SqlTypes(factory)[0].Precision, Is.EqualTo(6));
|
| ||||
Assert.That(type.SqlTypes(factory)[0].Scale, Is.EqualTo(3));
type = pc.GetPropertyType("BinaryBlob");
Assert.That(type.SqlTypes(factory)[0].Length, Is.EqualTo(1000));
|
| ||||
Assert.That(type.SqlTypes(factory)[0].Length, Is.EqualTo(1001));
type = pc.GetPropertyType("StringClob");
Assert.That(type.SqlTypes(factory)[0].Length, Is.EqualTo(1002));
|
| |||
Assert.That(type.SqlTypes(factory)[0]. [[#variable2ba80520]], Is.EqualTo( [[#variable2ba803e0]])); type = pc.GetPropertyType( [[#variable2ba80400]]); Assert.That(type.SqlTypes(factory)[0]. [[#variable2ba804e0]], Is.EqualTo( [[#variable2ba804c0]])); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2ba80520]] | Scale |
| 1 | 2 | [[#2ba80520]] | Length |
| 1 | 3 | [[#2ba80520]] | Scale |
| 1 | 4 | [[#2ba80520]] | Scale |
| 1 | 5 | [[#2ba80520]] | Length |
| 1 | 6 | [[#2ba80520]] | Scale |
| 2 | 1 | [[#2ba803e0]] | 3 |
| 2 | 2 | [[#2ba803e0]] | 1001 |
| 2 | 3 | [[#2ba803e0]] | 4 |
| 2 | 4 | [[#2ba803e0]] | 2 |
| 2 | 5 | [[#2ba803e0]] | 101 |
| 2 | 6 | [[#2ba803e0]] | 3 |
| 3 | 1 | [[#2ba80400]] | "BinaryBlob" |
| 3 | 2 | [[#2ba80400]] | "StringClob" |
| 3 | 3 | [[#2ba80400]] | "Float" |
| 3 | 4 | [[#2ba80400]] | "Currency" |
| 3 | 5 | [[#2ba80400]] | "Decimal" |
| 3 | 6 | [[#2ba80400]] | "Double" |
| 4 | 1 | [[#2ba804e0]] | Length |
| 4 | 2 | [[#2ba804e0]] | Length |
| 4 | 3 | [[#2ba804e0]] | Precision |
| 4 | 4 | [[#2ba804e0]] | Precision |
| 4 | 5 | [[#2ba804e0]] | Precision |
| 4 | 6 | [[#2ba804e0]] | Precision |
| 5 | 1 | [[#2ba804c0]] | 1000 |
| 5 | 2 | [[#2ba804c0]] | 1002 |
| 5 | 3 | [[#2ba804c0]] | 6 |
| 5 | 4 | [[#2ba804c0]] | 10 |
| 5 | 5 | [[#2ba804c0]] | 5 |
| 5 | 6 | [[#2ba804c0]] | 11 |