CloneSet93


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31060.959statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13241
src/Iesi.Collections.Test/Generic/SetFixture.cs
23274
src/Iesi.Collections.Test/Generic/SetFixture.cs
33415
src/Iesi.Collections.Test/Generic/SetFixture.cs
43428
src/Iesi.Collections.Test/Generic/SetFixture.cs
53444
src/Iesi.Collections.Test/Generic/SetFixture.cs
63203
src/Iesi.Collections.Test/SetFixture.cs
73236
src/Iesi.Collections.Test/SetFixture.cs
83347
src/Iesi.Collections.Test/SetFixture.cs
93360
src/Iesi.Collections.Test/SetFixture.cs
103376
src/Iesi.Collections.Test/SetFixture.cs
Clone Instance
1
Line Count
3
Source Line
241
Source File
src/Iesi.Collections.Test/Generic/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'two', and 'three'");
                        Assert.IsTrue(ab.Contains("two"), "should contain 'two'");
                        Assert.IsTrue(ab.Contains("three"), "should contain 'three'");


Clone Instance
2
Line Count
3
Source Line
274
Source File
src/Iesi.Collections.Test/Generic/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'zero', and 'one'");
                        Assert.IsTrue(ab.Contains("zero"), "should contain 'zero'");
                        Assert.IsTrue(ab.Contains("one"), "should contain 'one'");


Clone Instance
3
Line Count
3
Source Line
415
Source File
src/Iesi.Collections.Test/Generic/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'two', and 'three'");
                        Assert.IsTrue(ab.Contains("two"), "should contain 'two'");
                        Assert.IsTrue(ab.Contains("three"), "should contain 'three'");


Clone Instance
4
Line Count
3
Source Line
428
Source File
src/Iesi.Collections.Test/Generic/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'zero', and 'one'");
                        Assert.IsTrue(ab.Contains("zero"), "should contain 'zero'");
                        Assert.IsTrue(ab.Contains("one"), "should contain 'one'");


Clone Instance
5
Line Count
3
Source Line
444
Source File
src/Iesi.Collections.Test/Generic/SetFixture.cs

                        Assert.AreEqual(5, ab.Count, "contains 5 elements - 'zero' through 'four'");
                        Assert.IsTrue(ab.Contains("zero"), "should contain 'zero'");
                        Assert.IsTrue(ab.Contains("one"), "should contain 'one'");


Clone Instance
6
Line Count
3
Source Line
203
Source File
src/Iesi.Collections.Test/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'two', and 'three'");
                        Assert.IsTrue(ab.Contains("two"), "should contain 'two'");
                        Assert.IsTrue(ab.Contains("three"), "should contain 'three'");


Clone Instance
7
Line Count
3
Source Line
236
Source File
src/Iesi.Collections.Test/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'zero', and 'one'");
                        Assert.IsTrue(ab.Contains("zero"), "should contain 'zero'");
                        Assert.IsTrue(ab.Contains("one"), "should contain 'one'");


Clone Instance
8
Line Count
3
Source Line
347
Source File
src/Iesi.Collections.Test/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'two', and 'three'");
                        Assert.IsTrue(ab.Contains("two"), "should contain 'two'");
                        Assert.IsTrue(ab.Contains("three"), "should contain 'three'");


Clone Instance
9
Line Count
3
Source Line
360
Source File
src/Iesi.Collections.Test/SetFixture.cs

                        Assert.AreEqual(2, ab.Count, "contains 2 elements - 'zero', and 'one'");
                        Assert.IsTrue(ab.Contains("zero"), "should contain 'zero'");
                        Assert.IsTrue(ab.Contains("one"), "should contain 'one'");


Clone Instance
10
Line Count
3
Source Line
376
Source File
src/Iesi.Collections.Test/SetFixture.cs

                        Assert.AreEqual(5, ab.Count, "contains 5 elements - 'zero' through 'four'");
                        Assert.IsTrue(ab.Contains("zero"), "should contain 'zero'");
                        Assert.IsTrue(ab.Contains("one"), "should contain 'one'");


Clone AbstractionParameter Count: 6Parameter Bindings

Assert.AreEqual( [[#variable6e6209c0]], ab.Count, [[#variable5616d100]]);
Assert.IsTrue(ab.Contains( [[#variable4a2570e0]]), [[#variable4a257100]]);
Assert.IsTrue(ab.Contains( [[#variable4a256940]]), [[#variable5616cf80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e6209c0]]
2 
12[[#6e6209c0]]
2 
13[[#6e6209c0]]
5 
14[[#6e6209c0]]
2 
15[[#6e6209c0]]
2 
16[[#6e6209c0]]
2 
17[[#6e6209c0]]
2 
18[[#6e6209c0]]
5 
19[[#6e6209c0]]
2 
110[[#6e6209c0]]
2 
21[[#5616d100]]
"contains 2 elements - 'zero', and 'one'" 
22[[#5616d100]]
"contains 2 elements - 'two', and 'three'" 
23[[#5616d100]]
"contains 5 elements - 'zero' through 'four'" 
24[[#5616d100]]
"contains 2 elements - 'zero', and 'one'" 
25[[#5616d100]]
"contains 2 elements - 'zero', and 'one'" 
26[[#5616d100]]
"contains 2 elements - 'two', and 'three'" 
27[[#5616d100]]
"contains 2 elements - 'zero', and 'one'" 
28[[#5616d100]]
"contains 5 elements - 'zero' through 'four'" 
29[[#5616d100]]
"contains 2 elements - 'two', and 'three'" 
210[[#5616d100]]
"contains 2 elements - 'two', and 'three'" 
31[[#4a2570e0]]
"zero" 
32[[#4a2570e0]]
"two" 
33[[#4a2570e0]]
"zero" 
34[[#4a2570e0]]
"zero" 
35[[#4a2570e0]]
"zero" 
36[[#4a2570e0]]
"two" 
37[[#4a2570e0]]
"zero" 
38[[#4a2570e0]]
"zero" 
39[[#4a2570e0]]
"two" 
310[[#4a2570e0]]
"two" 
41[[#4a257100]]
"should contain 'zero'" 
42[[#4a257100]]
"should contain 'two'" 
43[[#4a257100]]
"should contain 'zero'" 
44[[#4a257100]]
"should contain 'zero'" 
45[[#4a257100]]
"should contain 'zero'" 
46[[#4a257100]]
"should contain 'two'" 
47[[#4a257100]]
"should contain 'zero'" 
48[[#4a257100]]
"should contain 'zero'" 
49[[#4a257100]]
"should contain 'two'" 
410[[#4a257100]]
"should contain 'two'" 
51[[#4a256940]]
"one" 
52[[#4a256940]]
"three" 
53[[#4a256940]]
"one" 
54[[#4a256940]]
"one" 
55[[#4a256940]]
"one" 
56[[#4a256940]]
"three" 
57[[#4a256940]]
"one" 
58[[#4a256940]]
"one" 
59[[#4a256940]]
"three" 
510[[#4a256940]]
"three" 
61[[#5616cf80]]
"should contain 'one'" 
62[[#5616cf80]]
"should contain 'three'" 
63[[#5616cf80]]
"should contain 'one'" 
64[[#5616cf80]]
"should contain 'one'" 
65[[#5616cf80]]
"should contain 'one'" 
66[[#5616cf80]]
"should contain 'three'" 
67[[#5616cf80]]
"should contain 'one'" 
68[[#5616cf80]]
"should contain 'one'" 
69[[#5616cf80]]
"should contain 'three'" 
610[[#5616cf80]]
"should contain 'three'"