| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.993 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 152 | Closure/closure/goog/ui/animatedzippy.js |
| 2 | 4 | 513 | 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.anim_, events, this.onAnimate_, false ,this );
|
| ||||
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 );
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#383e2320]] | animation_ |
| 1 | 2 | [[#383e2320]] | anim_ |