Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.961 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 460 | Closure/closure/goog/ui/gauge.js |
2 | 2 | 481 | Closure/closure/goog/ui/gauge.js |
3 | 2 | 524 | Closure/closure/goog/ui/gauge.js |
| ||||
if (this.getElement( )){ goog.dom.a11y.setState(this.getElement( ),'valuemin', min); } |
| ||||
if (this.getElement( )){ goog.dom.a11y.setState(this.getElement( ),'valuemax', max); } |
| ||||
if (this.getElement( )){ goog.dom.a11y.setState(this.getElement( ),'valuenow', this.value_); } |
| |||
if (this.getElement( )) { goog.dom.a11y.setState(this.getElement( ), [[#variable20e79860]], [[#variable20e797c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20e79860]] | 'valuenow' |
1 | 2 | [[#20e79860]] | 'valuemax' |
1 | 3 | [[#20e79860]] | 'valuemin' |
2 | 1 | [[#20e797c0]] | this.value_ |
2 | 2 | [[#20e797c0]] | max |
2 | 3 | [[#20e797c0]] | min |