| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 1 | 0.994 | StatementList[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 62 | Closure/closure/goog/ui/autocomplete/remote.js |
| 2 | 7 | 102 | Closure/closure/goog/ui/autocomplete/richremote.js |
| ||||
var inputhandler= new goog.ui.AutoComplete.InputHandler(null, null,
!!opt_multi, 300);
goog.ui.AutoComplete.call(this, matcher, renderer, inputhandler);
inputhandler.attachAutoComplete(this );
inputhandler.attachInputs(input);
|
| ||||
/**
* An input handler that calls select on a row when it is selected.
* @type {goog.ui.AutoComplete.RichInputHandler}
* @private
*/
var inputhandler= new goog.ui.AutoComplete.RichInputHandler(null, null,
!!opt_multi, 300);
// Create the widget and connect it to the input handler.
goog.ui.AutoComplete.call(this, matcher, renderer, inputhandler);
inputhandler.attachAutoComplete(this );
inputhandler.attachInputs(input);
|
| |||
/**
* An input handler that calls select on a row when it is selected.
* @type {goog.ui.AutoComplete.RichInputHandler}
* @private
*/
var inputhandler=new goog.ui.AutoComplete. [[#variable440ea900]](null,null,!!opt_multi,300);
// Create the widget and connect it to the input handler.
goog.ui.AutoComplete.call(this,matcher,renderer,inputhandler);
inputhandler.attachAutoComplete(this );
inputhandler.attachInputs(input);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#440ea900]] | RichInputHandler |
| 1 | 2 | [[#440ea900]] | InputHandler |