| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 3 | 0.958 | UpdateExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 543 | Closure/closure/goog/ui/dialog.js |
| 2 | 2 | 545 | Closure/closure/goog/ui/dialog.js |
| 3 | 2 | 547 | Closure/closure/goog/ui/dialog.js |
| ||||
this.titleCloseEl_= dom.createDom('span',
goog.getCssName(this.class_, 'title-close'))
|
| ||||
this.contentEl_= dom.createDom('div',
goog.getCssName(this.class_, 'content'))
|
| ||||
this.buttonEl_= dom.createDom('div',
goog.getCssName(this.class_, 'buttons'))
|
| |||
this. [[#variable63157200]]=dom.createDom( [[#variable631571a0]],goog.getCssName(this.class_, [[#variable63157140]])) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#63157200]] | buttonEl_ |
| 1 | 2 | [[#63157200]] | contentEl_ |
| 1 | 3 | [[#63157200]] | titleCloseEl_ |
| 2 | 1 | [[#631571a0]] | 'div' |
| 2 | 2 | [[#631571a0]] | 'div' |
| 2 | 3 | [[#631571a0]] | 'span' |
| 3 | 1 | [[#63157140]] | 'buttons' |
| 3 | 2 | [[#63157140]] | 'content' |
| 3 | 3 | [[#63157140]] | 'title-close' |