CloneSet1502


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
111302
Closure/closure/goog/ui/tooltip.js
211322
Closure/closure/goog/ui/tooltip.js
Clone Instance
1
Line Count
11
Source Line
302
Source File
Closure/closure/goog/ui/tooltip.js

/**
 * Sets delay in milliseconds before tooltip is displayed for an element.
 *
 * @param {number} delay The delay in milliseconds.
 */
goog.ui.Tooltip.prototype.setShowDelayMs=  function (delay){
  this.showDelayMs_=  delay;
                                                           } ;


/**
 * @return {number} The delay in milliseconds before tooltip is displayed for an
 *     element.
 */
goog.ui.Tooltip.prototype.getShowDelayMs=  function ( )
                                                      {
  return this.showDelayMs_;
                                                      } ;


Clone Instance
2
Line Count
11
Source Line
322
Source File
Closure/closure/goog/ui/tooltip.js

/**
 * Sets delay in milliseconds before tooltip is hidden once the cursor leavs
 * the element.
 *
 * @param {number} delay The delay in milliseconds.
 */
goog.ui.Tooltip.prototype.setHideDelayMs=  function (delay){
  this.hideDelayMs_=  delay;
                                                           } ;


/**
 * @return {number} The delay in milliseconds before tooltip is hidden once the
 *     cursor leaves the element.
 */
goog.ui.Tooltip.prototype.getHideDelayMs=  function ( )
                                                      {
  return this.hideDelayMs_;
                                                      } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Sets delay in milliseconds before tooltip is displayed for an element.
 *
 * @param {number} delay The delay in milliseconds.
 */
/**
 * Sets delay in milliseconds before tooltip is hidden once the cursor leavs
 * the element.
 *
 * @param {number} delay The delay in milliseconds.
 */
goog.ui.Tooltip.prototype. [[#variable63471be0]]= function (delay)
                                                  { this. [[#variable634713e0]]=delay;
                                                  } ;
/**
 * @return {number} The delay in milliseconds before tooltip is displayed for an
 *     element.
 */
/**
 * @return {number} The delay in milliseconds before tooltip is hidden once the
 *     cursor leaves the element.
 */
goog.ui.Tooltip.prototype. [[#variable63471d00]]= function ( )
                                                  { return this. [[#variable634713e0]];
                                                  } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63471be0]]
setShowDelayMs 
12[[#63471be0]]
setHideDelayMs 
21[[#634713e0]]
showDelayMs_ 
22[[#634713e0]]
hideDelayMs_ 
31[[#63471d00]]
getShowDelayMs 
32[[#63471d00]]
getHideDelayMs