CloneSet1197


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.961CallExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14412
Closure/closure/goog/fx/draglistgroup.js
24493
Closure/closure/goog/fx/draglistgroup.js
Clone Instance
1
Line Count
4
Source Line
412
Source File
Closure/closure/goog/fx/draglistgroup.js

           this.dispatchEvent(
      new goog.fx.DragListGroupEvent(
          goog.fx.DragListGroup.EventType.BEFOREDRAGSTART, this, e,
          currDragItem, null, null  ))


Clone Instance
2
Line Count
4
Source Line
493
Source File
Closure/closure/goog/fx/draglistgroup.js

  this.dispatchEvent(
      new goog.fx.DragListGroupEvent(
          goog.fx.DragListGroup.EventType.DRAGSTART, this, e,
          currDragItem, draggerEl, this.dragger_))


Clone AbstractionParameter Count: 3Parameter Bindings

this.dispatchEvent(new goog.fx.DragListGroupEvent(goog.fx.DragListGroup.EventType. [[#variable5760ea20]],this,e,currDragItem, [[#variable5760e9c0]], [[#variable5760e920]]))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5760ea20]]
BEFOREDRAGSTART 
12[[#5760ea20]]
DRAGSTART 
21[[#5760e9c0]]
null 
22[[#5760e9c0]]
draggerEl 
31[[#5760e920]]
null 
32[[#5760e920]]
this.dragger_