Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 495 | src/Iesi.Collections/Generic/Set.cs |
2 | 6 | 529 | src/Iesi.Collections/Generic/Set.cs |
| ||||
bool ISet.Contains(object o) { if (o is T) return this.Contains((T) o); else return false; } |
| ||||
bool ISet.Remove(object o) { if (o is T) return this.Remove((T) o); else return false; } |
| |||
bool ISet. [[#variable6fe65640]](object o) { if (o is T) return this. [[#variable6fe65640]]((T)o); else return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fe65640]] | Remove |
1 | 2 | [[#6fe65640]] | Contains |