CloneSet1560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.963ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1580
Closure/closure/goog/fx/animationqueue.js
2593
Closure/closure/goog/fx/animationqueue.js
Clone Instance
1
Line Count
5
Source Line
80
Source File
Closure/closure/goog/fx/animationqueue.js

/**
 * Calls stop on the children animations.
 * @protected
 * @override
 */
goog.fx.AnimationQueue.prototype.onStop=  function ( )
                                                     {
  this.executeChildrenAction( function (anim){
     anim.stop( );
                                             } );
  goog.fx.AnimationQueue.superClass_.onStop.call(this );
                                                     } ;


Clone Instance
2
Line Count
5
Source Line
93
Source File
Closure/closure/goog/fx/animationqueue.js

/**
 * Calls pause on the children animations.
 * @protected
 * @override
 */
goog.fx.AnimationQueue.prototype.onPause=  function ( )
                                                      {
  this.executeChildrenAction( function (anim){
     anim.pause( );
                                             } );
  goog.fx.AnimationQueue.superClass_.onPause.call(this );
                                                      } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Calls pause on the children animations.
 * @protected
 * @override
 */
/**
 * Calls stop on the children animations.
 * @protected
 * @override
 */
goog.fx.AnimationQueue.prototype. [[#variable206d9840]]= function ( )
                                                         { this.executeChildrenAction( function (anim)
                                                                                       { anim. [[#variable206d97e0]]( );
                                                                                       } );
                                                           goog.fx.AnimationQueue.superClass_. [[#variable206d9840]].call(this );
                                                         } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#206d9840]]
onPause 
12[[#206d9840]]
onStop 
21[[#206d97e0]]
pause 
22[[#206d97e0]]
stop