| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.968 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 62 | src/Iesi.Collections.Test/Generic/SortedSetFixture.cs |
| 2 | 4 | 59 | src/Iesi.Collections.Test/SortedSetFixture.cs |
| ||||
foreach (string str in theSet)
{
Assert.AreEqual(str, expectedOrder[index], index.ToString() + " did not have same value");
index++;
}
|
| ||||
foreach (object obj in theSet)
{
Assert.AreEqual(obj, expectedOrder[index], index.ToString() + " did not have same value");
index++;
}
|
| |||
foreach ( [[#variable4a476cc0]] [[#variable4a476ca0]]in theSet)
{
Assert.AreEqual( [[#variable4a476ca0]], expectedOrder[index], index.ToString() + " did not have same value");
index++;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4a476cc0]] | object |
| 1 | 2 | [[#4a476cc0]] | string |
| 2 | 1 | [[#4a476ca0]] | obj |
| 2 | 2 | [[#4a476ca0]] | str |