CloneSet1411


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.989StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13101
Closure/closure/goog/ui/editor/toolbarfactory.js
23138
Closure/closure/goog/ui/editor/toolbarfactory.js
Clone Instance
1
Line Count
3
Source Line
101
Source File
Closure/closure/goog/ui/editor/toolbarfactory.js

  // Construct the option, and add it to the button.
  var option=  new goog.ui.Option(caption, value, button.dom_);
  option.setId(id);
  button.addItem(option);


Clone Instance
2
Line Count
3
Source Line
138
Source File
Closure/closure/goog/ui/editor/toolbarfactory.js

  // Construct the option, and add it to the button.
  var option=  new goog.ui.Option(caption, value, button.dom_);
  option.setId(caption);
  button.addItem(option);


Clone AbstractionParameter Count: 1Parameter Bindings

// Construct the option, and add it to the button.
var option=new goog.ui.Option(caption,value,button.dom_);
option.setId( [[#variable633feb20]]);
button.addItem(option);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#633feb20]]
id 
12[[#633feb20]]
caption