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.989 | StatementList[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 101 | Closure/closure/goog/ui/editor/toolbarfactory.js |
2 | 3 | 138 | 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); |
| ||||
// 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); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#633feb20]] | id |
1 | 2 | [[#633feb20]] | caption |