CloneSet1490


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11240.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112372
Closure/closure/goog/testing/net/xhrio.js
211410
Closure/closure/goog/testing/net/xhrio.js
Clone Instance
1
Line Count
12
Source Line
372
Source File
Closure/closure/goog/testing/net/xhrio.js

/**
 * Returns the readystate.
 * @return {number} goog.net.XmlHttp.ReadyState.*.
 */
goog.testing.net.XhrIo.prototype.getReadyState=  function ( )
                                                            {
  return this.readyState_;
                                                            } ;

/**
 * Get the status from the Xhr object.  Will only return correct result when
 * called from the context of a callback.
 * @return {number} Http status.
 */
goog.testing.net.XhrIo.prototype.getStatus=  function ( )
                                                        {
  return this.statusCode_;
                                                        } ;


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

/**
 * Gets the last error message.
 * @return {string} Last error message.
 */
goog.testing.net.XhrIo.prototype.getLastError=  function ( )
                                                           {
  return this.lastError_;
                                                           } ;

/**
 * Gets the last URI that was requested.
 * @return {string} Last URI.
 */
goog.testing.net.XhrIo.prototype.getLastUri=  function ( )
                                                         {
  return this.lastUri_;
                                                         } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * Gets the last error message.
 * @return {string} Last error message.
 */
/**
 * Returns the readystate.
 * @return {number} goog.net.XmlHttp.ReadyState.*.
 */
goog.testing.net.XhrIo.prototype. [[#variable573f5480]]= function ( )
                                                         { return this. [[#variable573f5380]];
                                                         } ;
/**
 * Gets the last URI that was requested.
 * @return {string} Last URI.
 */
/**
 * Get the status from the Xhr object.  Will only return correct result when
 * called from the context of a callback.
 * @return {number} Http status.
 */
goog.testing.net.XhrIo.prototype. [[#variable573f5400]]= function ( )
                                                         { return this. [[#variable573f5240]];
                                                         } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#573f5480]]
getLastError 
12[[#573f5480]]
getReadyState 
21[[#573f5380]]
lastError_ 
22[[#573f5380]]
readyState_ 
31[[#573f5400]]
getLastUri 
32[[#573f5400]]
getStatus 
41[[#573f5240]]
lastUri_ 
42[[#573f5240]]
statusCode_