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.961 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 249 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
2 | 3 | 252 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
| ||||
Assert.AreEqual(0, aNull.Count, "no elements intersected with null set"); ISet<string> bNull = Set<string>.Intersect(null, b); |
| ||||
Assert.AreEqual(0, bNull.Count, "no elements intersected with null set"); ISet<string> bothNull = Set<string>.Intersect(null, null); |
| |||
Assert.AreEqual(0, [[#variable6fcbf500]].Count, "no elements intersected with null set"); ISet<string> [[#variable6fcbeba0]]= Set<string>.Intersect(null, [[#variable6fcbfa00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fcbf500]] | bNull |
1 | 2 | [[#6fcbf500]] | aNull |
2 | 1 | [[#6fcbeba0]] | bothNull |
2 | 2 | [[#6fcbeba0]] | bNull |
3 | 1 | [[#6fcbfa00]] | null |
3 | 2 | [[#6fcbfa00]] | b |