| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.978 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 327 | Closure/closure/goog/datasource/datamanager.js |
| 2 | 3 | 398 | Closure/closure/goog/datasource/datamanager.js |
| ||||
var fnUid= goog.getUid(fn);
if (!this.listenersByFunction_[fnUid]) {
this.listenersByFunction_[fnUid]= {} ;
}
|
| ||||
// Add the indexed listener to the map so that we can remove it later.
var fnUid= goog.getUid(fn);
if (!this.indexedListenersByFunction_[fnUid]) {
this.indexedListenersByFunction_[fnUid]= {} ;
}
|
| |||
// Add the indexed listener to the map so that we can remove it later.
var fnUid=goog.getUid(fn);
if (!this. [[#variable1dc3f1e0]][fnUid])
{ this. [[#variable1dc3f1e0]][fnUid]= {} ;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1dc3f1e0]] | listenersByFunction_ |
| 1 | 2 | [[#1dc3f1e0]] | indexedListenersByFunction_ |