CloneSet322


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3501.000StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13188
Closure/closure/goog/structs/structs.js
23223
Closure/closure/goog/structs/structs.js
33272
Closure/closure/goog/structs/structs.js
43312
Closure/closure/goog/structs/structs.js
53344
Closure/closure/goog/structs/structs.js
Clone Instance
1
Line Count
3
Source Line
188
Source File
Closure/closure/goog/structs/structs.js

    var keys=  goog.structs.getKeys(col);
    var values=  goog.structs.getValues(col);
    var l=  values.length;


Clone Instance
2
Line Count
3
Source Line
223
Source File
Closure/closure/goog/structs/structs.js

  var keys=  goog.structs.getKeys(col);
  var values=  goog.structs.getValues(col);
  var l=  values.length;


Clone Instance
3
Line Count
3
Source Line
272
Source File
Closure/closure/goog/structs/structs.js

  var keys=  goog.structs.getKeys(col);
  var values=  goog.structs.getValues(col);
  var l=  values.length;


Clone Instance
4
Line Count
3
Source Line
312
Source File
Closure/closure/goog/structs/structs.js

  var keys=  goog.structs.getKeys(col);
  var values=  goog.structs.getValues(col);
  var l=  values.length;


Clone Instance
5
Line Count
3
Source Line
344
Source File
Closure/closure/goog/structs/structs.js

  var keys=  goog.structs.getKeys(col);
  var values=  goog.structs.getValues(col);
  var l=  values.length;


Clone AbstractionParameter Count: 0Parameter Bindings

var keys=goog.structs.getKeys(col);
var values=goog.structs.getValues(col);
var l=values.length;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None