Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.956 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 61 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
2 | 3 | 54 | src/Iesi.Collections.Test/SetFixture.cs |
| ||||
foreach (string str in _set) { Assert.IsTrue(clonedSet.Contains(str), "cloned set should have same objects as original set."); } |
| ||||
foreach (object obj in _set) { Assert.IsTrue(clonedSet.Contains(obj), "cloned set should have same objects as original set."); } |
| |||
foreach ( [[#variable5741d580]] [[#variable6ff10f80]]in _set) { Assert.IsTrue(clonedSet.Contains( [[#variable6ff10f80]]), "cloned set should have same objects as original set."); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5741d580]] | string |
1 | 2 | [[#5741d580]] | object |
2 | 1 | [[#6ff10f80]] | str |
2 | 2 | [[#6ff10f80]] | obj |