CloneSet421


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11440.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111648
Closure/closure/goog/net/xhrmanager.js
211666
Closure/closure/goog/net/xhrmanager.js
310684
Closure/closure/goog/net/xhrmanager.js
412745
Closure/closure/goog/net/xhrmanager.js
Clone Instance
1
Line Count
11
Source Line
648
Source File
Closure/closure/goog/net/xhrmanager.js

/**
 * Gets the uri.
 * @return {string} The uri to make the request to.
 */
goog.net.XhrManager.Request.prototype.getUrl=  function ( )
                                                          {
  return this.url_;
                                                          } ;

/**
 * Gets the send method.
 * @return {string} The send method.
 */
goog.net.XhrManager.Request.prototype.getMethod=  function ( )
                                                             {
  return this.method_;
                                                             } ;


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

/**
 * Gets the post data.
 * @return {string|undefined} The post data.
 */
goog.net.XhrManager.Request.prototype.getContent=  function ( )
                                                              {
  return this.content_;
                                                              } ;

/**
 * Gets the map of headers.
 * @return {Object|goog.structs.Map} The map of headers.
 */
goog.net.XhrManager.Request.prototype.getHeaders=  function ( )
                                                              {
  return this.headers_;
                                                              } ;


Clone Instance
3
Line Count
10
Source Line
684
Source File
Closure/closure/goog/net/xhrmanager.js

/**
 * Gets the maximum number of times the request should be retried.
 * @return {number} The maximum number of times the request should be retried.
 */
goog.net.XhrManager.Request.prototype.getMaxRetries=  function ( )
                                                                 {
  return this.maxRetries_;
                                                                 } ;
/**
 * Gets the number of attempts so far.
 * @return {number} The number of attempts so far.
 */
goog.net.XhrManager.Request.prototype.getAttemptCount=  function ( )
                                                                   {
  return this.attemptCount_;
                                                                   } ;


Clone Instance
4
Line Count
12
Source Line
745
Source File
Closure/closure/goog/net/xhrmanager.js

/**
 * Gets the aborted status.
 * @return {boolean} True if request was aborted, otherwise False.
 */
goog.net.XhrManager.Request.prototype.getAborted=  function ( )
                                                              {
  return this.aborted_;
                                                              } ;

/**
 * Gets the callback attached to the events of the XhrIo object.
 * @return {Function|undefined} The callback attached to the events of the
 *     XhrIo object.
 */
goog.net.XhrManager.Request.prototype.getXhrEventCallback=  function ( )
                                                                       {
  return this.xhrEventCallback_;
                                                                       } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * Gets the post data.
 * @return {string|undefined} The post data.
 */
/**
 * Gets the maximum number of times the request should be retried.
 * @return {number} The maximum number of times the request should be retried.
 */
/**
 * Gets the aborted status.
 * @return {boolean} True if request was aborted, otherwise False.
 */
/**
 * Gets the uri.
 * @return {string} The uri to make the request to.
 */
goog.net.XhrManager.Request.prototype. [[#variable46ee6100]]= function ( )
                                                              { return this. [[#variable46ee60e0]];
                                                              } ;
/**
 * Gets the map of headers.
 * @return {Object|goog.structs.Map} The map of headers.
 */
/**
 * Gets the number of attempts so far.
 * @return {number} The number of attempts so far.
 */
/**
 * Gets the callback attached to the events of the XhrIo object.
 * @return {Function|undefined} The callback attached to the events of the
 *     XhrIo object.
 */
/**
 * Gets the send method.
 * @return {string} The send method.
 */
goog.net.XhrManager.Request.prototype. [[#variable62956500]]= function ( )
                                                              { return this. [[#variable62b37ea0]];
                                                              } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46ee6100]]
getContent 
12[[#46ee6100]]
getMaxRetries 
13[[#46ee6100]]
getAborted 
14[[#46ee6100]]
getUrl 
21[[#46ee60e0]]
content_ 
22[[#46ee60e0]]
maxRetries_ 
23[[#46ee60e0]]
aborted_ 
24[[#46ee60e0]]
url_ 
31[[#62956500]]
getHeaders 
32[[#62956500]]
getAttemptCount 
33[[#62956500]]
getXhrEventCallback 
34[[#62956500]]
getMethod 
41[[#62b37ea0]]
headers_ 
42[[#62b37ea0]]
attemptCount_ 
43[[#62b37ea0]]
xhrEventCallback_ 
44[[#62b37ea0]]
method_