CloneSet1562


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.950SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14156
Closure/closure/goog/fx/animationqueue.js
2449
Closure/closure/goog/fx/dragdropgroup.js
Clone Instance
1
Line Count
4
Source Line
156
Source File
Closure/closure/goog/fx/animationqueue.js

/**
 * Constructor for AnimationParallelQueue object.
 * @constructor
 * @extends {goog.fx.AnimationQueue}
 */
goog.fx.AnimationParallelQueue=  function ( )
                                            {
  goog.fx.AnimationQueue.call(this );
                                            } ;
goog.inherits(goog.fx.AnimationParallelQueue, goog.fx.AnimationQueue);


Clone Instance
2
Line Count
4
Source Line
49
Source File
Closure/closure/goog/fx/dragdropgroup.js

/**
 * Drag/drop implementation for creating drag sources/drop targets consisting of
 * multiple HTML Elements (items). All items share the same drop target(s) but
 * can be dragged individually.
 *
 * @extends {goog.fx.AbstractDragDrop}
 * @constructor
 */
goog.fx.DragDropGroup=  function ( )
                                   {
  goog.fx.AbstractDragDrop.call(this );
                                   } ;
goog.inherits(goog.fx.DragDropGroup, goog.fx.AbstractDragDrop);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Drag/drop implementation for creating drag sources/drop targets consisting of
 * multiple HTML Elements (items). All items share the same drop target(s) but
 * can be dragged individually.
 *
 * @extends {goog.fx.AbstractDragDrop}
 * @constructor
 */
/**
 * Constructor for AnimationParallelQueue object.
 * @constructor
 * @extends {goog.fx.AnimationQueue}
 */
goog.fx. [[#variable209a7b60]]= function ( )
                                { goog.fx. [[#variable209a7b00]].call(this );
                                } ;
goog.inherits(goog.fx. [[#variable209a7b60]],goog.fx. [[#variable209a7b00]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#209a7b60]]
DragDropGroup 
12[[#209a7b60]]
AnimationParallelQueue 
21[[#209a7b00]]
AbstractDragDrop 
22[[#209a7b00]]
AnimationQueue