| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 1 | 0.988 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 66 | Closure/closure/goog/fx/cssspriteanimation.js |
| 2 | 7 | 70 | Closure/closure/goog/fx/dom.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;
|
| ||||
goog.fx.Animation.call(this, start, end, time, opt_acc);
/**
* DOM Node that will be used in the animation
* @type {Element}
*/
this.element= element;
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6349d320]] | element |
| 1 | 2 | [[#6349d320]] | element_ |