CloneSet667


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.993StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14152
Closure/closure/goog/ui/animatedzippy.js
24513
Closure/closure/goog/ui/gauge.js
Clone Instance
1
Line Count
4
Source Line
152
Source File
Closure/closure/goog/ui/animatedzippy.js

  var events=  [goog.fx.Animation.EventType.BEGIN,
                goog.fx.Animation.EventType.ANIMATE,
                goog.fx.Animation.EventType.END];
  goog.events.listen(this.anim_, events, this.onAnimate_, false ,this );


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

    var events=  [goog.fx.Animation.EventType.BEGIN,
                  goog.fx.Animation.EventType.ANIMATE,
                  goog.fx.Animation.EventType.END];
    goog.events.listen(this.animation_, events, this.onAnimate_, false ,this );


Clone AbstractionParameter Count: 1Parameter Bindings

var events=[goog.fx.Animation.EventType.BEGIN,goog.fx.Animation.EventType.ANIMATE,goog.fx.Animation.EventType.END];
goog.events.listen(this. [[#variable383e2320]],events,this.onAnimate_, false ,this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#383e2320]]
animation_ 
12[[#383e2320]]
anim_