Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.979 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 161 | src/Iesi.Collections/DictionarySet.cs |
2 | 10 | 171 | src/Iesi.Collections/Generic/DictionarySet.cs |
| ||||
foreach (object o in this ) { //If C does not contain O, then we need to remove O from our //set. We can't do this while iterating through our set, so //we put it into RemoveSet for later. if ( !cSet.Contains(o)) removeSet.Add(o); } return this.RemoveAll(removeSet); |
| ||||
foreach (T o in this ) { //If C does not contain O, then we need to remove O from our //set. We can't do this while iterating through our set, so //we put it into RemoveSet for later. if ( !cSet.Contains(o)) removeSet.Add(o); } return this.RemoveAll(removeSet); |
| |||
foreach ( [[#variable56f89a00]]o in this ) { //If C does not contain O, then we need to remove O from our //set. We can't do this while iterating through our set, so //we put it into RemoveSet for later. if ( !cSet.Contains(o)) removeSet.Add(o); } return this.RemoveAll(removeSet); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56f89a00]] | object |
1 | 2 | [[#56f89a00]] | T |