CloneSet1399


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.979SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14193
Closure/closure/goog/debug/formatter.js
24272
Closure/closure/goog/debug/formatter.js
Clone Instance
1
Line Count
4
Source Line
193
Source File
Closure/closure/goog/debug/formatter.js

/**
 * Formatter that returns formatted html. See formatRecord for the classes
 * it uses for various types of formatted output.
 *
 * @param {string=} opt_prefix The prefix to place before text records.
 * @constructor
 * @extends {goog.debug.Formatter}
 */
goog.debug.HtmlFormatter=  function (opt_prefix){
  goog.debug.Formatter.call(this, opt_prefix);
                                                } ;
goog.inherits(goog.debug.HtmlFormatter, goog.debug.Formatter);


Clone Instance
2
Line Count
4
Source Line
272
Source File
Closure/closure/goog/debug/formatter.js

/**
 * Formatter that returns formatted plain text
 *
 * @param {string=} opt_prefix The prefix to place before text records.
 * @constructor
 * @extends {goog.debug.Formatter}
 */
goog.debug.TextFormatter=  function (opt_prefix){
  goog.debug.Formatter.call(this, opt_prefix);
                                                } ;
goog.inherits(goog.debug.TextFormatter, goog.debug.Formatter);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Formatter that returns formatted html. See formatRecord for the classes
 * it uses for various types of formatted output.
 *
 * @param {string=} opt_prefix The prefix to place before text records.
 * @constructor
 * @extends {goog.debug.Formatter}
 */
/**
 * Formatter that returns formatted plain text
 *
 * @param {string=} opt_prefix The prefix to place before text records.
 * @constructor
 * @extends {goog.debug.Formatter}
 */
goog.debug. [[#variable1e0e31e0]]= function (opt_prefix)
                                   { goog.debug.Formatter.call(this,opt_prefix);
                                   } ;
goog.inherits(goog.debug. [[#variable1e0e31e0]],goog.debug.Formatter);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e0e31e0]]
HtmlFormatter 
12[[#1e0e31e0]]
TextFormatter