CloneSet1508


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111897
Closure/closure/goog/net/browserchannel.js
213293
Closure/closure/goog/ui/abstractspellchecker.js
Clone Instance
1
Line Count
11
Source Line
897
Source File
Closure/closure/goog/net/browserchannel.js

/**
 * Returns the handler used for channel callback events.
 *
 * @return {goog.net.BrowserChannel.Handler} The handler.
 */
goog.net.BrowserChannel.prototype.getHandler=  function ( )
                                                          {
  return this.handler_;
                                                          } ;

/**
 * Sets the handler used for channel callback events.
 * @param {goog.net.BrowserChannel.Handler} handler The handler to set.
 */
goog.net.BrowserChannel.prototype.setHandler=  function (handler){
  this.handler_=  handler;
                                                                 } ;


Clone Instance
2
Line Count
13
Source Line
293
Source File
Closure/closure/goog/ui/abstractspellchecker.js

/**
 * @return {goog.spell.SpellCheck} The handler used for caching and lookups.
 */
goog.ui.AbstractSpellChecker.prototype.getHandler=  function ( )
                                                               {
  return this.handler_;
                                                               } ;

/**
 * Sets the handler used for caching and lookups.
 *
 * @param {goog.spell.SpellCheck} handler The handler used for caching and
 *     lookups.
 */
goog.ui.AbstractSpellChecker.prototype.setHandler=  function (handler){
  this.handler_=  handler;
                                                                      } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Returns the handler used for channel callback events.
 *
 * @return {goog.net.BrowserChannel.Handler} The handler.
 */
/**
 * @return {goog.spell.SpellCheck} The handler used for caching and lookups.
 */
goog. [[#variable634445a0]]. [[#variable63444580]].prototype.getHandler= function ( )
                                                                         { return this.handler_;
                                                                         } ;
/**
 * Sets the handler used for channel callback events.
 * @param {goog.net.BrowserChannel.Handler} handler The handler to set.
 */
/**
 * Sets the handler used for caching and lookups.
 *
 * @param {goog.spell.SpellCheck} handler The handler used for caching and
 *     lookups.
 */
goog. [[#variable634445a0]]. [[#variable63444580]].prototype.setHandler= function (handler)
                                                                         { this.handler_=handler;
                                                                         } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#634445a0]]
net 
12[[#634445a0]]
ui 
21[[#63444580]]
BrowserChannel 
22[[#63444580]]
AbstractSpellChecker