Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.962 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 252 | Closure/closure/goog/testing/asserts.js |
2 | 3 | 567 | Closure/closure/goog/testing/asserts.js |
| ||||
_assert(commentArg(2, arguments), var1 === var2, 'Expected '+ _displayStringForValue(var1)+ ' but was '+ _displayStringForValue(var2)); |
| ||||
_assert(commentArg(2, arguments), var1Standardized === var2Standardized, 'Expected '+ _displayStringForValue(var1Standardized)+ ' but was '+ _displayStringForValue(var2Standardized)); |
| |||
_assert(commentArg(2,arguments), [[#variable62e03a40]]=== [[#variable62e039c0]],'Expected '+_displayStringForValue( [[#variable62e03a40]])+' but was '+_displayStringForValue( [[#variable62e039c0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62e03a40]] | var1 |
1 | 2 | [[#62e03a40]] | var1Standardized |
2 | 1 | [[#62e039c0]] | var2 |
2 | 2 | [[#62e039c0]] | var2Standardized |