CloneSet1506


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.976SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111285
Closure/closure/goog/debug/debugwindow.js
211123
Closure/closure/goog/debug/divconsole.js
Clone Instance
1
Line Count
11
Source Line
285
Source File
Closure/closure/goog/debug/debugwindow.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;
                                                                    } ;


Clone Instance
2
Line Count
11
Source Line
123
Source File
Closure/closure/goog/debug/divconsole.js

/**
 * 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;
                                                                   } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63412280]]
DivConsole 
12[[#63412280]]
DebugWindow