| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.985 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 64 | src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs |
| 2 | 3 | 70 | src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs |
| ||||
pr.DbType = DbType.Int64;
pr.Value = 52134241L; // Non-existent user_id
ps.Parameters.Add(pr);
|
| ||||
pr.DbType = DbType.Int64;
pr.Value = 5342L; // Non-existent group_id
ps.Parameters.Add(pr);
|
| |||
pr.DbType = DbType.Int64; pr.Value = [[#variable550a8be0]]; // Non-existent group_id // Non-existent user_id ps.Parameters.Add(pr); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#550a8be0]] | 5342L |
| 1 | 2 | [[#550a8be0]] | 52134241L |