| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 28 | 2 | 1 | 0.976 | SourceElements[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 28 | 659 | Closure/closure/goog/net/iframeio.js |
| 2 | 28 | 181 | Closure/closure/goog/net/mockiframeio.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_;
} ;
|
| ||||
/**
* @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_;
} ;
|
| |||
/**
* @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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#202e6960]] | IframeIo |
| 1 | 2 | [[#202e6960]] | MockIFrameIo |