Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.980 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 873 | Closure/closure/goog/ui/dialog.js |
2 | 5 | 973 | Closure/closure/goog/ui/dialog.js |
| ||||
// Show/hide the iframe mask (on IE), the background mask, and the dialog. if (this.bgIframeEl_) { goog.style.showElement(this.bgIframeEl_, visible); } if (this.bgEl_) { goog.style.showElement(this.bgEl_, visible); } |
| ||||
if (this.bgIframeEl_) { goog.style.showElement(this.bgIframeEl_, false); } if (this.bgEl_) { goog.style.showElement(this.bgEl_, false); } |
| |||
// Show/hide the iframe mask (on IE), the background mask, and the dialog. if (this.bgIframeEl_) { goog.style.showElement(this.bgIframeEl_, [[#variable4410b700]]); } if (this.bgEl_) { goog.style.showElement(this.bgEl_, [[#variable4410b700]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4410b700]] | visible |
1 | 2 | [[#4410b700]] | false |