Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.976 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 285 | Closure/closure/goog/debug/debugwindow.js |
2 | 11 | 123 | Closure/closure/goog/debug/divconsole.js |
| ||||
/** * Gets the formatter for outputting to the debug window. The default formatter * is an instance of goog.debug.HtmlFormatter * @return {goog.debug.Formatter} The formatter in use. */ goog.debug.DebugWindow.prototype.getFormatter= function ( ) { return this.formatter_; } ; /** * Sets the formatter for outputting to the debug window. * @param {goog.debug.Formatter} formatter The formatter to use. */ goog.debug.DebugWindow.prototype.setFormatter= function (formatter){ this.formatter_= formatter; } ; |
| ||||
/** * Gets the formatter for outputting to the console. The default formatter * is an instance of goog.debug.HtmlFormatter * @return {goog.debug.Formatter} The formatter in use. */ goog.debug.DivConsole.prototype.getFormatter= function ( ) { return this.formatter_; } ; /** * Sets the formatter for outputting to the console. * @param {goog.debug.Formatter} formatter The formatter to use. */ goog.debug.DivConsole.prototype.setFormatter= function (formatter){ this.formatter_= formatter; } ; |
| |||
/** * Gets the formatter for outputting to the console. The default formatter * is an instance of goog.debug.HtmlFormatter * @return {goog.debug.Formatter} The formatter in use. */ /** * Gets the formatter for outputting to the debug window. The default formatter * is an instance of goog.debug.HtmlFormatter * @return {goog.debug.Formatter} The formatter in use. */ goog.debug. [[#variable63412280]].prototype.getFormatter= function ( ) { return this.formatter_; } ; /** * Sets the formatter for outputting to the console. * @param {goog.debug.Formatter} formatter The formatter to use. */ /** * Sets the formatter for outputting to the debug window. * @param {goog.debug.Formatter} formatter The formatter to use. */ goog.debug. [[#variable63412280]].prototype.setFormatter= function (formatter) { this.formatter_=formatter; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63412280]] | DivConsole |
1 | 2 | [[#63412280]] | DebugWindow |