Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.953 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 897 | Closure/closure/goog/net/browserchannel.js |
2 | 13 | 293 | Closure/closure/goog/ui/abstractspellchecker.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; } ; |
| ||||
/** * @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; } ; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#634445a0]] | net |
1 | 2 | [[#634445a0]] | ui |
2 | 1 | [[#63444580]] | BrowserChannel |
2 | 2 | [[#63444580]] | AbstractSpellChecker |