CloneSet1512


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.952IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13403
Closure/closure/goog/net/xhrio.js
2369
Closure/closure/goog/net/xhriopool.js
Clone Instance
1
Line Count
3
Source Line
403
Source File
Closure/closure/goog/net/xhrio.js

  // Add headers specific to this request
  if (opt_headers) {
    goog.structs.forEach(opt_headers, function (value, key){
      headers.set(key, value);
                                                           } );
                   }


Clone Instance
2
Line Count
3
Source Line
69
Source File
Closure/closure/goog/net/xhriopool.js

  if (headers) {
    goog.structs.forEach(headers, function (value, key){
      xhrIo.headers.set(key, value);
                                                       } );
               }


Clone AbstractionParameter Count: 2Parameter Bindings

// Add headers specific to this request
if ( [[#variable6317a300]])
  { goog.structs.forEach( [[#variable6317a300]], function (value,key)
                                                 {  [[#variable6317a280]].set(key,value);
                                                 } );
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6317a300]]
headers 
12[[#6317a300]]
opt_headers 
21[[#6317a280]]
xhrIo.headers 
22[[#6317a280]]
headers