| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.959 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 96 | src/NHibernate.Test/SqlCommandTest/SqlStringFixture.cs |
| 2 | 1 | 172 | src/NHibernate.Test/SqlCommandTest/SqlStringFixture.cs |
| ||||
SqlString sql = new SqlString(new string[] { "", "select", " from table"
} );
|
| ||||
SqlString sql = new SqlString(new string[] { " extra space", " in the middle", " at the end "
} );
|
| |||
SqlString sql = new SqlString(new string[]
{
[[#variable6f80b3c0]], [[#variable6f80b320]], [[#variable6f80bae0]]
} );
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6f80b3c0]] | "" |
| 1 | 2 | [[#6f80b3c0]] | " extra space" |
| 2 | 1 | [[#6f80b320]] | "select" |
| 2 | 2 | [[#6f80b320]] | " in the middle" |
| 3 | 1 | [[#6f80bae0]] | " from table" |
| 3 | 2 | [[#6f80bae0]] | " at the end " |