| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.986 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 619 | Closure/closure/goog/ui/editor/linkdialog.js |
| 2 | 3 | 656 | Closure/closure/goog/ui/editor/linkdialog.js |
| ||||
var input= /** @type {HTMLInputElement} */
(
this.dom.getElement(goog.ui.editor.LinkDialog.Id_.ON_WEB_INPUT));
var linkURL= input.value;
|
| ||||
var input= /** @type {HTMLInputElement} */
(
this.dom.getElement(goog.ui.editor.LinkDialog.Id_.ON_WEB_INPUT));
var url= input.value;
|
| |||
var input= /** @type {HTMLInputElement} */
(this.dom.getElement(goog.ui.editor.LinkDialog.Id_.ON_WEB_INPUT));
var [[#variable480a1c60]]=input.value;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#480a1c60]] | linkURL |
| 1 | 2 | [[#480a1c60]] | url |