Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.969 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 28 | src/NHibernate.Test/SqlTest/Custom/CustomStoredProcSupportTest.cs |
2 | 2 | 36 | src/NHibernate.Test/SqlTest/Custom/CustomStoredProcSupportTest.cs |
| ||||
namedQuery.SetInt64(0, 10L); namedQuery.SetInt64(1, 20L); |
| ||||
namedQuery.SetInt64(0, 10L); namedQuery.SetInt64("second", 20L); |
| |||
namedQuery.SetInt64(0, 10L); namedQuery.SetInt64( [[#variable6f505f60]], 20L); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f505f60]] | "second" |
1 | 2 | [[#6f505f60]] | 1 |