CloneSet1507


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111387
Closure/closure/goog/ui/imagelessroundedcorner.js
216335
Closure/closure/goog/ui/roundedcorners.js
Clone Instance
1
Line Count
11
Source Line
387
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

/**
 * Returns the height of the element containing the rounded corner.
 * @return {number} The height of the element, in pixels.
 */
goog.ui.AbstractImagelessRoundedCorner.prototype.getHeight=  function ( )
                                                                        {
  return this.height_;
                                                                        } ;

/**
 * Sets the height of the element containing the rounded corner.
 * @param {number} height The height of the element, in pixels.
 */
goog.ui.AbstractImagelessRoundedCorner.prototype.setHeight=  function (height){
  this.height_=  height;
                                                                              } ;


Clone Instance
2
Line Count
16
Source Line
335
Source File
Closure/closure/goog/ui/roundedcorners.js

/**
 * Returns the explicit height of the element creating the border or
 * background.
 * For the #getBorderHtml case, this usually isn't necessary to set as it will
 * size to content. For the #getBackgroundHtml case, this may be necessary to
 * set in certain cases in IE because of an off-by-1 bug in IE's bottom
 * positioning code.
 *
 * @return {?string} The height as a style string (e.g. '2px' or '3em').
 */
goog.ui.RoundedCorners.prototype.getExplicitHeight=  function ( )
                                                                {
  return this.height_;
                                                                } ;

/**
 * Sets the explicit height of the element creating the border or background.
 * For the #getBorderHtml case, this usually isn't necessary to set as it will
 * size to content. For the #getBackgroundHtml case, this may be necessary to
 * set in certain cases in IE because of an off-by-1 bug in IE's bottom
 * positioning code.
 *
 * @param {string} height The height as a style string (e.g. '2px' or '3em').
 */
goog.ui.RoundedCorners.prototype.setExplicitHeight=  function (height){
  this.height_=  height;
                                                                      } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Returns the height of the element containing the rounded corner.
 * @return {number} The height of the element, in pixels.
 */
/**
 * Returns the explicit height of the element creating the border or
 * background.
 * For the #getBorderHtml case, this usually isn't necessary to set as it will
 * size to content. For the #getBackgroundHtml case, this may be necessary to
 * set in certain cases in IE because of an off-by-1 bug in IE's bottom
 * positioning code.
 *
 * @return {?string} The height as a style string (e.g. '2px' or '3em').
 */
goog.ui. [[#variable63413540]].prototype. [[#variable634134c0]]= function ( )
                                                                 { return this.height_;
                                                                 } ;
/**
 * Sets the height of the element containing the rounded corner.
 * @param {number} height The height of the element, in pixels.
 */
/**
 * Sets the explicit height of the element creating the border or background.
 * For the #getBorderHtml case, this usually isn't necessary to set as it will
 * size to content. For the #getBackgroundHtml case, this may be necessary to
 * set in certain cases in IE because of an off-by-1 bug in IE's bottom
 * positioning code.
 *
 * @param {string} height The height as a style string (e.g. '2px' or '3em').
 */
goog.ui. [[#variable63413540]].prototype. [[#variable63413360]]= function (height)
                                                                 { this.height_=height;
                                                                 } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63413540]]
AbstractImagelessRoundedCorner 
12[[#63413540]]
RoundedCorners 
21[[#634134c0]]
getHeight 
22[[#634134c0]]
getExplicitHeight 
31[[#63413360]]
setHeight 
32[[#63413360]]
setExplicitHeight