| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.990 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 307 | Closure/closure/goog/editor/plugins/blockquote.js |
| 2 | 4 | 376 | Closure/closure/goog/editor/plugins/blockquote.js |
| ||||
var tagToInsert=
this.fieldObject.queryCommandValue(goog.editor.Command.DEFAULT_TAG)
|| goog.dom.TagName.DIV;
var container= dh.createElement( /** @type {string} */
(tagToInsert));
|
| ||||
// Set insertion point.
var tagToInsert=
this.fieldObject.queryCommandValue(goog.editor.Command.DEFAULT_TAG)
|| goog.dom.TagName.DIV;
var div= dh.createElement( /** @type {string} */
(tagToInsert));
|
| |||
// Set insertion point.
var tagToInsert=this.fieldObject.queryCommandValue(goog.editor.Command.DEFAULT_TAG)
|| goog.dom.TagName.DIV;
var [[#variable3e6102c0]]=dh.createElement( /** @type {string} */
(tagToInsert));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3e6102c0]] | container |
| 1 | 2 | [[#3e6102c0]] | div |