CloneSet1505


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111354
Closure/closure/goog/datasource/jsdatasource.js
210223
Closure/closure/goog/datasource/xmldatasource.js
Clone Instance
1
Line Count
11
Source Line
354
Source File
Closure/closure/goog/datasource/jsdatasource.js

/**
 * Get the name of the node relative to the parent node
 * @return {string} The name of the node.
 */
goog.ds.JsDataSource.prototype.getDataName=  function ( )
                                                        {
  return this.dataName_;
                                                        } ;

/**
 * Setthe name of the node relative to the parent node
 * @param {string} dataName The name of the node.
 */
goog.ds.JsDataSource.prototype.setDataName=  function (dataName){
  this.dataName_=  dataName;
                                                                } ;


Clone Instance
2
Line Count
10
Source Line
223
Source File
Closure/closure/goog/datasource/xmldatasource.js

/**
 * Get the name of the node relative to the parent node
 * @return {string} The name of the node.
 */
goog.ds.XmlDataSource.prototype.getDataName=  function ( )
                                                         {
  return this.dataName_;
                                                         } ;
/**
 * Setthe name of the node relative to the parent node
 * @param {string} name The name of the node.
 */
goog.ds.XmlDataSource.prototype.setDataName=  function (name){
  this.dataName_=  name;
                                                             } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Get the name of the node relative to the parent node
 * @return {string} The name of the node.
 */
goog.ds. [[#variable63456800]].prototype.getDataName= function ( )
                                                      { return this.dataName_;
                                                      } ;
/**
 * Setthe name of the node relative to the parent node
 * @param {string} name The name of the node.
 */
/**
 * Setthe name of the node relative to the parent node
 * @param {string} dataName The name of the node.
 */
goog.ds. [[#variable63456800]].prototype.setDataName= function ( [[#variable63457060]])
                                                      { this.dataName_= [[#variable63457060]];
                                                      } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63456800]]
XmlDataSource 
12[[#63456800]]
JsDataSource 
21[[#63457060]]
name 
22[[#63457060]]
dataName