CloneSet1748


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

/** @inheritDoc */
goog.testing.ContinuationTestCase.prototype.runTests=  function ( )
                                                                  {
  this.enableWaitFunctions_( true);
  goog.testing.ContinuationTestCase.superClass_.runTests.call(this );
                                                                  } ;


Clone Instance
2
Line Count
3
Source Line
177
Source File
Closure/closure/goog/testing/continuationtestcase.js

/** @inheritDoc */
goog.testing.ContinuationTestCase.prototype.finalize=  function ( )
                                                                  {
  this.enableWaitFunctions_( false);
  goog.testing.ContinuationTestCase.superClass_.finalize.call(this );
                                                                  } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/** @inheritDoc */
goog.testing.ContinuationTestCase.prototype. [[#variable20d5d240]]= function ( )
                                                                    { this.enableWaitFunctions_( [[#variable20d5d120]]);
                                                                      goog.testing.ContinuationTestCase.superClass_. [[#variable20d5d240]].call(this );
                                                                    } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20d5d240]]
finalize 
12[[#20d5d240]]
runTests 
21[[#20d5d120]]
false 
22[[#20d5d120]]
true