CloneSet1571


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

/**
 * Shows the popup element.
 * @protected
 */
goog.ui.PopupBase.prototype.showPopupElement=  function ( )
                                                          {
  this.element_.style.visibility=  'visible';
  goog.style.showElement(this.element_, true);
                                                          } ;


Clone Instance
2
Line Count
3
Source Line
558
Source File
Closure/closure/goog/ui/popupbase.js

/**
 * Hides the popup element.
 * @private
 */
goog.ui.PopupBase.prototype.hidePopupElement_=  function ( )
                                                           {
  this.element_.style.visibility=  'hidden';
  goog.style.showElement(this.element_, false);
                                                           } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Hides the popup element.
 * @private
 */
/**
 * Shows the popup element.
 * @protected
 */
goog.ui.PopupBase.prototype. [[#variable2140d840]]= function ( )
                                                    { this.element_.style.visibility= [[#variable20f1c0a0]];
                                                      goog.style.showElement(this.element_, [[#variable2140d680]]);
                                                    } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2140d840]]
hidePopupElement_ 
12[[#2140d840]]
showPopupElement 
21[[#20f1c0a0]]
'hidden' 
22[[#20f1c0a0]]
'visible' 
31[[#2140d680]]
false 
32[[#2140d680]]
true