CloneSet1152


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.963ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12338
Closure/closure/goog/net/xhrio.js
22146
Closure/closure/goog/net/xhrmanager.js
32215
Closure/closure/goog/testing/net/xhrio.js
Clone Instance
1
Line Count
2
Source Line
338
Source File
Closure/closure/goog/net/xhrio.js

/**
 * Sets the number of milliseconds after which an incomplete request will be
 * aborted and a {@link goog.net.EventType.TIMEOUT} event raised; 0 means no
 * timeout is set.
 * @param {number} ms Timeout interval in milliseconds; 0 means none.
 */
goog.net.XhrIo.prototype.setTimeoutInterval=  function (ms){
  this.timeoutInterval_=  Math.max(0, ms);
                                                           } ;


Clone Instance
2
Line Count
2
Source Line
146
Source File
Closure/closure/goog/net/xhrmanager.js

/**
 * Sets the number of milliseconds after which an incomplete request will be
 * aborted. Zero means no timeout is set.
 * @param {number} ms Timeout interval in milliseconds; 0 means none.
 */
goog.net.XhrManager.prototype.setTimeoutInterval=  function (ms){
  this.timeoutInterval_=  Math.max(0, ms);
                                                                } ;


Clone Instance
3
Line Count
2
Source Line
215
Source File
Closure/closure/goog/testing/net/xhrio.js

/**
 * Sets the number of milliseconds after which an incomplete request will be
 * aborted and a {@link goog.net.EventType.TIMEOUT} event raised; 0 means no
 * timeout is set.
 * @param {number} ms Timeout interval in milliseconds; 0 means none.
 */
goog.testing.net.XhrIo.prototype.setTimeoutInterval=  function (ms){
  this.timeoutInterval_=  Math.max(0, ms);
                                                                   } ;


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable214ab0e0]].net. [[#variable214ab080]].prototype.setTimeoutInterval= function (ms)
                                                                                { this.timeoutInterval_=Math.max(0,ms);
                                                                                } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#214ab0e0]]
/**
 * Sets the number of milliseconds after which an incomplete request will be
 * aborted and a {@link goog.net.EventType.TIMEOUT} event raised; 0 means no
 * timeout is set.
 * @param {number} ms Timeout interval in milliseconds; 0 means none.
 */
goog.testing 
12[[#214ab0e0]]
/**
 * Sets the number of milliseconds after which an incomplete request will be
 * aborted. Zero means no timeout is set.
 * @param {number} ms Timeout interval in milliseconds; 0 means none.
 */
goog 
13[[#214ab0e0]]
/**
 * Sets the number of milliseconds after which an incomplete request will be
 * aborted and a {@link goog.net.EventType.TIMEOUT} event raised; 0 means no
 * timeout is set.
 * @param {number} ms Timeout interval in milliseconds; 0 means none.
 */
goog 
21[[#214ab080]]
XhrIo 
22[[#214ab080]]
XhrManager 
23[[#214ab080]]
XhrIo