CloneSet497


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
28210.976SourceElements[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
128659
Closure/closure/goog/net/iframeio.js
228181
Closure/closure/goog/net/mockiframeio.js
Clone Instance
1
Line Count
28
Source Line
659
Source File
Closure/closure/goog/net/iframeio.js

/**
 * @return {boolean} True if transfer is complete.
 */
goog.net.IframeIo.prototype.isComplete=  function ( )
                                                    {
  return this.complete_;
                                                    } ;

/**
 * @return {boolean} True if transfer was successful.
 */
goog.net.IframeIo.prototype.isSuccess=  function ( )
                                                   {
  return this.success_;
                                                   } ;

/**
 * @return {boolean} True if a transfer is in progress.
 */
goog.net.IframeIo.prototype.isActive=  function ( )
                                                  {
  return this.active_;
                                                  } ;

/**
 * Returns the last response text (i.e. the text content of the iframe).
 * Assumes plain text!
 * @return {?string} Result from the server.
 */
goog.net.IframeIo.prototype.getResponseText=  function ( )
                                                         {
  return this.lastContent_;
                                                         } ;


Clone Instance
2
Line Count
28
Source Line
181
Source File
Closure/closure/goog/net/mockiframeio.js

/**
 * @return {boolean} True if transfer is complete.
 */
goog.net.MockIFrameIo.prototype.isComplete=  function ( )
                                                        {
  return this.complete_;
                                                        } ;

/**
 * @return {boolean} True if transfer was successful.
 */
goog.net.MockIFrameIo.prototype.isSuccess=  function ( )
                                                       {
  return this.success_;
                                                       } ;

/**
 * @return {boolean} True if a transfer is in progress.
 */
goog.net.MockIFrameIo.prototype.isActive=  function ( )
                                                      {
  return this.active_;
                                                      } ;

/**
 * Returns the last response text (i.e. the text content of the iframe).
 * Assumes plain text!
 * @return {string} Result from the server.
 */
goog.net.MockIFrameIo.prototype.getResponseText=  function ( )
                                                             {
  return this.lastContent_;
                                                             } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * @return {boolean} True if transfer is complete.
 */
goog.net. [[#variable202e6960]].prototype.isComplete= function ( )
                                                      { return this.complete_;
                                                      } ;
/**
 * @return {boolean} True if transfer was successful.
 */
goog.net. [[#variable202e6960]].prototype.isSuccess= function ( )
                                                     { return this.success_;
                                                     } ;
/**
 * @return {boolean} True if a transfer is in progress.
 */
goog.net. [[#variable202e6960]].prototype.isActive= function ( )
                                                    { return this.active_;
                                                    } ;
/**
 * Returns the last response text (i.e. the text content of the iframe).
 * Assumes plain text!
 * @return {?string} Result from the server.
 */
/**
 * Returns the last response text (i.e. the text content of the iframe).
 * Assumes plain text!
 * @return {string} Result from the server.
 */
goog.net. [[#variable202e6960]].prototype.getResponseText= function ( )
                                                           { return this.lastContent_;
                                                           } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#202e6960]]
IframeIo 
12[[#202e6960]]
MockIFrameIo