CloneSet1602


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.987ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14121
Closure/closure/goog/testing/mockrandom.js
24150
Closure/closure/goog/testing/pseudorandom.js
Clone Instance
1
Line Count
4
Source Line
121
Source File
Closure/closure/goog/testing/mockrandom.js

/**
 * Uninstalls the MockRandom.
 */
goog.testing.MockRandom.prototype.uninstall=  function ( )
                                                         {
  if (this.installed_) {
    Math.random=  this.mathRandom_;
    this.installed_=  false;
                       }
                                                         } ;


Clone Instance
2
Line Count
4
Source Line
150
Source File
Closure/closure/goog/testing/pseudorandom.js

/**
 * Uninstalls the PseudoRandom.
 */
goog.testing.PseudoRandom.prototype.uninstall=  function ( )
                                                           {
  if (this.installed_) {
    Math.random=  this.mathRandom_;
    this.installed_=  false;
                       }
                                                           } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Uninstalls the MockRandom.
 */
/**
 * Uninstalls the PseudoRandom.
 */
goog.testing. [[#variable1f9401c0]].prototype.uninstall= function ( )
                                                         { if (this.installed_)
                                                             { Math.random=this.mathRandom_;
                                                               this.installed_= false;
                                                             }
                                                         } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f9401c0]]
MockRandom 
12[[#1f9401c0]]
PseudoRandom