| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 4 | 0.953 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 219 | Closure/closure/goog/ui/editor/linkdialog.js |
| 2 | 4 | 223 | Closure/closure/goog/ui/editor/linkdialog.js |
| ||||
this.tabPane_.addTab(goog.ui.editor.LinkDialog.Id_.ON_WEB_TAB,
goog.ui.editor.messages.MSG_ON_THE_WEB,
goog.ui.editor.messages.MSG_ON_THE_WEB_TIP,
this.buildTabOnTheWeb_( ));
|
| ||||
this.tabPane_.addTab(goog.ui.editor.LinkDialog.Id_.EMAIL_ADDRESS_TAB,
goog.ui.editor.messages.MSG_EMAIL_ADDRESS,
goog.ui.editor.messages.MSG_EMAIL_ADDRESS_TIP,
this.buildTabEmailAddress_( ));
|
| |||
this.tabPane_.addTab(goog.ui.editor.LinkDialog.Id_. [[#variable6347e820]],goog.ui.editor.messages. [[#variable6347e120]],goog.ui.editor.messages. [[#variable6347e080]],this. [[#variable6347e940]]( )); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6347e820]] | EMAIL_ADDRESS_TAB |
| 1 | 2 | [[#6347e820]] | ON_WEB_TAB |
| 2 | 1 | [[#6347e120]] | MSG_EMAIL_ADDRESS |
| 2 | 2 | [[#6347e120]] | MSG_ON_THE_WEB |
| 3 | 1 | [[#6347e080]] | MSG_EMAIL_ADDRESS_TIP |
| 3 | 2 | [[#6347e080]] | MSG_ON_THE_WEB_TIP |
| 4 | 1 | [[#6347e940]] | buildTabEmailAddress_ |
| 4 | 2 | [[#6347e940]] | buildTabOnTheWeb_ |