| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.950 | SourceElements[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 156 | Closure/closure/goog/fx/animationqueue.js |
| 2 | 4 | 49 | Closure/closure/goog/fx/dragdropgroup.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);
|
| ||||
/**
* 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);
|
| |||
/**
* 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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#209a7b60]] | DragDropGroup |
| 1 | 2 | [[#209a7b60]] | AnimationParallelQueue |
| 2 | 1 | [[#209a7b00]] | AbstractDragDrop |
| 2 | 2 | [[#209a7b00]] | AnimationQueue |