Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 10 | 6 | 0.959 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 241 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
2 | 3 | 274 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
3 | 3 | 415 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
4 | 3 | 428 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
5 | 3 | 444 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
6 | 3 | 203 | src/Iesi.Collections.Test/SetFixture.cs |
7 | 3 | 236 | src/Iesi.Collections.Test/SetFixture.cs |
8 | 3 | 347 | src/Iesi.Collections.Test/SetFixture.cs |
9 | 3 | 360 | src/Iesi.Collections.Test/SetFixture.cs |
10 | 3 | 376 | 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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| ||||
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'"); |
| |||
Assert.AreEqual( [[#variable6e6209c0]], ab.Count, [[#variable5616d100]]); Assert.IsTrue(ab.Contains( [[#variable4a2570e0]]), [[#variable4a257100]]); Assert.IsTrue(ab.Contains( [[#variable4a256940]]), [[#variable5616cf80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e6209c0]] | 2 |
1 | 2 | [[#6e6209c0]] | 2 |
1 | 3 | [[#6e6209c0]] | 5 |
1 | 4 | [[#6e6209c0]] | 2 |
1 | 5 | [[#6e6209c0]] | 2 |
1 | 6 | [[#6e6209c0]] | 2 |
1 | 7 | [[#6e6209c0]] | 2 |
1 | 8 | [[#6e6209c0]] | 5 |
1 | 9 | [[#6e6209c0]] | 2 |
1 | 10 | [[#6e6209c0]] | 2 |
2 | 1 | [[#5616d100]] | "contains 2 elements - 'zero', and 'one'" |
2 | 2 | [[#5616d100]] | "contains 2 elements - 'two', and 'three'" |
2 | 3 | [[#5616d100]] | "contains 5 elements - 'zero' through 'four'" |
2 | 4 | [[#5616d100]] | "contains 2 elements - 'zero', and 'one'" |
2 | 5 | [[#5616d100]] | "contains 2 elements - 'zero', and 'one'" |
2 | 6 | [[#5616d100]] | "contains 2 elements - 'two', and 'three'" |
2 | 7 | [[#5616d100]] | "contains 2 elements - 'zero', and 'one'" |
2 | 8 | [[#5616d100]] | "contains 5 elements - 'zero' through 'four'" |
2 | 9 | [[#5616d100]] | "contains 2 elements - 'two', and 'three'" |
2 | 10 | [[#5616d100]] | "contains 2 elements - 'two', and 'three'" |
3 | 1 | [[#4a2570e0]] | "zero" |
3 | 2 | [[#4a2570e0]] | "two" |
3 | 3 | [[#4a2570e0]] | "zero" |
3 | 4 | [[#4a2570e0]] | "zero" |
3 | 5 | [[#4a2570e0]] | "zero" |
3 | 6 | [[#4a2570e0]] | "two" |
3 | 7 | [[#4a2570e0]] | "zero" |
3 | 8 | [[#4a2570e0]] | "zero" |
3 | 9 | [[#4a2570e0]] | "two" |
3 | 10 | [[#4a2570e0]] | "two" |
4 | 1 | [[#4a257100]] | "should contain 'zero'" |
4 | 2 | [[#4a257100]] | "should contain 'two'" |
4 | 3 | [[#4a257100]] | "should contain 'zero'" |
4 | 4 | [[#4a257100]] | "should contain 'zero'" |
4 | 5 | [[#4a257100]] | "should contain 'zero'" |
4 | 6 | [[#4a257100]] | "should contain 'two'" |
4 | 7 | [[#4a257100]] | "should contain 'zero'" |
4 | 8 | [[#4a257100]] | "should contain 'zero'" |
4 | 9 | [[#4a257100]] | "should contain 'two'" |
4 | 10 | [[#4a257100]] | "should contain 'two'" |
5 | 1 | [[#4a256940]] | "one" |
5 | 2 | [[#4a256940]] | "three" |
5 | 3 | [[#4a256940]] | "one" |
5 | 4 | [[#4a256940]] | "one" |
5 | 5 | [[#4a256940]] | "one" |
5 | 6 | [[#4a256940]] | "three" |
5 | 7 | [[#4a256940]] | "one" |
5 | 8 | [[#4a256940]] | "one" |
5 | 9 | [[#4a256940]] | "three" |
5 | 10 | [[#4a256940]] | "three" |
6 | 1 | [[#5616cf80]] | "should contain 'one'" |
6 | 2 | [[#5616cf80]] | "should contain 'three'" |
6 | 3 | [[#5616cf80]] | "should contain 'one'" |
6 | 4 | [[#5616cf80]] | "should contain 'one'" |
6 | 5 | [[#5616cf80]] | "should contain 'one'" |
6 | 6 | [[#5616cf80]] | "should contain 'three'" |
6 | 7 | [[#5616cf80]] | "should contain 'one'" |
6 | 8 | [[#5616cf80]] | "should contain 'one'" |
6 | 9 | [[#5616cf80]] | "should contain 'three'" |
6 | 10 | [[#5616cf80]] | "should contain 'three'" |