Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.981 | Block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 58 | Closure/closure/goog/structs/stringset.js |
2 | 3 | 117 | Closure/closure/goog/structs/stringset.js |
| ||||
{ for (var i= 0; i< opt_elements.length; i++) { this.elements_[this.encode(opt_elements[i])]= null; } } |
| ||||
{ for (var i= 0; i< arr.length; i++) { this.elements_[this.encode(arr[i])]= null; } } |
| |||
{ for (var i=0; i< [[#variable3cf389c0]].length; i++) { this.elements_[this.encode( [[#variable3cf389c0]][i])]=null; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3cf389c0]] | arr |
1 | 2 | [[#3cf389c0]] | opt_elements |