CloneSet1537


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.963ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13536
Closure/closure/goog/ui/combobox.js
23546
Closure/closure/goog/ui/combobox.js
Clone Instance
1
Line Count
3
Source Line
536
Source File
Closure/closure/goog/ui/combobox.js

/**
 * Show the menu and add an active class to the combo box's element.
 * @private
 */
goog.ui.ComboBox.prototype.showMenu_=  function ( )
                                                  {
  this.menu_.setVisible( true);
  goog.dom.classes.add(this.getElement( ),'goog-combobox-active');
                                                  } ;


Clone Instance
2
Line Count
3
Source Line
546
Source File
Closure/closure/goog/ui/combobox.js

/**
 * Hide the menu and remove the active class from the combo box's element.
 * @private
 */
goog.ui.ComboBox.prototype.hideMenu_=  function ( )
                                                  {
  this.menu_.setVisible( false);
  goog.dom.classes.remove(this.getElement( ),'goog-combobox-active');
                                                  } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Hide the menu and remove the active class from the combo box's element.
 * @private
 */
/**
 * Show the menu and add an active class to the combo box's element.
 * @private
 */
goog.ui.ComboBox.prototype. [[#variable3d1d1940]]= function ( )
                                                   { this.menu_.setVisible( [[#variable3d1d18e0]]);
                                                     goog.dom.classes. [[#variable3d1d1860]](this.getElement( ),'goog-combobox-active');
                                                   } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3d1d1940]]
hideMenu_ 
12[[#3d1d1940]]
showMenu_ 
21[[#3d1d18e0]]
false 
22[[#3d1d18e0]]
true 
31[[#3d1d1860]]
remove 
32[[#3d1d1860]]
add