CloneSet1374


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.979IterationStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12626
Closure/closure/goog/fx/draglistgroup.js
22629
Closure/closure/goog/fx/draglistgroup.js
Clone Instance
1
Line Count
2
Source Line
626
Source File
Closure/closure/goog/fx/draglistgroup.js

  // Clear all the bounds info stored on the drag lists and drag elements.
  // Note: IE doesn't allow 'delete' for fields on HTML elements (because
  // they're not real JS objects in IE), so we just set them to undefined.
  for (var i=  0, n=  this.dragLists_.length; i<  n; i++) {
    this.dragLists_[i].dlgBounds_=  null;
                                                          }


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

  for (var i=  0, n=  this.dragItems_.length; i<  n; i++) {
    this.dragItems_[i].dlgBounds_=  null;
                                                          }


Clone AbstractionParameter Count: 1Parameter Bindings

// Clear all the bounds info stored on the drag lists and drag elements.
// Note: IE doesn't allow 'delete' for fields on HTML elements (because
// they're not real JS objects in IE), so we just set them to undefined.
for (var i=0,
         n=this. [[#variable21587b00]].length; i<n; i++)
  { this. [[#variable21587b00]][i].dlgBounds_=null;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21587b00]]
dragLists_ 
12[[#21587b00]]
dragItems_