| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 11 | 2 | 3 | 0.956 | SourceElements[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 11 | 177 | Closure/closure/goog/ui/offlineinstalldialog.js |
| 2 | 11 | 195 | Closure/closure/goog/ui/offlineinstalldialog.js |
| ||||
/**
* Sets the URL of the appliction to show in the dialog.
* @param {string} url The application URL.
*/
goog.ui.OfflineInstallDialog.prototype.setAppUrl= function (url){
this.appUrl_= url;
this.invalidateAndUpdate_( );
} ;
/**
* @return {string} The application URL.
*/
goog.ui.OfflineInstallDialog.prototype.getAppUrl= function ( )
{
return this.appUrl_;
} ;
|
| ||||
/**
* Sets the Gears download page URL.
* @param {string} url The Gears download page URL.
*/
goog.ui.OfflineInstallDialog.prototype.setGearsDownloadPageUrl= function (url){
this.gearsDownloadPageUrl_= url;
this.invalidateAndUpdate_( );
} ;
/**
* @return {string} The Gears download page URL.
*/
goog.ui.OfflineInstallDialog.prototype.getGearsDownloadPageUrl= function ( )
{
return this.gearsDownloadPageUrl_;
} ;
|
| |||
/**
* Sets the URL of the appliction to show in the dialog.
* @param {string} url The application URL.
*/
/**
* Sets the Gears download page URL.
* @param {string} url The Gears download page URL.
*/
goog.ui.OfflineInstallDialog.prototype. [[#variable1f8794e0]]= function (url)
{ this. [[#variable1f879500]]=url;
this.invalidateAndUpdate_( );
} ;
/**
* @return {string} The application URL.
*/
/**
* @return {string} The Gears download page URL.
*/
goog.ui.OfflineInstallDialog.prototype. [[#variable1f879360]]= function ( )
{ return this. [[#variable1f879500]];
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f8794e0]] | setAppUrl |
| 1 | 2 | [[#1f8794e0]] | setGearsDownloadPageUrl |
| 2 | 1 | [[#1f879500]] | appUrl_ |
| 2 | 2 | [[#1f879500]] | gearsDownloadPageUrl_ |
| 3 | 1 | [[#1f879360]] | getAppUrl |
| 3 | 2 | [[#1f879360]] | getGearsDownloadPageUrl |