| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 4 | 3 | 0.962 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 387 | Closure/closure/goog/fx/abstractdragdrop.js |
| 2 | 2 | 390 | Closure/closure/goog/fx/abstractdragdrop.js |
| 3 | 2 | 490 | Closure/closure/goog/fx/abstractdragdrop.js |
| 4 | 2 | 492 | Closure/closure/goog/fx/abstractdragdrop.js |
| ||||
goog.events.listen(this.dragger_, goog.fx.Dragger.EventType.DRAG,
this.moveDrag_, false ,this );
|
| ||||
goog.events.listen(this.dragger_, goog.fx.Dragger.EventType.END,
this.endDrag, false ,this );
|
| ||||
goog.events.unlisten(this.dragger_, goog.fx.Dragger.EventType.DRAG,
this.moveDrag_, false ,this );
|
| ||||
goog.events.unlisten(this.dragger_, goog.fx.Dragger.EventType.END,
this.endDrag, false ,this );
|
| |||
goog.events. [[#variable402a81e0]](this.dragger_,goog.fx.Dragger.EventType. [[#variable402a8180]],this. [[#variable402a8120]], false ,this ); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#402a81e0]] | listen |
| 1 | 2 | [[#402a81e0]] | listen |
| 1 | 3 | [[#402a81e0]] | unlisten |
| 1 | 4 | [[#402a81e0]] | unlisten |
| 2 | 1 | [[#402a8180]] | DRAG |
| 2 | 2 | [[#402a8180]] | END |
| 2 | 3 | [[#402a8180]] | DRAG |
| 2 | 4 | [[#402a8180]] | END |
| 3 | 1 | [[#402a8120]] | moveDrag_ |
| 3 | 2 | [[#402a8120]] | endDrag |
| 3 | 3 | [[#402a8120]] | moveDrag_ |
| 3 | 4 | [[#402a8120]] | endDrag |