CloneSet1242


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.990StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14307
Closure/closure/goog/editor/plugins/blockquote.js
24376
Closure/closure/goog/editor/plugins/blockquote.js
Clone Instance
1
Line Count
4
Source Line
307
Source File
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));


Clone Instance
2
Line Count
4
Source Line
376
Source File
Closure/closure/goog/editor/plugins/blockquote.js

  // Set insertion point.
  var tagToInsert=
      this.fieldObject.queryCommandValue(goog.editor.Command.DEFAULT_TAG)
      ||  goog.dom.TagName.DIV;
  var div=  dh.createElement( /** @type {string} */
                                                   (tagToInsert));


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3e6102c0]]
container 
12[[#3e6102c0]]
div