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.954 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1312 | Closure/closure/goog/net/browserchannel.js |
2 | 3 | 2041 | Closure/closure/goog/net/browserchannel.js |
| ||||
if (params) { goog.structs.forEach(params, function (value, key, coll){ uri.setParameterValue(key, value); } ); } |
| ||||
if (this.extraParams_) { goog.structs.forEach(this.extraParams_, function (value, key, coll){ uri.setParameterValue(key, value); } ); } |
| |||
if ( [[#variable1fcce740]]) { goog.structs.forEach( [[#variable1fcce740]], function (value,key,coll) { uri.setParameterValue(key,value); } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1fcce740]] | params |
1 | 2 | [[#1fcce740]] | this.extraParams_ |