| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 4 | 0.956 | SourceElements[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 149 | Closure/closure/goog/dom/browserrange/w3crange.js |
| 2 | 8 | 161 | Closure/closure/goog/dom/browserrange/w3crange.js |
| ||||
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getContainer= function ( )
{
return this.range_.commonAncestorContainer;
} ;
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getStartNode= function ( )
{
return this.range_.startContainer;
} ;
|
| ||||
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getStartOffset= function ( )
{
return this.range_.startOffset;
} ;
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getEndNode= function ( )
{
return this.range_.endContainer;
} ;
|
| |||
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype. [[#variable565d4e00]]= function ( )
{ return this.range_. [[#variable565d4c20]];
} ;
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype. [[#variable565d4480]]= function ( )
{ return this.range_. [[#variable565d4d40]];
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#565d4e00]] | getContainer |
| 1 | 2 | [[#565d4e00]] | getStartOffset |
| 2 | 1 | [[#565d4c20]] | commonAncestorContainer |
| 2 | 2 | [[#565d4c20]] | startOffset |
| 3 | 1 | [[#565d4480]] | getStartNode |
| 3 | 2 | [[#565d4480]] | getEndNode |
| 4 | 1 | [[#565d4d40]] | startContainer |
| 4 | 2 | [[#565d4d40]] | endContainer |