| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 1 | 0.978 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 561 | Closure/closure/goog/datasource/fastdatanode.js |
| 2 | 3 | 755 | Closure/closure/goog/datasource/fastdatanode.js |
| 3 | 3 | 790 | Closure/closure/goog/datasource/fastdatanode.js |
| ||||
var index= this.getKeyAsNumber_(key);
if (index== null
&& this.map_) {
index= this.map_[key];
}
|
| ||||
var index= this.getKeyAsNumber_(name);
if (index== null
&& this.map_) {
index= this.map_[name];
}
|
| ||||
var index= this.getKeyAsNumber_(name);
if (index== null
&& this.map_) {
index= this.map_[name];
}
|
| |||
var index=this.getKeyAsNumber_( [[#variable62e1ca00]]);
if (index==null
&& this.map_)
{ index=this.map_[ [[#variable62e1ca00]]];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#62e1ca00]] | key |
| 1 | 2 | [[#62e1ca00]] | name |
| 1 | 3 | [[#62e1ca00]] | name |