| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 4 | 0.950 | variable_initializer_list |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 18 | src/NHibernate.Test/DialectTest/DB2DialectFixture.cs |
| 2 | 1 | 74 | src/NHibernate.Test/SqlCommandTest/SqlStringFixture.cs |
| ||||
"select a, b, c ",
"from d",
" where X = ",
Parameter.Placeholder,
" and Z = ",
Parameter.Placeholder
|
| ||||
"select ", "from table ", "where a = ", Parameter.Placeholder, " and c = ", Parameter.Placeholder |
| |||
[[#variable6fd383e0]], [[#variable6fd38380]], [[#variable6fd38320]], Parameter.Placeholder, [[#variable6fd382c0]], Parameter.Placeholder |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6fd383e0]] | "select " |
| 1 | 2 | [[#6fd383e0]] | "select a, b, c " |
| 2 | 1 | [[#6fd38380]] | "from table " |
| 2 | 2 | [[#6fd38380]] | "from d" |
| 3 | 1 | [[#6fd38320]] | "where a = " |
| 3 | 2 | [[#6fd38320]] | " where X = " |
| 4 | 1 | [[#6fd382c0]] | " and c = " |
| 4 | 2 | [[#6fd382c0]] | " and Z = " |