| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.962 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 548 | Closure/closure/goog/ui/popupbase.js |
| 2 | 3 | 558 | 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);
} ;
|
| ||||
/**
* Hides the popup element.
* @private
*/
goog.ui.PopupBase.prototype.hidePopupElement_= function ( )
{
this.element_.style.visibility= 'hidden';
goog.style.showElement(this.element_, false);
} ;
|
| |||
/**
* 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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2140d840]] | hidePopupElement_ |
| 1 | 2 | [[#2140d840]] | showPopupElement |
| 2 | 1 | [[#20f1c0a0]] | 'hidden' |
| 2 | 2 | [[#20f1c0a0]] | 'visible' |
| 3 | 1 | [[#2140d680]] | false |
| 3 | 2 | [[#2140d680]] | true |