CloneSet1501


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.976SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111299
Closure/closure/goog/ui/popupcolorpicker.js
211208
Closure/closure/goog/ui/popupdatepicker.js
Clone Instance
1
Line Count
11
Source Line
299
Source File
Closure/closure/goog/ui/popupcolorpicker.js

/**
 * Sets whether the color picker can automatically move focus to its key event
 * target when it is set to visible.
 * @param {boolean} allow Whether to allow auto focus.
 */
goog.ui.PopupColorPicker.prototype.setAllowAutoFocus=  function (allow){
  this.allowAutoFocus_=  allow;
                                                                       } ;


/**
 * @return {boolean} Whether the color picker can automatically move focus to
 *     its key event target when it is set to visible.
 */
goog.ui.PopupColorPicker.prototype.getAllowAutoFocus=  function ( )
                                                                  {
  return this.allowAutoFocus_;
                                                                  } ;


Clone Instance
2
Line Count
11
Source Line
208
Source File
Closure/closure/goog/ui/popupdatepicker.js

/**
 * Sets whether the date picker can automatically move focus to its key event
 * target when it is set to visible.
 * @param {boolean} allow Whether to allow auto focus.
 */
goog.ui.PopupDatePicker.prototype.setAllowAutoFocus=  function (allow){
  this.allowAutoFocus_=  allow;
                                                                      } ;


/**
 * @return {boolean} Whether the date picker can automatically move focus to
 * its key event target when it is set to visible.
 */
goog.ui.PopupDatePicker.prototype.getAllowAutoFocus=  function ( )
                                                                 {
  return this.allowAutoFocus_;
                                                                 } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Sets whether the date picker can automatically move focus to its key event
 * target when it is set to visible.
 * @param {boolean} allow Whether to allow auto focus.
 */
/**
 * Sets whether the color picker can automatically move focus to its key event
 * target when it is set to visible.
 * @param {boolean} allow Whether to allow auto focus.
 */
goog.ui. [[#variable63470c00]].prototype.setAllowAutoFocus= function (allow)
                                                            { this.allowAutoFocus_=allow;
                                                            } ;
/**
 * @return {boolean} Whether the date picker can automatically move focus to
 * its key event target when it is set to visible.
 */
/**
 * @return {boolean} Whether the color picker can automatically move focus to
 *     its key event target when it is set to visible.
 */
goog.ui. [[#variable63470c00]].prototype.getAllowAutoFocus= function ( )
                                                            { return this.allowAutoFocus_;
                                                            } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63470c00]]
PopupDatePicker 
12[[#63470c00]]
PopupColorPicker