CloneSet1477


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.954IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131312
Closure/closure/goog/net/browserchannel.js
232041
Closure/closure/goog/net/browserchannel.js
Clone Instance
1
Line Count
3
Source Line
1312
Source File
Closure/closure/goog/net/browserchannel.js

    if (params) {
      goog.structs.forEach(params, function (value, key, coll){
        uri.setParameterValue(key, value);
                                                              } );
                }


Clone Instance
2
Line Count
3
Source Line
2041
Source File
Closure/closure/goog/net/browserchannel.js

  if (this.extraParams_) {
    goog.structs.forEach(this.extraParams_, function (value, key, coll){
      uri.setParameterValue(key, value);
                                                                       } );
                         }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable1fcce740]])
  { goog.structs.forEach( [[#variable1fcce740]], function (value,key,coll)
                                                 { uri.setParameterValue(key,value);
                                                 } );
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fcce740]]
params 
12[[#1fcce740]]
this.extraParams_