Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 59 | src/NHibernate.Test/SqlTest/MonetaryAmountUserType.cs |
2 | 2 | 65 | src/NHibernate.Test/SqlTest/MonetaryAmountUserType.cs |
| ||||
((IDbDataParameter) statement.Parameters[index]).Value = DBNull.Value; ((IDbDataParameter) statement.Parameters[index + 1]).Value = DBNull.Value; |
| ||||
((IDbDataParameter) statement.Parameters[index]).Value = currency.Value; ((IDbDataParameter) statement.Parameters[index + 1]).Value = currency.Currency; |
| |||
((IDbDataParameter)statement.Parameters[index]).Value = [[#variable27eae3c0]].Value; ((IDbDataParameter)statement.Parameters[index + 1]).Value = [[#variable27eae3c0]]. [[#variable27eae3a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27eae3c0]] | DBNull |
1 | 2 | [[#27eae3c0]] | currency |
2 | 1 | [[#27eae3a0]] | Value |
2 | 2 | [[#27eae3a0]] | Currency |