| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.975 | VariableStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 128 | Closure/closure/goog/ui/twothumbslider.js |
| 2 | 2 | 130 | Closure/closure/goog/ui/twothumbslider.js |
| ||||
// find thumbs
var valueThumb= goog.dom.getElementsByTagNameAndClass(
null, goog.ui.TwoThumbSlider.VALUE_THUMB_CSS_CLASS, this.getElement( ))[0];
|
| ||||
var extentThumb= goog.dom.getElementsByTagNameAndClass(null,
goog.ui.TwoThumbSlider.EXTENT_THUMB_CSS_CLASS, this.getElement( ))[0];
|
| |||
// find thumbs var [[#variable20e4bea0]]=goog.dom.getElementsByTagNameAndClass(null,goog.ui.TwoThumbSlider. [[#variable20e4be00]],this.getElement( ))[0]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20e4bea0]] | valueThumb |
| 1 | 2 | [[#20e4bea0]] | extentThumb |
| 2 | 1 | [[#20e4be00]] | VALUE_THUMB_CSS_CLASS |
| 2 | 2 | [[#20e4be00]] | EXTENT_THUMB_CSS_CLASS |