| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 3 | 0.958 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 83 | Closure/closure/goog/ui/bidiinput.js |
| 2 | 4 | 208 | Closure/closure/goog/ui/inputdatepicker.js |
| ||||
/**
* Creates the element for the text input.
* @protected
*/
goog.ui.BidiInput.prototype.createDom= function ( )
{
this.setElementInternal(
this.getDomHelper( ).createDom('input', { 'type': 'text' } ));
this.init_( );
} ;
|
| ||||
/**
* Creates an input element for use with the popup date picker.
*/
goog.ui.InputDatePicker.prototype.createDom= function ( )
{
this.setElementInternal(
this.getDomHelper( ).createDom('input', { 'type': 'text' } ));
this.popupDatePicker_.createDom( );
} ;
|
| |||
/**
* Creates the element for the text input.
* @protected
*/
/**
* Creates an input element for use with the popup date picker.
*/
goog.ui. [[#variable1f26f880]].prototype.createDom= function ( )
{ this.setElementInternal(this.getDomHelper( ).createDom('input', { 'type': 'text' } ));
[[#variable1f26f7c0]]. [[#variable1f26f6e0]]( );
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f26f880]] | BidiInput |
| 1 | 2 | [[#1f26f880]] | InputDatePicker |
| 2 | 1 | [[#1f26f7c0]] | this |
| 2 | 2 | [[#1f26f7c0]] | this.popupDatePicker_ |
| 3 | 1 | [[#1f26f6e0]] | init_ |
| 3 | 2 | [[#1f26f6e0]] | createDom |