Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.968 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 17 | src/NHibernate.Test/SqlCommandTest/SqlStringFixture.cs |
2 | 1 | 242 | src/NHibernate.Test/SqlCommandTest/SqlStringFixture.cs |
| ||||
SqlString sql = new SqlString(new string[] { "select", " from table" } ); |
| ||||
SqlString sql = new SqlString(new string[] { " order by x", " order by z" } ); |
| |||
SqlString sql = new SqlString(new string[] { [[#variable5639af80]], [[#variable5639b2a0]] } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5639af80]] | "select" |
1 | 2 | [[#5639af80]] | " order by x" |
2 | 1 | [[#5639b2a0]] | " from table" |
2 | 2 | [[#5639b2a0]] | " order by z" |