CloneSet1378


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.979ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1558
Closure/closure/goog/graphics/ext/image.js
2558
Closure/closure/goog/graphics/ext/rectangle.js
Clone Instance
1
Line Count
5
Source Line
58
Source File
Closure/closure/goog/graphics/ext/image.js

/**
 * Redraw the image.  Called when the coordinate system is changed.
 * @protected
 */
goog.graphics.ext.Image.prototype.redraw=  function ( )
                                                      {
  goog.graphics.ext.Image.superClass_.redraw.call(this );

  // Our position is already handled bu transform_.
  this.getWrapper( ).setSize(this.getWidth( ),this.getHeight( ));
                                                      } ;


Clone Instance
2
Line Count
5
Source Line
58
Source File
Closure/closure/goog/graphics/ext/rectangle.js

/**
 * Redraw the rectangle.  Called when the coordinate system is changed.
 * @protected
 */
goog.graphics.ext.Rectangle.prototype.redraw=  function ( )
                                                          {
  goog.graphics.ext.Rectangle.superClass_.redraw.call(this );

  // Our position is already handled by transform_.
  this.getWrapper( ).setSize(this.getWidth( ),this.getHeight( ));
                                                          } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Redraw the image.  Called when the coordinate system is changed.
 * @protected
 */
/**
 * Redraw the rectangle.  Called when the coordinate system is changed.
 * @protected
 */
goog.graphics.ext. [[#variable1e61e300]].prototype.redraw= function ( )
                                                           { goog.graphics.ext. [[#variable1e61e300]].superClass_.redraw.call(this );
                                                             // Our position is already handled bu transform_.
                                                             // Our position is already handled by transform_.
                                                             this.getWrapper( ).setSize(this.getWidth( ),this.getHeight( ));
                                                           } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e61e300]]
Image 
12[[#1e61e300]]
Rectangle