CloneSet1173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.962StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13540
Closure/closure/goog/net/xpc/iframepollingtransport.js
23272
Closure/closure/goog/net/xpc/iframerelaytransport.js
Clone Instance
1
Line Count
3
Source Line
540
Source File
Closure/closure/goog/net/xpc/iframepollingtransport.js

  // determine the service name and the payload
  var pos=  s.indexOf(':');
  var service=  s.substr(0, pos);
  var payload=  s.substring(pos+  1);


Clone Instance
2
Line Count
3
Source Line
272
Source File
Closure/closure/goog/net/xpc/iframerelaytransport.js

  var pos=  frame.indexOf(':');
  var service=  frame.substring(0, pos);
  var payload=  frame.substring(pos+  1);


Clone AbstractionParameter Count: 2Parameter Bindings

// determine the service name and the payload
var pos= [[#variable20db6780]].indexOf(':');
var service= [[#variable20db6780]]. [[#variable2109fc80]](0,pos);
var payload= [[#variable20db6780]].substring(pos+1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20db6780]]
frame 
12[[#20db6780]]
s 
21[[#2109fc80]]
substring 
22[[#2109fc80]]
substr