CloneSet1385


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.958ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1483
Closure/closure/goog/ui/bidiinput.js
24208
Closure/closure/goog/ui/inputdatepicker.js
Clone Instance
1
Line Count
4
Source Line
83
Source File
Closure/closure/goog/ui/bidiinput.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_( );
                                                   } ;


Clone Instance
2
Line Count
4
Source Line
208
Source File
Closure/closure/goog/ui/inputdatepicker.js

/**
 * 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( );
                                                         } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f26f880]]
BidiInput 
12[[#1f26f880]]
InputDatePicker 
21[[#1f26f7c0]]
this 
22[[#1f26f7c0]]
this.popupDatePicker_ 
31[[#1f26f6e0]]
init_ 
32[[#1f26f6e0]]
createDom