| 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.956 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 170 | Closure/closure/goog/testing/continuationtestcase.js |
| 2 | 3 | 177 | Closure/closure/goog/testing/continuationtestcase.js |
| ||||
/** @inheritDoc */
goog.testing.ContinuationTestCase.prototype.runTests= function ( )
{
this.enableWaitFunctions_( true);
goog.testing.ContinuationTestCase.superClass_.runTests.call(this );
} ;
|
| ||||
/** @inheritDoc */
goog.testing.ContinuationTestCase.prototype.finalize= function ( )
{
this.enableWaitFunctions_( false);
goog.testing.ContinuationTestCase.superClass_.finalize.call(this );
} ;
|
| |||
/** @inheritDoc */
goog.testing.ContinuationTestCase.prototype. [[#variable20d5d240]]= function ( )
{ this.enableWaitFunctions_( [[#variable20d5d120]]);
goog.testing.ContinuationTestCase.superClass_. [[#variable20d5d240]].call(this );
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20d5d240]] | finalize |
| 1 | 2 | [[#20d5d240]] | runTests |
| 2 | 1 | [[#20d5d120]] | false |
| 2 | 2 | [[#20d5d120]] | true |