| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 17 | 2 | 1 | 0.963 | SourceElements[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 17 | 417 | Closure/closure/goog/dom/controlrange.js |
| 2 | 17 | 109 | Closure/closure/goog/dom/textrangeiterator.js |
| ||||
goog.inherits(goog.dom.ControlRangeIterator, goog.dom.RangeIterator);
/**
* The first node in the selection.
* @type {Node}
* @private
*/
goog.dom.ControlRangeIterator.prototype.startNode_= null;
/**
* The last node in the selection.
* @type {Node}
* @private
*/
goog.dom.ControlRangeIterator.prototype.endNode_= null;
|
| ||||
goog.inherits(goog.dom.TextRangeIterator, goog.dom.RangeIterator);
/**
* The first node in the selection.
* @type {Node}
* @private
*/
goog.dom.TextRangeIterator.prototype.startNode_= null;
/**
* The last node in the selection.
* @type {Node}
* @private
*/
goog.dom.TextRangeIterator.prototype.endNode_= null;
|
| |||
goog.inherits(goog.dom. [[#variable202a8600]],goog.dom.RangeIterator);
/**
* The first node in the selection.
* @type {Node}
* @private
*/
goog.dom. [[#variable202a8600]].prototype.startNode_=null;
/**
* The last node in the selection.
* @type {Node}
* @private
*/
goog.dom. [[#variable202a8600]].prototype.endNode_=null;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#202a8600]] | TextRangeIterator |
| 1 | 2 | [[#202a8600]] | ControlRangeIterator |