CloneSet1194


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.961IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12460
Closure/closure/goog/ui/gauge.js
22481
Closure/closure/goog/ui/gauge.js
32524
Closure/closure/goog/ui/gauge.js
Clone Instance
1
Line Count
2
Source Line
460
Source File
Closure/closure/goog/ui/gauge.js

  if (this.getElement( )){
    goog.dom.a11y.setState(this.getElement( ),'valuemin', min);
                         }


Clone Instance
2
Line Count
2
Source Line
481
Source File
Closure/closure/goog/ui/gauge.js

  if (this.getElement( )){
    goog.dom.a11y.setState(this.getElement( ),'valuemax', max);
                         }


Clone Instance
3
Line Count
2
Source Line
524
Source File
Closure/closure/goog/ui/gauge.js

  if (this.getElement( )){
    goog.dom.a11y.setState(this.getElement( ),'valuenow', this.value_);
                         }


Clone AbstractionParameter Count: 2Parameter Bindings

if (this.getElement( ))
  { goog.dom.a11y.setState(this.getElement( ), [[#variable20e79860]], [[#variable20e797c0]]);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20e79860]]
'valuenow' 
12[[#20e79860]]
'valuemax' 
13[[#20e79860]]
'valuemin' 
21[[#20e797c0]]
this.value_ 
22[[#20e797c0]]
max 
23[[#20e797c0]]
min