CloneSet1457


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.955SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111505
Closure/closure/goog/ui/dialog.js
2111523
Closure/closure/goog/ui/dialog.js
Clone Instance
1
Line Count
11
Source Line
1505
Source File
Closure/closure/goog/ui/dialog.js

/**
 * Sets the default button.
 * @param {?string} key The default button.
 */
goog.ui.Dialog.ButtonSet.prototype.setDefault=  function (key){
  this.defaultButton_=  key;
                                                              } ;


/**
 * Returns the default button.
 * @return {?string} The default button.
 */
goog.ui.Dialog.ButtonSet.prototype.getDefault=  function ( )
                                                           {
  return this.defaultButton_;
                                                           } ;


Clone Instance
2
Line Count
11
Source Line
1523
Source File
Closure/closure/goog/ui/dialog.js

/**
 * Sets the cancel button.
 * @param {?string} key The cancel button.
 */
goog.ui.Dialog.ButtonSet.prototype.setCancel=  function (key){
  this.cancelButton_=  key;
                                                             } ;


/**
 * Returns the cancel button.
 * @return {?string} The cancel button.
 */
goog.ui.Dialog.ButtonSet.prototype.getCancel=  function ( )
                                                          {
  return this.cancelButton_;
                                                          } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Sets the default button.
 * @param {?string} key The default button.
 */
/**
 * Sets the cancel button.
 * @param {?string} key The cancel button.
 */
goog.ui.Dialog.ButtonSet.prototype. [[#variable21354600]]= function (key)
                                                           { this. [[#variable565d5660]]=key;
                                                           } ;
/**
 * Returns the default button.
 * @return {?string} The default button.
 */
/**
 * Returns the cancel button.
 * @return {?string} The cancel button.
 */
goog.ui.Dialog.ButtonSet.prototype. [[#variable213543e0]]= function ( )
                                                           { return this. [[#variable565d5660]];
                                                           } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21354600]]
setDefault 
12[[#21354600]]
setCancel 
21[[#565d5660]]
defaultButton_ 
22[[#565d5660]]
cancelButton_ 
31[[#213543e0]]
getDefault 
32[[#213543e0]]
getCancel