CloneSet1376


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.985statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1437
src/NHibernate.Test/SqlCommandTest/SqlDeleteBuilderFixture.cs
2443
src/NHibernate.Test/SqlCommandTest/SqlUpdateBuilderFixture.cs
Clone Instance
1
Line Count
4
Source Line
37
Source File
src/NHibernate.Test/SqlCommandTest/SqlDeleteBuilderFixture.cs

                        Assert.AreEqual(expectedSql, sqlCommand.Text.ToString(), "SQL String");

                        SqlType[] actualParameterTypes = sqlCommand.ParameterTypes;
                        Assert.AreEqual(2, actualParameterTypes.Length, "Two parameters");


Clone Instance
2
Line Count
4
Source Line
43
Source File
src/NHibernate.Test/SqlCommandTest/SqlUpdateBuilderFixture.cs

                        Assert.AreEqual(expectedSql, sqlCommand.Text.ToString(), "SQL String");

                        SqlType[] actualParameterTypes = sqlCommand.ParameterTypes;
                        Assert.AreEqual(4, actualParameterTypes.Length, "Four parameters");


Clone AbstractionParameter Count: 2Parameter Bindings

Assert.AreEqual(expectedSql, sqlCommand.Text.ToString(), "SQL String");
SqlType[] actualParameterTypes = sqlCommand.ParameterTypes;
Assert.AreEqual( [[#variable2d223ae0]], actualParameterTypes.Length, [[#variable2d37e860]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2d223ae0]]
2 
12[[#2d223ae0]]
4 
21[[#2d37e860]]
"Two parameters" 
22[[#2d37e860]]
"Four parameters"