Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.952 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 42 | src/NHibernate.Test/SqlCommandTest/SqlDeleteBuilderFixture.cs |
2 | 1 | 43 | src/NHibernate.Test/SqlCommandTest/SqlDeleteBuilderFixture.cs |
| ||||
Assert.AreEqual(SqlTypeFactory.Decimal, actualParameterTypes[0], "firstParam Type"); |
| ||||
Assert.AreEqual(SqlTypeFactory.Int32, actualParameterTypes[1], "secondParam Type"); |
| |||
Assert.AreEqual(SqlTypeFactory. [[#variable5ebac060]], actualParameterTypes[ [[#variable545e1fc0]]], [[#variable545e1ea0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ebac060]] | Int32 |
1 | 2 | [[#5ebac060]] | Decimal |
2 | 1 | [[#545e1fc0]] | 1 |
2 | 2 | [[#545e1fc0]] | 0 |
3 | 1 | [[#545e1ea0]] | "secondParam Type" |
3 | 2 | [[#545e1ea0]] | "firstParam Type" |