CloneSet772


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15296
src/Iesi.Collections.Test/Generic/SetFixture.cs
25256
src/Iesi.Collections.Test/SetFixture.cs
Clone Instance
1
Line Count
5
Source Line
296
Source File
src/Iesi.Collections.Test/Generic/SetFixture.cs

                                Assert.IsTrue(_set.Remove(one), "should have removed 'one'");
                                Assert.IsFalse(_set.Contains(one), "one should have been removed");
                                Assert.AreEqual(2, _set.Count, "should be 2 items after one removed.");

                                Assert.IsFalse(_set.Remove(one), "was already removed.");


Clone Instance
2
Line Count
5
Source Line
256
Source File
src/Iesi.Collections.Test/SetFixture.cs

                        Assert.IsTrue(_set.Remove(one), "should have removed 'one'");
                        Assert.IsFalse(_set.Contains(one), "one should have been removed");
                        Assert.AreEqual(2, _set.Count, "should be 2 items after one removed.");

                        Assert.IsFalse(_set.Remove(one), "was already removed.");


Clone AbstractionParameter Count: 0Parameter Bindings

Assert.IsTrue(_set.Remove(one), "should have removed 'one'");
Assert.IsFalse(_set.Contains(one), "one should have been removed");
Assert.AreEqual(2, _set.Count, "should be 2 items after one removed.");
Assert.IsFalse(_set.Remove(one), "was already removed.");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None