Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.953 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 354 | Closure/closure/goog/datasource/jsdatasource.js |
2 | 10 | 223 | 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.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; } ; |
| ||||
/** * 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; } ; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63456800]] | XmlDataSource |
1 | 2 | [[#63456800]] | JsDataSource |
2 | 1 | [[#63457060]] | name |
2 | 2 | [[#63457060]] | dataName |