CloneSet1430


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.978StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13327
Closure/closure/goog/datasource/datamanager.js
23398
Closure/closure/goog/datasource/datamanager.js
Clone Instance
1
Line Count
3
Source Line
327
Source File
Closure/closure/goog/datasource/datamanager.js

  var fnUid=  goog.getUid(fn);
  if (!this.listenersByFunction_[fnUid]) {
    this.listenersByFunction_[fnUid]=  {} ;
                                         }


Clone Instance
2
Line Count
3
Source Line
398
Source File
Closure/closure/goog/datasource/datamanager.js

  // 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]=  {} ;
                                                }


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1dc3f1e0]]
listenersByFunction_ 
12[[#1dc3f1e0]]
indexedListenersByFunction_