CloneSet2743


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

                                pr.DbType = DbType.Int64;
                                pr.Value = 52134241L; // Non-existent user_id
                                ps.Parameters.Add(pr);


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

                                pr.DbType = DbType.Int64;
                                pr.Value = 5342L; // Non-existent group_id
                                ps.Parameters.Add(pr);


Clone AbstractionParameter Count: 1Parameter Bindings

pr.DbType = DbType.Int64;
pr.Value = [[#variable550a8be0]]; // Non-existent group_id // Non-existent user_id
ps.Parameters.Add(pr);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#550a8be0]]
5342L 
12[[#550a8be0]]
52134241L