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.984 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 59 | src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs |
2 | 3 | 120 | 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)"; |
| ||||
ps = connection.CreateCommand(); ps.CommandType = CommandType.Text; ps.CommandText = "SELECT user_id, user_name FROM tbl_no_there"; |
| |||
ps = connection.CreateCommand(); ps.CommandType = CommandType.Text; ps.CommandText = [[#variable6f507720]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f507720]] | "SELECT user_id, user_name FROM tbl_no_there" |
1 | 2 | [[#6f507720]] | "INSERT INTO T_MEMBERSHIP (user_id, group_id) VALUES (@p1, @p2)" |