Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.966 | Block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 130 | Closure/closure/goog/ui/slider.js |
2 | 4 | 113 | Closure/closure/goog/ui/twothumbslider.js |
| ||||
{ var thumb= this.getDomHelper( ).createDom('div', goog.ui.Slider.THUMB_CSS_CLASS); goog.dom.a11y.setRole(thumb, goog.dom.a11y.Role.BUTTON); return /** @type {HTMLDivElement} */ (thumb); } |
| ||||
{ var thumb= this.getDomHelper( ).createDom('div', cs); goog.dom.a11y.setRole(thumb, goog.dom.a11y.Role.BUTTON); return /** @type {HTMLDivElement} */ (thumb); } |
| |||
{ var thumb=this.getDomHelper( ).createDom('div', [[#variable62e0b6a0]]); goog.dom.a11y.setRole(thumb,goog.dom.a11y.Role.BUTTON); return /** @type {HTMLDivElement} */ (thumb); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62e0b6a0]] | goog.ui.Slider.THUMB_CSS_CLASS |
1 | 2 | [[#62e0b6a0]] | cs |