CloneSet729


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11250.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111164
Closure/closure/goog/ui/emoji/spriteinfo.js
212183
Closure/closure/goog/ui/emoji/spriteinfo.js
Clone Instance
1
Line Count
11
Source Line
164
Source File
Closure/closure/goog/ui/emoji/spriteinfo.js

/**
 * Returns the width of the image being sprited, appropriate for a CSS value.
 * @return {string} The width of the image being sprited.
 */
goog.ui.emoji.SpriteInfo.prototype.getWidthCssValue=  function ( )
                                                                 {
  return goog.ui.emoji.SpriteInfo.getCssPixelValue_(this.width_);
                                                                 } ;

/**
 * Returns the height of the image being sprited, appropriate for a CSS value.
 * @return {string} The height of the image being sprited.
 */
goog.ui.emoji.SpriteInfo.prototype.getHeightCssValue=  function ( )
                                                                  {
  return goog.ui.emoji.SpriteInfo.getCssPixelValue_(this.height_);
                                                                  } ;


Clone Instance
2
Line Count
12
Source Line
183
Source File
Closure/closure/goog/ui/emoji/spriteinfo.js

/**
 * Returns the x offset of the image being sprited within the sprite,
 * appropriate for a CSS value.
 * @return {string} The x offset of the image being sprited within the sprite.
 */
goog.ui.emoji.SpriteInfo.prototype.getXOffsetCssValue=  function ( )
                                                                   {
  return goog.ui.emoji.SpriteInfo.getOffsetCssValue_(this.xOffset_);
                                                                   } ;

/**
 * Returns the positive y offset of the image being sprited within the sprite,
 * appropriate for a CSS value.
 * @return {string} The y offset of the image being sprited within the sprite.
 */
goog.ui.emoji.SpriteInfo.prototype.getYOffsetCssValue=  function ( )
                                                                   {
  return goog.ui.emoji.SpriteInfo.getOffsetCssValue_(this.yOffset_);
                                                                   } ;


Clone AbstractionParameter Count: 5Parameter Bindings

/**
 * Returns the width of the image being sprited, appropriate for a CSS value.
 * @return {string} The width of the image being sprited.
 */
/**
 * Returns the x offset of the image being sprited within the sprite,
 * appropriate for a CSS value.
 * @return {string} The x offset of the image being sprited within the sprite.
 */
goog.ui.emoji.SpriteInfo.prototype. [[#variable573f2500]]= function ( )
                                                           { return goog.ui.emoji.SpriteInfo. [[#variable5718d7e0]](this. [[#variable5718d7c0]]);
                                                           } ;
/**
 * Returns the height of the image being sprited, appropriate for a CSS value.
 * @return {string} The height of the image being sprited.
 */
/**
 * Returns the positive y offset of the image being sprited within the sprite,
 * appropriate for a CSS value.
 * @return {string} The y offset of the image being sprited within the sprite.
 */
goog.ui.emoji.SpriteInfo.prototype. [[#variable573f2360]]= function ( )
                                                           { return goog.ui.emoji.SpriteInfo. [[#variable5718d7e0]](this. [[#variable573f23e0]]);
                                                           } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#573f2500]]
getWidthCssValue 
12[[#573f2500]]
getXOffsetCssValue 
21[[#5718d7e0]]
getCssPixelValue_ 
22[[#5718d7e0]]
getOffsetCssValue_ 
31[[#5718d7c0]]
width_ 
32[[#5718d7c0]]
xOffset_ 
41[[#573f2360]]
getHeightCssValue 
42[[#573f2360]]
getYOffsetCssValue 
51[[#573f23e0]]
height_ 
52[[#573f23e0]]
yOffset_