CloneSet1139


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.981StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1451
Closure/closure/goog/testing/benchmark.js
24596
Closure/closure/goog/testing/testcase.js
Clone Instance
1
Line Count
4
Source Line
51
Source File
Closure/closure/goog/testing/benchmark.js

  // First, get the functions.  Copied from testcase.js.
  var testSource=  typeof goog.global['RuntimeObject']!=  'undefined'
                   ?goog.global['RuntimeObject'](prefix+  '*')
                   :                               goog.global;
  var benchmarks=  {} ;


Clone Instance
2
Line Count
4
Source Line
596
Source File
Closure/closure/goog/testing/testcase.js

  var testSource=  typeof goog.global['RuntimeObject']!=  'undefined'
                   ?goog.global['RuntimeObject'](prefix+  '*')
                   :                               goog.global;
  var foundTests=  [ ];


Clone AbstractionParameter Count: 2Parameter Bindings

// First, get the functions.  Copied from testcase.js.
var testSource=typeof goog.global['RuntimeObject']!='undefined'
               ?goog.global['RuntimeObject'](prefix+'*')
               :goog.global;
var [[#variable1f76a280]]= [[#variable1f76ac80]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f76a280]]
foundTests 
12[[#1f76a280]]
benchmarks 
21[[#1f76ac80]]
[ ] 
22[[#1f76ac80]]
{}