CloneSet1674


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.972ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12347
Closure/closure/goog/math/rect.js
2279
Closure/closure/goog/math/size.js
Clone Instance
1
Line Count
2
Source Line
347
Source File
Closure/closure/goog/math/rect.js

/**
 * Returns the size of this rectangle.
 * @return {!goog.math.Size} The size of this rectangle.
 */
goog.math.Rect.prototype.getSize=  function ( )
                                              {
  return new goog.math.Size(this.width, this.height);
                                              } ;


Clone Instance
2
Line Count
2
Source Line
79
Source File
Closure/closure/goog/math/size.js

/**
 * @return {goog.math.Size} A new copy of the Size.
 */
goog.math.Size.prototype.clone=  function ( )
                                            {
  return new goog.math.Size(this.width, this.height);
                                            } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Returns the size of this rectangle.
 * @return {!goog.math.Size} The size of this rectangle.
 */
/**
 * @return {goog.math.Size} A new copy of the Size.
 */
goog.math. [[#variable46790ee0]].prototype. [[#variable46790e80]]= function ( )
                                                                   { return new goog.math.Size(this.width,this.height);
                                                                   } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46790ee0]]
Rect 
12[[#46790ee0]]
Size 
21[[#46790e80]]
getSize 
22[[#46790e80]]
clone