Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.958 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 211 | src/Iesi.Collections.Test/SetFixture.cs |
2 | 3 | 214 | src/Iesi.Collections.Test/SetFixture.cs |
| ||||
Assert.AreEqual(0, aNull.Count, "no elements intersected with null set"); ISet bNull = Set.Intersect(null, b); |
| ||||
Assert.AreEqual(0, bNull.Count, "no elements intersected with null set"); ISet bothNull = Set.Intersect(null, null); |
| |||
Assert.AreEqual(0, [[#variable662d14e0]].Count, "no elements intersected with null set"); ISet [[#variable662d0a00]]= Set.Intersect(null, [[#variable662d1400]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#662d14e0]] | bNull |
1 | 2 | [[#662d14e0]] | aNull |
2 | 1 | [[#662d0a00]] | bothNull |
2 | 2 | [[#662d0a00]] | bNull |
3 | 1 | [[#662d1400]] | null |
3 | 2 | [[#662d1400]] | b |