CloneSet1428


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.956SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111177
Closure/closure/goog/ui/offlineinstalldialog.js
211195
Closure/closure/goog/ui/offlineinstalldialog.js
Clone Instance
1
Line Count
11
Source Line
177
Source File
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_;
                                                              } ;


Clone Instance
2
Line Count
11
Source Line
195
Source File
Closure/closure/goog/ui/offlineinstalldialog.js

/**
 * 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_;
                                                                            } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f8794e0]]
setAppUrl 
12[[#1f8794e0]]
setGearsDownloadPageUrl 
21[[#1f879500]]
appUrl_ 
22[[#1f879500]]
gearsDownloadPageUrl_ 
31[[#1f879360]]
getAppUrl 
32[[#1f879360]]
getGearsDownloadPageUrl