CloneSet1682


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.972ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12717
Closure/closure/goog/ui/dialog.js
22719
Closure/closure/goog/ui/dialog.js
Clone Instance
1
Line Count
2
Source Line
717
Source File
Closure/closure/goog/ui/dialog.js

    // Only look for title text & title close elements if a title bar element
    // was found.  Otherwise assume that the entire title bar has to be
    // created from scratch.
    this.titleTextEl_=  goog.dom.getElementsByTagNameAndClass(
        null, titleTextClass, this.titleEl_)[0];


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

    this.titleCloseEl_=  goog.dom.getElementsByTagNameAndClass(
        null, titleCloseClass, this.titleEl_)[0];


Clone AbstractionParameter Count: 2Parameter Bindings

// Only look for title text & title close elements if a title bar element
// was found.  Otherwise assume that the entire title bar has to be
// created from scratch.
this. [[#variable414356e0]]=goog.dom.getElementsByTagNameAndClass(null, [[#variable41435660]],this.titleEl_)[0];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#414356e0]]
titleCloseEl_ 
12[[#414356e0]]
titleTextEl_ 
21[[#41435660]]
titleCloseClass 
22[[#41435660]]
titleTextClass