CloneSet1468


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.977ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15570
Closure/closure/goog/ui/autocomplete/autocomplete.js
25583
Closure/closure/goog/ui/autocomplete/autocomplete.js
Clone Instance
1
Line Count
5
Source Line
570
Source File
Closure/closure/goog/ui/autocomplete/autocomplete.js

/**
 * Attach text areas or input boxes to the autocomplete by DOM reference.  After
 * elements are attached to the autocomplete, when a user types they will see
 * the autocomplete drop down.
 * @param {...Element} var_args Variable args: Input or text area elements to
 *     attach the autocomplete too.
 */
goog.ui.AutoComplete.prototype.attachInputs=  function (var_args){
  // Delegate to the input handler
  var inputHandler=  /** @type {goog.ui.AutoComplete.InputHandler} */
      (this.selectionHandler_);
  inputHandler.attachInputs.apply(inputHandler, arguments);
                                                                 } ;


Clone Instance
2
Line Count
5
Source Line
583
Source File
Closure/closure/goog/ui/autocomplete/autocomplete.js

/**
 * Detach text areas or input boxes to the autocomplete by DOM reference.
 * @param {...Element} var_args Variable args: Input or text area elements to
 *     detach from the autocomplete.
 */
goog.ui.AutoComplete.prototype.detachInputs=  function (var_args){
  // Delegate to the input handler
  var inputHandler=  /** @type {goog.ui.AutoComplete.InputHandler} */
      (this.selectionHandler_);
  inputHandler.detachInputs.apply(inputHandler, arguments);
                                                                 } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Detach text areas or input boxes to the autocomplete by DOM reference.
 * @param {...Element} var_args Variable args: Input or text area elements to
 *     detach from the autocomplete.
 */
/**
 * Attach text areas or input boxes to the autocomplete by DOM reference.  After
 * elements are attached to the autocomplete, when a user types they will see
 * the autocomplete drop down.
 * @param {...Element} var_args Variable args: Input or text area elements to
 *     attach the autocomplete too.
 */
goog.ui.AutoComplete.prototype. [[#variable6306d500]]= function (var_args)
                                                       {
                                                         // Delegate to the input handler
                                                         var inputHandler= /** @type {goog.ui.AutoComplete.InputHandler} */
                                                             (this.selectionHandler_);
                                                         inputHandler. [[#variable6306d500]].apply(inputHandler,arguments);
                                                       } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6306d500]]
detachInputs 
12[[#6306d500]]
attachInputs