CloneSet787


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.966Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15130
Closure/closure/goog/ui/slider.js
24113
Closure/closure/goog/ui/twothumbslider.js
Clone Instance
1
Line Count
5
Source Line
130
Source File
Closure/closure/goog/ui/slider.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);
                                                   }


Clone Instance
2
Line Count
4
Source Line
113
Source File
Closure/closure/goog/ui/twothumbslider.js

                                                             {
  var thumb=  this.getDomHelper( ).createDom('div', cs);
  goog.dom.a11y.setRole(thumb, goog.dom.a11y.Role.BUTTON);
  return /** @type {HTMLDivElement} */
                                       (thumb);
                                                             }


Clone AbstractionParameter Count: 1Parameter Bindings

{ var thumb=this.getDomHelper( ).createDom('div', [[#variable62e0b6a0]]);
  goog.dom.a11y.setRole(thumb,goog.dom.a11y.Role.BUTTON);
  return /** @type {HTMLDivElement} */
  (thumb);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62e0b6a0]]
goog.ui.Slider.THUMB_CSS_CLASS 
12[[#62e0b6a0]]
cs