Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.985 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 37 | src/NHibernate.Test/SqlCommandTest/SqlDeleteBuilderFixture.cs |
2 | 4 | 43 | src/NHibernate.Test/SqlCommandTest/SqlUpdateBuilderFixture.cs |
| ||||
Assert.AreEqual(expectedSql, sqlCommand.Text.ToString(), "SQL String"); SqlType[] actualParameterTypes = sqlCommand.ParameterTypes; Assert.AreEqual(2, actualParameterTypes.Length, "Two parameters"); |
| ||||
Assert.AreEqual(expectedSql, sqlCommand.Text.ToString(), "SQL String"); SqlType[] actualParameterTypes = sqlCommand.ParameterTypes; Assert.AreEqual(4, actualParameterTypes.Length, "Four parameters"); |
| |||
Assert.AreEqual(expectedSql, sqlCommand.Text.ToString(), "SQL String"); SqlType[] actualParameterTypes = sqlCommand.ParameterTypes; Assert.AreEqual( [[#variable2d223ae0]], actualParameterTypes.Length, [[#variable2d37e860]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d223ae0]] | 2 |
1 | 2 | [[#2d223ae0]] | 4 |
2 | 1 | [[#2d37e860]] | "Two parameters" |
2 | 2 | [[#2d37e860]] | "Four parameters" |