Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 296 | src/Iesi.Collections.Test/Generic/SetFixture.cs |
2 | 5 | 256 | 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."); |
| ||||
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."); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |