CloneSet2835


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.984statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1359
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
23120
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
Clone Instance
1
Line Count
3
Source Line
59
Source File
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs

                                ps = connection.CreateCommand();
                                ps.CommandType = CommandType.Text;
                                ps.CommandText = "INSERT INTO T_MEMBERSHIP (user_id, group_id) VALUES (@p1, @p2)";


Clone Instance
2
Line Count
3
Source Line
120
Source File
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs

                                ps = connection.CreateCommand();
                                ps.CommandType = CommandType.Text;
                                ps.CommandText = "SELECT user_id, user_name FROM tbl_no_there";


Clone AbstractionParameter Count: 1Parameter Bindings

ps = connection.CreateCommand();
ps.CommandType = CommandType.Text;
ps.CommandText = [[#variable6f507720]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f507720]]
"SELECT user_id, user_name FROM tbl_no_there" 
12[[#6f507720]]
"INSERT INTO T_MEMBERSHIP (user_id, group_id) VALUES (@p1, @p2)"