CloneSet510


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2430.962ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12387
Closure/closure/goog/fx/abstractdragdrop.js
22390
Closure/closure/goog/fx/abstractdragdrop.js
32490
Closure/closure/goog/fx/abstractdragdrop.js
42492
Closure/closure/goog/fx/abstractdragdrop.js
Clone Instance
1
Line Count
2
Source Line
387
Source File
Closure/closure/goog/fx/abstractdragdrop.js

  goog.events.listen(this.dragger_, goog.fx.Dragger.EventType.DRAG,
                     this.moveDrag_, false ,this );


Clone Instance
2
Line Count
2
Source Line
390
Source File
Closure/closure/goog/fx/abstractdragdrop.js

  goog.events.listen(this.dragger_, goog.fx.Dragger.EventType.END,
                     this.endDrag, false ,this );


Clone Instance
3
Line Count
2
Source Line
490
Source File
Closure/closure/goog/fx/abstractdragdrop.js

  goog.events.unlisten(this.dragger_, goog.fx.Dragger.EventType.DRAG,
                       this.moveDrag_, false ,this );


Clone Instance
4
Line Count
2
Source Line
492
Source File
Closure/closure/goog/fx/abstractdragdrop.js

  goog.events.unlisten(this.dragger_, goog.fx.Dragger.EventType.END,
                       this.endDrag, false ,this );


Clone AbstractionParameter Count: 3Parameter Bindings

goog.events. [[#variable402a81e0]](this.dragger_,goog.fx.Dragger.EventType. [[#variable402a8180]],this. [[#variable402a8120]], false ,this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#402a81e0]]
listen 
12[[#402a81e0]]
listen 
13[[#402a81e0]]
unlisten 
14[[#402a81e0]]
unlisten 
21[[#402a8180]]
DRAG 
22[[#402a8180]]
END 
23[[#402a8180]]
DRAG 
24[[#402a8180]]
END 
31[[#402a8120]]
moveDrag_ 
32[[#402a8120]]
endDrag 
33[[#402a8120]]
moveDrag_ 
34[[#402a8120]]
endDrag