CloneSet1228


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.980StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15873
Closure/closure/goog/ui/dialog.js
25973
Closure/closure/goog/ui/dialog.js
Clone Instance
1
Line Count
5
Source Line
873
Source File
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);
                  }


Clone Instance
2
Line Count
5
Source Line
973
Source File
Closure/closure/goog/ui/dialog.js

  if (this.bgIframeEl_) {
    goog.style.showElement(this.bgIframeEl_, false);
                        }
  if (this.bgEl_) {
    goog.style.showElement(this.bgEl_, false);
                  }


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4410b700]]
visible 
12[[#4410b700]]
false