CloneSet2069


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.968non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1462
src/Iesi.Collections.Test/Generic/SortedSetFixture.cs
2459
src/Iesi.Collections.Test/SortedSetFixture.cs
Clone Instance
1
Line Count
4
Source Line
62
Source File
src/Iesi.Collections.Test/Generic/SortedSetFixture.cs

                        foreach (string str in theSet)
                        {
                                Assert.AreEqual(str, expectedOrder[index], index.ToString() + " did not have same value");
                                index++;
                        }


Clone Instance
2
Line Count
4
Source Line
59
Source File
src/Iesi.Collections.Test/SortedSetFixture.cs

                        foreach (object obj in theSet)
                        {
                                Assert.AreEqual(obj, expectedOrder[index], index.ToString() + " did not have same value");
                                index++;
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

foreach ( [[#variable4a476cc0]] [[#variable4a476ca0]]in theSet)
{
   Assert.AreEqual( [[#variable4a476ca0]], expectedOrder[index], index.ToString() + " did not have same value");
   index++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4a476cc0]]
object 
12[[#4a476cc0]]
string 
21[[#4a476ca0]]
obj 
22[[#4a476ca0]]
str