Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.972 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 717 | Closure/closure/goog/ui/dialog.js |
2 | 2 | 719 | 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]; |
| ||||
this.titleCloseEl_= goog.dom.getElementsByTagNameAndClass( null, titleCloseClass, this.titleEl_)[0]; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#414356e0]] | titleCloseEl_ |
1 | 2 | [[#414356e0]] | titleTextEl_ |
2 | 1 | [[#41435660]] | titleCloseClass |
2 | 2 | [[#41435660]] | titleTextClass |