CloneSet1495


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.988StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1866
Closure/closure/goog/fx/cssspriteanimation.js
2770
Closure/closure/goog/fx/dom.js
Clone Instance
1
Line Count
8
Source Line
66
Source File
Closure/closure/goog/fx/cssspriteanimation.js

  goog.fx.Animation.call(this, start, end, time, opt_acc);

  /**
   * HTML element that will be used in the animation.
   * @type {Element}
   * @private
   */
  this.element_=  element;


Clone Instance
2
Line Count
7
Source Line
70
Source File
Closure/closure/goog/fx/dom.js

  goog.fx.Animation.call(this, start, end, time, opt_acc);

  /**
   * DOM Node that will be used in the animation
   * @type {Element}
   */
  this.element=  element;


Clone AbstractionParameter Count: 1Parameter Bindings

goog.fx.Animation.call(this,start,end,time,opt_acc);
/**
   * DOM Node that will be used in the animation
   * @type {Element}
   */
/**
   * HTML element that will be used in the animation.
   * @type {Element}
   * @private
   */
this. [[#variable6349d320]]=element;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6349d320]]
element 
12[[#6349d320]]
element_