CloneSet1171


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.962ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13252
Closure/closure/goog/testing/asserts.js
23567
Closure/closure/goog/testing/asserts.js
Clone Instance
1
Line Count
3
Source Line
252
Source File
Closure/closure/goog/testing/asserts.js

  _assert(commentArg(2, arguments), var1 === var2,
          'Expected '+  _displayStringForValue(var1)+  ' but was '+
          _displayStringForValue(var2));


Clone Instance
2
Line Count
3
Source Line
567
Source File
Closure/closure/goog/testing/asserts.js

  _assert(commentArg(2, arguments), var1Standardized === var2Standardized,
          'Expected '+  _displayStringForValue(var1Standardized)+  ' but was '+
          _displayStringForValue(var2Standardized));


Clone AbstractionParameter Count: 2Parameter Bindings

_assert(commentArg(2,arguments), [[#variable62e03a40]]=== [[#variable62e039c0]],'Expected '+_displayStringForValue( [[#variable62e03a40]])+' but was '+_displayStringForValue( [[#variable62e039c0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62e03a40]]
var1 
12[[#62e03a40]]
var1Standardized 
21[[#62e039c0]]
var2 
22[[#62e039c0]]
var2Standardized